pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-ciso8601
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 10 10:11:01 UTC 2024
Modified Files:
pkgsrc/time/py-ciso8601: Makefile PLIST distinfo
Log Message:
py-ciso8601: updated to 2.3.2
2.3.2
* Add support for aarch64 wheels.
* Add wheels for PyPy 3.10
* Added Python 3.13 support
* Better error message when attempting to parse a BCE year.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/py-ciso8601/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-ciso8601/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-ciso8601/distinfo
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-ciso8601/Makefile
diff -u pkgsrc/time/py-ciso8601/Makefile:1.7 pkgsrc/time/py-ciso8601/Makefile:1.8
--- pkgsrc/time/py-ciso8601/Makefile:1.7 Tue Oct 31 20:41:51 2023
+++ pkgsrc/time/py-ciso8601/Makefile Tue Dec 10 10:11:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/10/31 20:41:51 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/10 10:11:01 adam Exp $
-DISTNAME= ciso8601-2.3.1
+DISTNAME= ciso8601-2.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/ciso8601/}
@@ -10,10 +10,12 @@ HOMEPAGE= https://github.com/closeio/cis
COMMENT= Fast ISO8601 date time parser for Python written in C
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
# error: 'for' loop initial declarations are only allowed in C99 mode
FORCE_C_STD= c99
-DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-ciso8601/PLIST
diff -u pkgsrc/time/py-ciso8601/PLIST:1.1 pkgsrc/time/py-ciso8601/PLIST:1.2
--- pkgsrc/time/py-ciso8601/PLIST:1.1 Sat May 23 08:22:40 2020
+++ pkgsrc/time/py-ciso8601/PLIST Tue Dec 10 10:11:01 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/23 08:22:40 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/12/10 10:11:01 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/ciso8601.so
${PYSITELIB}/ciso8601/__init__.pyi
${PYSITELIB}/ciso8601/py.typed
Index: pkgsrc/time/py-ciso8601/distinfo
diff -u pkgsrc/time/py-ciso8601/distinfo:1.6 pkgsrc/time/py-ciso8601/distinfo:1.7
--- pkgsrc/time/py-ciso8601/distinfo:1.6 Tue Oct 31 20:41:51 2023
+++ pkgsrc/time/py-ciso8601/distinfo Tue Dec 10 10:11:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/10/31 20:41:51 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/12/10 10:11:01 adam Exp $
-BLAKE2s (ciso8601-2.3.1.tar.gz) = f94c935177877907f18c99a74d6b8e81517f3a446f0d2a3b6c8d66ef54b4c789
-SHA512 (ciso8601-2.3.1.tar.gz) = 3adca3fae94f951b379025c29b56ef03d0860a3581a95188ccc68fa2805daa36c9a8538b0dcaec8d9a9b88e617c8e364cfc98666e6ab8c1af37a784533f9b949
-Size (ciso8601-2.3.1.tar.gz) = 31225 bytes
+BLAKE2s (ciso8601-2.3.2.tar.gz) = 0092dac674f578a8aa2063b66aac94fdbdb2414260769a01d99745a05b9d4ac4
+SHA512 (ciso8601-2.3.2.tar.gz) = 538a4353c7c83738410339b6138c48c7bdba4a891b9a2816d2499f26fd1887fef1368814763a8845accece74e5517754c01b94206c14434511d4891b6a3daa90
+Size (ciso8601-2.3.2.tar.gz) = 28214 bytes
Home |
Main Index |
Thread Index |
Old Index