pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-iso8601



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 22 07:51:41 UTC 2025

Modified Files:
        pkgsrc/time/py-iso8601: Makefile PLIST

Log Message:
py-iso8601: fix PLIST for poetry-core and depend on it


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

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-iso8601/Makefile
diff -u pkgsrc/time/py-iso8601/Makefile:1.15 pkgsrc/time/py-iso8601/Makefile:1.16
--- pkgsrc/time/py-iso8601/Makefile:1.15        Sat Oct 28 19:57:21 2023
+++ pkgsrc/time/py-iso8601/Makefile     Mon Sep 22 07:51:40 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2023/10/28 19:57:21 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/09/22 07:51:40 wiz Exp $
 
 DISTNAME=      iso8601-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iso8601/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/micktwomey/
 COMMENT=       Simple Python module to parse ISO 8601 dates
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test

Index: pkgsrc/time/py-iso8601/PLIST
diff -u pkgsrc/time/py-iso8601/PLIST:1.6 pkgsrc/time/py-iso8601/PLIST:1.7
--- pkgsrc/time/py-iso8601/PLIST:1.6    Sat Oct 28 19:57:21 2023
+++ pkgsrc/time/py-iso8601/PLIST        Mon Sep 22 07:51:40 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2023/10/28 19:57:21 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.7 2025/09/22 07:51:40 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/iso8601/__init__.py
 ${PYSITELIB}/iso8601/__init__.pyc
 ${PYSITELIB}/iso8601/__init__.pyo



Home | Main Index | Thread Index | Old Index