mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- convert to setuptools (following upstream change) - update python version (works with 3.x via py-six) - add staging - use PYDISTUTILS_AUTOPLIST
8 lines
241 B
Python
8 lines
241 B
Python
--- ./setup.py.orig 2013-11-09 12:00:10.000000000 +0400
|
|
+++ ./setup.py 2013-11-10 22:16:19.000000000 +0400
|
|
@@ -24,4 +24,5 @@
|
|
'Topic :: Internet :: WWW/HTTP',
|
|
],
|
|
install_requires=['six >= 1.4.1'],
|
|
+ zip_safe = False,
|
|
)
|