pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-daemon
Module Name: pkgsrc
Committed By: adam
Date: Wed Jun 2 11:42:17 UTC 2021
Modified Files:
pkgsrc/devel/py-daemon: Makefile
Log Message:
py-daemon: fix BUILD_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-daemon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-daemon/Makefile
diff -u pkgsrc/devel/py-daemon/Makefile:1.18 pkgsrc/devel/py-daemon/Makefile:1.19
--- pkgsrc/devel/py-daemon/Makefile:1.18 Sat May 22 09:55:25 2021
+++ pkgsrc/devel/py-daemon/Makefile Wed Jun 2 11:42:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/05/22 09:55:25 nia Exp $
+# $NetBSD: Makefile,v 1.19 2021/06/02 11:42:17 adam Exp $
DISTNAME= python-daemon-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -10,8 +10,7 @@ HOMEPAGE= https://pagure.io/python-daemo
COMMENT= Library to implement a well-behaved Unix daemon process
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../devel/py-twine
-DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+BUILD_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
Home |
Main Index |
Thread Index |
Old Index