diff options
| author | Nicola Vitale <nivit@FreeBSD.org> | 2012-07-22 11:57:35 +0000 |
|---|---|---|
| committer | Nicola Vitale <nivit@FreeBSD.org> | 2012-07-22 11:57:35 +0000 |
| commit | 0cf666c696b0f4951eb1c1168bc0d6bdb0add577 (patch) | |
| tree | ff876521c9072314b9c4bdeb472212249829d51c /net/py-beanstalkc/files | |
| parent | - Upgrade to 0.02. (diff) | |
- Convert to the new options framework
- Add zip_safe=False to setup() (with files/patch-setup.py)
- Add pkg-plist
Buildlog@redports: http://goo.gl/X3Ah4
PR: ports/169856
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=301322
Diffstat (limited to 'net/py-beanstalkc/files')
| -rw-r--r-- | net/py-beanstalkc/files/patch-setup.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-beanstalkc/files/patch-setup.py b/net/py-beanstalkc/files/patch-setup.py new file mode 100644 index 000000000000..d188cf06a012 --- /dev/null +++ b/net/py-beanstalkc/files/patch-setup.py @@ -0,0 +1,8 @@ +--- ./setup.py.orig 2012-07-15 01:01:36.000000000 +1000 ++++ ./setup.py 2012-07-15 01:01:49.000000000 +1000 +@@ -30,4 +30,5 @@ + 'Programming Language :: Python', + 'Topic :: Software Development :: Libraries :: Python Modules', + ], ++ zip_safe=False, + ) |
