FreeBSD Bugzilla – Attachment 224084 Details for
Bug 255036
devel/py-daemon: update to 2.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Port update.
devel_py-daemon-2.3.0.patch (text/plain), 1.84 KB, created by
Florian Wagner
on 2021-04-13 16:17:02 UTC
(
hide
)
Description:
Port update.
Filename:
MIME Type:
Creator:
Florian Wagner
Created:
2021-04-13 16:17:02 UTC
Size:
1.84 KB
patch
obsolete
>diff --git a/devel/py-daemon/Makefile b/devel/py-daemon/Makefile >index afbace54c..0ab19dd23 100644 >--- a/devel/py-daemon/Makefile >+++ b/devel/py-daemon/Makefile >@@ -12,9 +12,9 @@ COMMENT= Well-behaved daemon framework for Python > > LICENSE= APACHE20 > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:devel/py-lockfile@${PY_FLAVOR} >-RUN_DEPENDS:= ${BUILD_DEPENDS} >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:devel/py-lockfile@${PY_FLAVOR} > > NO_ARCH= yes > USE_PYTHON= autoplist concurrent distutils >diff --git a/devel/py-daemon/distinfo b/devel/py-daemon/distinfo >index 084ea355d..70e5766b5 100644 >--- a/devel/py-daemon/distinfo >+++ b/devel/py-daemon/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (python-daemon-2.0.6.tar.gz) = 1730b8e80773379857bf4a792ccccea2cda05c151fbee986b909ceddafa27309 >-SIZE (python-daemon-2.0.6.tar.gz) = 72668 >+TIMESTAMP = 1618323536 >+SHA256 (python-daemon-2.3.0.tar.gz) = bda993f1623b1197699716d68d983bb580043cf2b8a66a01274d9b8297b0aeaf >+SIZE (python-daemon-2.3.0.tar.gz) = 82831 >diff --git a/devel/py-daemon/files/patch-setup.py b/devel/py-daemon/files/patch-setup.py >new file mode 100644 >index 000000000..e0446db54 >--- /dev/null >+++ b/devel/py-daemon/files/patch-setup.py >@@ -0,0 +1,14 @@ >+--- setup.py.orig 2021-04-13 15:48:43.587576000 +0000 >++++ setup.py 2021-04-13 15:49:03.585456000 +0000 >+@@ -98,11 +98,6 @@ >+ ], >+ ) >+ >+-# Docutils is only required for building, but Setuptools can't distinguish >+-# dependencies properly. >+-# See <URL:https://github.com/pypa/setuptools/issues/457>. >+-setup_kwargs['install_requires'].append("docutils") >+- >+ >+ if __name__ == '__main__': >+ setup(**setup_kwargs)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255036
:
224084
|
224087
|
224090
|
224103