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:   wiz
Date:           Mon Sep 20 09:20:17 UTC 2021

Modified Files:
        pkgsrc/devel/py-daemon: Makefile

Log Message:
py-daemon: remove py-pygments dependency

It belongs into py-docutils and was just added there.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/devel/py-daemon/Makefile:1.22
--- pkgsrc/devel/py-daemon/Makefile:1.21        Mon Sep 20 08:55:30 2021
+++ pkgsrc/devel/py-daemon/Makefile     Mon Sep 20 09:20:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/09/20 08:55:30 nia Exp $
+# $NetBSD: Makefile,v 1.22 2021/09/20 09:20:17 wiz Exp $
 
 DISTNAME=      python-daemon-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -12,7 +12,6 @@ LICENSE=      gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
 TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 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