forked from Lainports/freebsd-ports
- add OPTIONS for unit test support - patch setup.py to install the egg uncompressed - use a pkg-plist instead of PLIST_FILES - restore creator to Makefile header and use new convention - fix plist for python >= 3.2 PR: 172592 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: maintainer timeout (1 month+) Feature safe: yes
10 lines
225 B
Python
10 lines
225 B
Python
--- ./setup.py.orig 2012-10-09 20:11:41.000000000 +1100
|
|
+++ ./setup.py 2012-10-09 20:11:26.000000000 +1100
|
|
@@ -59,6 +59,7 @@
|
|
keywords=KEYWORDS,
|
|
url=URL,
|
|
classifiers=CLASSIFIERS,
|
|
+ zip_safe=False,
|
|
)
|
|
|
|
try:
|