mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
- Update to 1.21.0 - Enable STAGE support, delete pkg-plist acordingly - Enable AUTOPLIST - Switch to setuptools - Remove USE_ZIP, distribution file is now tar.gz - pkg-descr: Update WWW: URL - pkg-descr: Tab->space in WWW: - Repatch setup.py Changes: http://jacquev6.github.io/PyGithub/changes.html
12 lines
431 B
Python
12 lines
431 B
Python
--- ./setup.py.orig 2013-12-01 01:57:47.387343670 +1100
|
|
+++ ./setup.py 2013-12-01 01:58:01.182641877 +1100
|
|
@@ -73,9 +73,6 @@
|
|
"github",
|
|
"github.tests",
|
|
],
|
|
- package_data={
|
|
- "github": ["ReadMe.rst", "COPYING*", "tests/ReplayData/*.txt"]
|
|
- },
|
|
classifiers=[
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Environment :: Web Environment",
|