pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 5 20:39:56 UTC 2024
Modified Files:
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/py-xarray-einstats: DESCR Makefile PLIST distinfo
Log Message:
py-xarray-einstats: added version 0.7.0
Stats, linear algebra and einops for xarray.
To generate a diff of this commit:
cvs rdiff -u -r1.604 -r1.605 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-xarray-einstats/DESCR \
pkgsrc/math/py-xarray-einstats/Makefile \
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/Makefile
diff -u pkgsrc/math/Makefile:1.604 pkgsrc/math/Makefile:1.605
--- pkgsrc/math/Makefile:1.604 Mon Aug 5 19:33:52 2024
+++ pkgsrc/math/Makefile Mon Aug 5 20:39:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.604 2024/08/05 19:33:52 adam Exp $
+# $NetBSD: Makefile,v 1.605 2024/08/05 20:39:56 adam Exp $
COMMENT= Mathematics
@@ -451,6 +451,7 @@ SUBDIR+= py-tensorboard
SUBDIR+= py-theano-pymc
SUBDIR+= py-uncertainties
SUBDIR+= py-xarray
+SUBDIR+= py-xarray-einstats
SUBDIR+= py-xgboost
SUBDIR+= py-z3
SUBDIR+= qalculate
Added files:
Index: pkgsrc/math/py-xarray-einstats/DESCR
diff -u /dev/null pkgsrc/math/py-xarray-einstats/DESCR:1.1
--- /dev/null Mon Aug 5 20:39:56 2024
+++ pkgsrc/math/py-xarray-einstats/DESCR Mon Aug 5 20:39:56 2024
@@ -0,0 +1 @@
+Stats, linear algebra and einops for xarray.
Index: pkgsrc/math/py-xarray-einstats/Makefile
diff -u /dev/null pkgsrc/math/py-xarray-einstats/Makefile:1.1
--- /dev/null Mon Aug 5 20:39:56 2024
+++ pkgsrc/math/py-xarray-einstats/Makefile Mon Aug 5 20:39:56 2024
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2024/08/05 20:39:56 adam Exp $
+
+DISTNAME= xarray_einstats-0.7.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=x/xarray-einstats/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/arviz-devs/xarray-einstats
+COMMENT= Stats, linear algebra and einops for xarray
+LICENSE= apache-2.0
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.4:../../devel/py-flit_core
+DEPENDS+= ${PYPKGPREFIX}-numpy>=1.22:../../math/py-numpy
+DEPENDS+= ${PYPKGPREFIX}-scipy>=1.8:../../math/py-scipy
+DEPENDS+= ${PYPKGPREFIX}-xarray>=2022.09.0:../../math/py-xarray
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-xarray-einstats/PLIST
diff -u /dev/null pkgsrc/math/py-xarray-einstats/PLIST:1.1
--- /dev/null Mon Aug 5 20:39:56 2024
+++ pkgsrc/math/py-xarray-einstats/PLIST Mon Aug 5 20:39:56 2024
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/05 20:39:56 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/xarray_einstats/__init__.py
+${PYSITELIB}/xarray_einstats/__init__.pyc
+${PYSITELIB}/xarray_einstats/__init__.pyo
+${PYSITELIB}/xarray_einstats/accessors.py
+${PYSITELIB}/xarray_einstats/accessors.pyc
+${PYSITELIB}/xarray_einstats/accessors.pyo
+${PYSITELIB}/xarray_einstats/einops.py
+${PYSITELIB}/xarray_einstats/einops.pyc
+${PYSITELIB}/xarray_einstats/einops.pyo
+${PYSITELIB}/xarray_einstats/linalg.py
+${PYSITELIB}/xarray_einstats/linalg.pyc
+${PYSITELIB}/xarray_einstats/linalg.pyo
+${PYSITELIB}/xarray_einstats/numba.py
+${PYSITELIB}/xarray_einstats/numba.pyc
+${PYSITELIB}/xarray_einstats/numba.pyo
+${PYSITELIB}/xarray_einstats/py.typed
+${PYSITELIB}/xarray_einstats/stats.py
+${PYSITELIB}/xarray_einstats/stats.pyc
+${PYSITELIB}/xarray_einstats/stats.pyo
+${PYSITELIB}/xarray_einstats/tutorial.py
+${PYSITELIB}/xarray_einstats/tutorial.pyc
+${PYSITELIB}/xarray_einstats/tutorial.pyo
Index: pkgsrc/math/py-xarray-einstats/distinfo
diff -u /dev/null pkgsrc/math/py-xarray-einstats/distinfo:1.1
--- /dev/null Mon Aug 5 20:39:56 2024
+++ pkgsrc/math/py-xarray-einstats/distinfo Mon Aug 5 20:39:56 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/05 20:39:56 adam Exp $
+
+BLAKE2s (xarray_einstats-0.7.0.tar.gz) = ec0de7c45404a03540d6dda14fe344223dcc565d83631400cf31303ace7e1651
+SHA512 (xarray_einstats-0.7.0.tar.gz) = 593a55dfc0ad7ccc9bfa6b5e7e7f067966ae035ee91a7af442a29e57604423ffb3d5d393bae4c451a65bcb3db6d7f8f52e6bce5638491ff57de33dea9cbe9ef5
+Size (xarray_einstats-0.7.0.tar.gz) = 29439 bytes
Home |
Main Index |
Thread Index |
Old Index