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:           Sun Apr 20 08:08:49 UTC 2025

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

Log Message:
py-daemon: depend on latest setuptools and bump PKGREVISION

PLIST already fixed


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/devel/py-daemon/Makefile:1.34
--- pkgsrc/devel/py-daemon/Makefile:1.33        Sat Mar  8 12:34:42 2025
+++ pkgsrc/devel/py-daemon/Makefile     Sun Apr 20 08:08:49 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2025/03/08 12:34:42 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/04/20 08:08:49 wiz Exp $
 
 DISTNAME=      python-daemon-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-daemon/}
 
@@ -11,7 +12,7 @@ COMMENT=      Library to implement a well-beh
 LICENSE=       gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=62.4.0:../../devel/py-setuptools



Home | Main Index | Thread Index | Old Index