mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
- Enable STAGE support - Enable AUTOPLIST support (Delete pkg-plist accordingly) - Deprecate easy_install target - Remove OPTIONSFILE override - Switch MASTER_SITES to CHEESESHOP (Remove PROJECTHOST accordingly) - Patch out empty directory in setup.py:data_files - Re-order USE[S] sections - Tweak COMMENT Requested by: bapt
12 lines
421 B
Python
12 lines
421 B
Python
--- ./setup.py.orig 2014-01-28 19:18:29.885753132 +1100
|
|
+++ ./setup.py 2014-01-28 19:18:53.182782954 +1100
|
|
@@ -96,9 +96,6 @@
|
|
"buildslave.test.unit",
|
|
],
|
|
'scripts': scripts,
|
|
- # mention data_files, even if empty, so install_data is called and
|
|
- # VERSION gets copied
|
|
- 'data_files': [("buildslave", [])],
|
|
'cmdclass': {
|
|
'install_data': our_install_data,
|
|
'sdist': our_sdist
|