mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
devel/buildbot -> devel/py-buildbot devel/buildbot-worker -> devel/py-buildbot-worker devel/buildbot-console-view -> devel/py-buildbot-console-view devel/buildbot-grid-view -> devel/py-buildbot-grid-view devel/buildbot-pkg -> devel/py-buildbot-pkg devel/buildbot-waterfall-view -> devel/py-buildbot-waterfall-view devel/buildbot-www -> devel/py-buildbot-www - Update MAINTAINER - Allow builds with Python 3.x Reviewed_by: koobs Approved by: koobs (maintainer), portmgr (maintainer timeout, grembo, 3+ weeks) Differential Revision: D12499
12 lines
409 B
Python
12 lines
409 B
Python
--- setup.py.orig 2017-07-01 19:16:48 UTC
|
|
+++ setup.py
|
|
@@ -106,9 +106,6 @@ setup_args = {
|
|
"buildbot_worker.test.unit",
|
|
"buildbot_worker.test.util",
|
|
],
|
|
- # mention data_files, even if empty, so install_data is called and
|
|
- # VERSION gets copied
|
|
- 'data_files': [("buildbot_worker", [])],
|
|
'cmdclass': {
|
|
'install_data': our_install_data,
|
|
'sdist': our_sdist
|