ports/devel/py-pyflakes/files/patch-setup.py
Kubilay Kocak 0e8a0f4e4c - Rename py-flakes to py-pyflakes
- Add devel/py-flakes entry to MOVED
- Add py-pyflakes SUBDIR to devel/Makefile

While I'm here:

- Update to 0.6.1
- Take maintainership (multiple timeouts since 2009)
- Switch to setuptools, and update pkg-plist accordingly
- Remove unecessary DISTNAME & PYDISTUTILS_PKGNAME after rename
- Patch setup.py, adding zip_safe=False
- Add LICENSE
- Add TESTS option and regression-test: target
- Update COMMENT to match upstream and conventions
- Trim Makefile header

Approved by:	maintainer timeout (2 weeks)
Approved by:	rm (mentor)
PR:		ports/176236
2013-03-09 05:44:02 +00:00

8 lines
241 B
Python

--- ./setup.py.orig 2013-02-18 20:32:09.721700908 +1100
+++ ./setup.py 2013-02-18 20:32:47.127424592 +1100
@@ -44,4 +44,5 @@
"Topic :: Software Development",
"Topic :: Utilities",
],
+ zip_safe=False,
**extra)