pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-xarray-einstats
Module Name: pkgsrc
Committed By: adam
Date: Fri May 30 11:00:25 UTC 2025
Modified Files:
pkgsrc/math/py-xarray-einstats: Makefile PLIST distinfo
Log Message:
py-xarray-einstats: updated to 0.9.0
0.9.0
The highlights of this release are the addition of support for preliz
distributions and the new scipy random variables as inputs to the random
variable wrappers.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-xarray-einstats/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-xarray-einstats/PLIST \
pkgsrc/math/py-xarray-einstats/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-xarray-einstats/Makefile
diff -u pkgsrc/math/py-xarray-einstats/Makefile:1.4 pkgsrc/math/py-xarray-einstats/Makefile:1.5
--- pkgsrc/math/py-xarray-einstats/Makefile:1.4 Sun Feb 23 20:47:42 2025
+++ pkgsrc/math/py-xarray-einstats/Makefile Fri May 30 11:00:25 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2025/02/23 20:47:42 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/30 11:00:25 adam Exp $
-DISTNAME= xarray_einstats-0.8.0
+DISTNAME= xarray_einstats-0.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xarray-einstats/}
@@ -12,13 +11,13 @@ COMMENT= Stats, linear algebra and einop
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
-DEPENDS+= ${PYPKGPREFIX}-numpy>=1.23:../../math/py-numpy
-DEPENDS+= ${PYPKGPREFIX}-scipy>=1.9:../../math/py-scipy
-DEPENDS+= ${PYPKGPREFIX}-xarray>=2022.09.0:../../math/py-xarray
+DEPENDS+= ${PYPKGPREFIX}-numpy>=1.25:../../math/py-numpy
+DEPENDS+= ${PYPKGPREFIX}-scipy>=1.11:../../math/py-scipy
+DEPENDS+= ${PYPKGPREFIX}-xarray>=2023.06.0:../../math/py-xarray
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 39
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-xarray-einstats/PLIST
diff -u pkgsrc/math/py-xarray-einstats/PLIST:1.2 pkgsrc/math/py-xarray-einstats/PLIST:1.3
--- pkgsrc/math/py-xarray-einstats/PLIST:1.2 Sun Feb 23 20:47:42 2025
+++ pkgsrc/math/py-xarray-einstats/PLIST Fri May 30 11:00:25 2025
@@ -1,27 +1,34 @@
-@comment $NetBSD: PLIST,v 1.2 2025/02/23 20:47:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/05/30 11:00:25 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/xarray_einstats/__init__.py
${PYSITELIB}/xarray_einstats/__init__.pyc
+${PYSITELIB}/xarray_einstats/__init__.pyi
${PYSITELIB}/xarray_einstats/__init__.pyo
${PYSITELIB}/xarray_einstats/accessors.py
${PYSITELIB}/xarray_einstats/accessors.pyc
+${PYSITELIB}/xarray_einstats/accessors.pyi
${PYSITELIB}/xarray_einstats/accessors.pyo
${PYSITELIB}/xarray_einstats/einops.py
${PYSITELIB}/xarray_einstats/einops.pyc
+${PYSITELIB}/xarray_einstats/einops.pyi
${PYSITELIB}/xarray_einstats/einops.pyo
${PYSITELIB}/xarray_einstats/linalg.py
${PYSITELIB}/xarray_einstats/linalg.pyc
+${PYSITELIB}/xarray_einstats/linalg.pyi
${PYSITELIB}/xarray_einstats/linalg.pyo
${PYSITELIB}/xarray_einstats/numba.py
${PYSITELIB}/xarray_einstats/numba.pyc
+${PYSITELIB}/xarray_einstats/numba.pyi
${PYSITELIB}/xarray_einstats/numba.pyo
${PYSITELIB}/xarray_einstats/py.typed
${PYSITELIB}/xarray_einstats/stats.py
${PYSITELIB}/xarray_einstats/stats.pyc
+${PYSITELIB}/xarray_einstats/stats.pyi
${PYSITELIB}/xarray_einstats/stats.pyo
${PYSITELIB}/xarray_einstats/tutorial.py
${PYSITELIB}/xarray_einstats/tutorial.pyc
+${PYSITELIB}/xarray_einstats/tutorial.pyi
${PYSITELIB}/xarray_einstats/tutorial.pyo
Index: pkgsrc/math/py-xarray-einstats/distinfo
diff -u pkgsrc/math/py-xarray-einstats/distinfo:1.2 pkgsrc/math/py-xarray-einstats/distinfo:1.3
--- pkgsrc/math/py-xarray-einstats/distinfo:1.2 Mon Jan 6 10:57:25 2025
+++ pkgsrc/math/py-xarray-einstats/distinfo Fri May 30 11:00:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/01/06 10:57:25 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/05/30 11:00:25 adam Exp $
-BLAKE2s (xarray_einstats-0.8.0.tar.gz) = 73a99e5bd3af0754fad27d7d3868513085de134c10d7897af3f83d267abb2fb1
-SHA512 (xarray_einstats-0.8.0.tar.gz) = b0fc419ed7dc1e796550a35216614a569d59bb8494e430ed71cb214d7e44a80947770e8ae163d77489f35ca2690271ed2802fcf886f5c14ec42fad763e2cce6a
-Size (xarray_einstats-0.8.0.tar.gz) = 30225 bytes
+BLAKE2s (xarray_einstats-0.9.0.tar.gz) = f5e8cfeb7e463a9aadc66df56b38dbcc2e366587c69e3d82f71b91c4253e028e
+SHA512 (xarray_einstats-0.9.0.tar.gz) = 8aa86af03ea448d835fdd3d6a3f7f2f5b2adaab5ff5e4f5b9602885b19e8bcb7d05f0ce50edab601da4deb3bdb58bddaa6e4fdaedfe06d9a68cfcf81b664305b
+Size (xarray_einstats-0.9.0.tar.gz) = 33320 bytes
Home |
Main Index |
Thread Index |
Old Index