ports/devel/buildbot-slave/files/patch-setup.py
Kubilay Kocak 29e4ac9d48 devel/buildbot-slave: Modernise and enable STAGE support
- 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
2014-01-28 09:33:51 +00:00

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