pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/py-fs



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 14 11:54:32 UTC 2025

Modified Files:
        pkgsrc/filesystems/py-fs: Makefile

Log Message:
bump setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/filesystems/py-fs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/py-fs/Makefile
diff -u pkgsrc/filesystems/py-fs/Makefile:1.14 pkgsrc/filesystems/py-fs/Makefile:1.15
--- pkgsrc/filesystems/py-fs/Makefile:1.14      Sun Apr 13 11:55:50 2025
+++ pkgsrc/filesystems/py-fs/Makefile   Mon Apr 14 11:54:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/04/13 11:55:50 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/14 11:54:31 adam Exp $
 
 DISTNAME=      fs-2.4.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,9 +11,8 @@ HOMEPAGE=     https://github.com/PyFilesyste
 COMMENT=       Python's filesystem abstraction layer
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-appdirs>=1.4.3:../../devel/py-appdirs
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock



Home | Main Index | Thread Index | Old Index