pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-rfc3339



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 07:06:19 UTC 2025

Modified Files:
        pkgsrc/time/py-rfc3339: Makefile

Log Message:
py-rfc3339: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-rfc3339/Makefile

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

Modified files:

Index: pkgsrc/time/py-rfc3339/Makefile
diff -u pkgsrc/time/py-rfc3339/Makefile:1.6 pkgsrc/time/py-rfc3339/Makefile:1.7
--- pkgsrc/time/py-rfc3339/Makefile:1.6 Mon Nov 11 07:29:13 2024
+++ pkgsrc/time/py-rfc3339/Makefile     Mon Mar  3 07:06:19 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:29:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/03/03 07:06:19 wiz Exp $
 
 DISTNAME=      pyrfc3339-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyRFC3339/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/kurtraschke
 COMMENT=       Library for generating and parsing RFC 3339-compliant timestamps
 LICENSE=       mit
 
-WHEEL_NAME=    pyRFC3339-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index