mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
- 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
8 lines
241 B
Python
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)
|