pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-cftime
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 5 18:45:39 UTC 2024
Modified Files:
pkgsrc/time/py-cftime: Makefile distinfo
Log Message:
py-cftime: updated to 1.6.4
version 1.6.4 (release tag v1.6.4rel)
* build aarch64 linux wheels
* build musllinux wheels
* return empty array if one provided to date2num
* numpy 2.0 compatibility
* handle nan/inf in num2date
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/py-cftime/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/py-cftime/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-cftime/Makefile
diff -u pkgsrc/time/py-cftime/Makefile:1.13 pkgsrc/time/py-cftime/Makefile:1.14
--- pkgsrc/time/py-cftime/Makefile:1.13 Mon Oct 30 14:15:35 2023
+++ pkgsrc/time/py-cftime/Makefile Mon Aug 5 18:45:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/10/30 14:15:35 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/05 18:45:39 adam Exp $
-DISTNAME= cftime-1.6.3
+DISTNAME= cftime-1.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cftime/}
@@ -16,11 +16,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
-#TEST_ENV+= PYTHONPATH=build/lib
-#do-test:
-# cd ${WRKSRC}/build && ${LN} -sf lib.* lib
-# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
-
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/wheel.mk"
.include "../../math/py-numpy/buildlink3.mk"
Index: pkgsrc/time/py-cftime/distinfo
diff -u pkgsrc/time/py-cftime/distinfo:1.7 pkgsrc/time/py-cftime/distinfo:1.8
--- pkgsrc/time/py-cftime/distinfo:1.7 Mon Oct 30 14:15:35 2023
+++ pkgsrc/time/py-cftime/distinfo Mon Aug 5 18:45:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/10/30 14:15:35 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/08/05 18:45:39 adam Exp $
-BLAKE2s (cftime-1.6.3.tar.gz) = b47e854eabf199aafc4afb8b074a9b0c505ef479fa44063c7b02d671a4407638
-SHA512 (cftime-1.6.3.tar.gz) = 0bcb8dcf7a840e500d7cc0f784f960b4972803f353fcffbf36dc30b2169b6864aea1fd8cab2d60e7908a063db55f2cfa3639c51fea84692b2dfe2d83b954c0ae
-Size (cftime-1.6.3.tar.gz) = 53256 bytes
+BLAKE2s (cftime-1.6.4.tar.gz) = da10900fb19db4a504b5f0ac382c6e70508b94b2778a0929ca4e20360f45a144
+SHA512 (cftime-1.6.4.tar.gz) = 8b27859680a9fb1d3acc3bd95faab040b4571de40a07b327ea161a0dfad022a6c27008f74a4070c314c05e7237fd8574075e0c92d863dbcc81cd7f7d34e01399
+Size (cftime-1.6.4.tar.gz) = 54615 bytes
Home |
Main Index |
Thread Index |
Old Index