pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-uncertainties
Module Name: pkgsrc
Committed By: adam
Date: Fri Jun 7 20:45:09 UTC 2024
Modified Files:
pkgsrc/math/py-uncertainties: Makefile PLIST distinfo
Log Message:
py-uncertainties: updated to 3.2.0
3.2.0
Version 3.2.0 is the first release of Uncertainties in nearly two years and the
first minor release in over five years. It marks the beginning of an effort to
refresh and update the project with a new and expanded team of maintainers.
Main Changes
Moved code development to lmfit organization, with 4 maintainers.
Update documentation.
Drop future dependency. Uncertainties now has no external dependencies when
not using Numpy integration (Drop official support for Python versions before 3.8).
Drop support for Python versions before 3.8, including Python 2 (Drop official support for Python versions before 3.8)
remove 1to2 and deprecations (remove 1to2 and depreciations)
Developer related changes
Moved from setup.py to pyproject.toml (Transition from setup.py to pyproject.toml)
Move tests to tests folder (Move tests to tests folder)
Update unumpy test to be compatible with numpy 2
Mark docstrings with backslashes as raw strings in tests (Mark docstrings with backslashes as raw strings)
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-uncertainties/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-uncertainties/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-uncertainties/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-uncertainties/Makefile
diff -u pkgsrc/math/py-uncertainties/Makefile:1.14 pkgsrc/math/py-uncertainties/Makefile:1.15
--- pkgsrc/math/py-uncertainties/Makefile:1.14 Tue Aug 1 23:20:49 2023
+++ pkgsrc/math/py-uncertainties/Makefile Fri Jun 7 20:45:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/08/01 23:20:49 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/06/07 20:45:09 adam Exp $
-DISTNAME= uncertainties-3.1.7
+DISTNAME= uncertainties-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncertainties/}
@@ -10,12 +10,14 @@ HOMEPAGE= https://uncertainties-python-p
COMMENT= Transparent calculations with uncertainties on the quantities involved
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-uncertainties/PLIST
diff -u pkgsrc/math/py-uncertainties/PLIST:1.1 pkgsrc/math/py-uncertainties/PLIST:1.2
--- pkgsrc/math/py-uncertainties/PLIST:1.1 Sat Jun 15 07:17:31 2019
+++ pkgsrc/math/py-uncertainties/PLIST Fri Jun 7 20:45:09 2024
@@ -1,45 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2019/06/15 07:17:31 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/uncertainties/1to2.py
-${PYSITELIB}/uncertainties/1to2.pyc
-${PYSITELIB}/uncertainties/1to2.pyo
+@comment $NetBSD: PLIST,v 1.2 2024/06/07 20:45:09 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/uncertainties/__init__.py
${PYSITELIB}/uncertainties/__init__.pyc
${PYSITELIB}/uncertainties/__init__.pyo
${PYSITELIB}/uncertainties/core.py
${PYSITELIB}/uncertainties/core.pyc
${PYSITELIB}/uncertainties/core.pyo
-${PYSITELIB}/uncertainties/lib1to2/__init__.py
-${PYSITELIB}/uncertainties/lib1to2/__init__.pyc
-${PYSITELIB}/uncertainties/lib1to2/__init__.pyo
-${PYSITELIB}/uncertainties/lib1to2/fixes/__init__.py
-${PYSITELIB}/uncertainties/lib1to2/fixes/__init__.pyc
-${PYSITELIB}/uncertainties/lib1to2/fixes/__init__.pyo
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_dev.py
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_dev.pyc
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_dev.pyo
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_devs.py
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_devs.pyc
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_devs.pyo
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_uarray_umatrix.py
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_uarray_umatrix.pyc
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_uarray_umatrix.pyo
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_ufloat.py
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_ufloat.pyc
-${PYSITELIB}/uncertainties/lib1to2/fixes/fix_ufloat.pyo
-${PYSITELIB}/uncertainties/lib1to2/test_1to2.py
-${PYSITELIB}/uncertainties/lib1to2/test_1to2.pyc
-${PYSITELIB}/uncertainties/lib1to2/test_1to2.pyo
-${PYSITELIB}/uncertainties/test_umath.py
-${PYSITELIB}/uncertainties/test_umath.pyc
-${PYSITELIB}/uncertainties/test_umath.pyo
-${PYSITELIB}/uncertainties/test_uncertainties.py
-${PYSITELIB}/uncertainties/test_uncertainties.pyc
-${PYSITELIB}/uncertainties/test_uncertainties.pyo
${PYSITELIB}/uncertainties/umath.py
${PYSITELIB}/uncertainties/umath.pyc
${PYSITELIB}/uncertainties/umath.pyo
@@ -52,12 +22,6 @@ ${PYSITELIB}/uncertainties/unumpy/__init
${PYSITELIB}/uncertainties/unumpy/core.py
${PYSITELIB}/uncertainties/unumpy/core.pyc
${PYSITELIB}/uncertainties/unumpy/core.pyo
-${PYSITELIB}/uncertainties/unumpy/test_ulinalg.py
-${PYSITELIB}/uncertainties/unumpy/test_ulinalg.pyc
-${PYSITELIB}/uncertainties/unumpy/test_ulinalg.pyo
-${PYSITELIB}/uncertainties/unumpy/test_unumpy.py
-${PYSITELIB}/uncertainties/unumpy/test_unumpy.pyc
-${PYSITELIB}/uncertainties/unumpy/test_unumpy.pyo
${PYSITELIB}/uncertainties/unumpy/ulinalg.py
${PYSITELIB}/uncertainties/unumpy/ulinalg.pyc
${PYSITELIB}/uncertainties/unumpy/ulinalg.pyo
Index: pkgsrc/math/py-uncertainties/distinfo
diff -u pkgsrc/math/py-uncertainties/distinfo:1.8 pkgsrc/math/py-uncertainties/distinfo:1.9
--- pkgsrc/math/py-uncertainties/distinfo:1.8 Mon Sep 12 08:11:04 2022
+++ pkgsrc/math/py-uncertainties/distinfo Fri Jun 7 20:45:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/12 08:11:04 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/06/07 20:45:09 adam Exp $
-BLAKE2s (uncertainties-3.1.7.tar.gz) = fe34f9c2a2469c841228c1685cc5179a14594ce99208f31216b3809205e2d00e
-SHA512 (uncertainties-3.1.7.tar.gz) = 24576415265df22459d83bb28e632195e6760204a6e11523821afe25222ea3e035bf7f10c552ec456bb2cdf42a09e296865f9bf0d13ff44beb88c11ebc479ff9
-Size (uncertainties-3.1.7.tar.gz) = 158727 bytes
+BLAKE2s (uncertainties-3.2.0.tar.gz) = 3b8275681e78aeb567c3a570c4670ebf27f87385405ae04f5321e391e73c93a9
+SHA512 (uncertainties-3.2.0.tar.gz) = 2200efca310d782ccb7de8e4f1a50d9fe655f353884ad149494d0c8df299383c322f4234df1552e103932fc71c6c43aa61bd6db8ff1e208c0872dd73e9bc3a97
+Size (uncertainties-3.2.0.tar.gz) = 134309 bytes
Home |
Main Index |
Thread Index |
Old Index