View | Details | Raw Unified | Return to bug 255036 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-daemon/Makefile (-3 / +3 lines)
Lines 12-20 COMMENT= Well-behaved daemon framework for Python Link Here
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
14
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:devel/py-lockfile@${PY_FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:devel/py-lockfile@${PY_FLAVOR}
18
18
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
USE_PYTHON=	autoplist concurrent distutils
20
USE_PYTHON=	autoplist concurrent distutils
(-)b/devel/py-daemon/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (python-daemon-2.0.6.tar.gz) = 1730b8e80773379857bf4a792ccccea2cda05c151fbee986b909ceddafa27309
1
TIMESTAMP = 1618323536
2
SIZE (python-daemon-2.0.6.tar.gz) = 72668
2
SHA256 (python-daemon-2.3.0.tar.gz) = bda993f1623b1197699716d68d983bb580043cf2b8a66a01274d9b8297b0aeaf
3
SIZE (python-daemon-2.3.0.tar.gz) = 82831
(-)b/devel/py-daemon/files/patch-setup.py (+14 lines)
Added Link Here
1
--- setup.py.orig	2021-04-13 15:48:43.587576000 +0000
2
+++ setup.py	2021-04-13 15:49:03.585456000 +0000
3
@@ -98,11 +98,6 @@
4
             ],
5
         )
6
 
7
-# Docutils is only required for building, but Setuptools can't distinguish
8
-# dependencies properly.
9
-# See <URL:https://github.com/pypa/setuptools/issues/457>.
10
-setup_kwargs['install_requires'].append("docutils")
11
-
12
 
13
 if __name__ == '__main__':
14
     setup(**setup_kwargs)

Return to bug 255036