pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

+py-pint update to new version: 0.20.1



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 25 15:49:39 2022 +0000
Changeset:	96d16196e11a58de3c401018681fc02e52794622

Modified Files:
	py-pint/DESCR
	py-pint/Makefile
	py-pint/PLIST
	py-pint/distinfo

Log Message:
+py-pint update to new version: 0.20.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96d16196e11a58de3c401018681fc02e52794622

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pint/DESCR    |   9 ++-
 py-pint/Makefile |  13 ++---
 py-pint/PLIST    | 165 +++++++++++++++++++++++++++++++++++++++++++++++++------
 py-pint/distinfo |   6 +-
 4 files changed, 160 insertions(+), 33 deletions(-)

diffs:
diff --git a/py-pint/DESCR b/py-pint/DESCR
index 47ef750d3f..2d7b2a3011 100644
--- a/py-pint/DESCR
+++ b/py-pint/DESCR
@@ -1,3 +1,6 @@
-Pint is a Python package to define, operate and manipulate physical quantities
-the product of a numerical value and a unit of measurement. It allows
-arithmetic operations between them and conversions from and to different units.
+Pint is a Python package to define, operate and manipulate physical
+quantities: the product of a numerical value and a unit of measurement.
+It allows arithmetic operations between them and conversions from and
+to different units.
+
+
diff --git a/py-pint/Makefile b/py-pint/Makefile
index 5286d8f43d..e59ed74dbd 100644
--- a/py-pint/Makefile
+++ b/py-pint/Makefile
@@ -1,23 +1,18 @@
 # $NetBSD$
 
-DISTNAME=	Pint-0.19.1
+DISTNAME=	Pint-0.20.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_PYPI:=P/Pint/}
 
-MAINTAINER=	jihbed.research%gmail.com@localhost
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/hgrecco/pint
 COMMENT=	Physical quantities module
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-uncertainties>=3.1.5:../../math/py-uncertainties
+DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm
 
-REPLACE_PYTHON+=	pint/pint-convert
+USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37
-
-BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.1
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pint/PLIST b/py-pint/PLIST
index d7b791ca70..8ab287d60e 100644
--- a/py-pint/PLIST
+++ b/py-pint/PLIST
@@ -12,12 +12,18 @@ ${PYSITELIB}/pint/__init__.pyo
 ${PYSITELIB}/pint/_typing.py
 ${PYSITELIB}/pint/_typing.pyc
 ${PYSITELIB}/pint/_typing.pyo
+${PYSITELIB}/pint/_vendor/__init__.py
+${PYSITELIB}/pint/_vendor/__init__.pyc
+${PYSITELIB}/pint/_vendor/__init__.pyo
 ${PYSITELIB}/pint/_vendor/appdirs.py
 ${PYSITELIB}/pint/_vendor/appdirs.pyc
 ${PYSITELIB}/pint/_vendor/appdirs.pyo
 ${PYSITELIB}/pint/_vendor/flexcache.py
 ${PYSITELIB}/pint/_vendor/flexcache.pyc
 ${PYSITELIB}/pint/_vendor/flexcache.pyo
+${PYSITELIB}/pint/_vendor/flexparser.py
+${PYSITELIB}/pint/_vendor/flexparser.pyc
+${PYSITELIB}/pint/_vendor/flexparser.pyo
 ${PYSITELIB}/pint/babel_names.py
 ${PYSITELIB}/pint/babel_names.pyc
 ${PYSITELIB}/pint/babel_names.pyo
@@ -35,41 +41,164 @@ ${PYSITELIB}/pint/default_en.txt
 ${PYSITELIB}/pint/definitions.py
 ${PYSITELIB}/pint/definitions.pyc
 ${PYSITELIB}/pint/definitions.pyo
+${PYSITELIB}/pint/delegates/__init__.py
+${PYSITELIB}/pint/delegates/__init__.pyc
+${PYSITELIB}/pint/delegates/__init__.pyo
+${PYSITELIB}/pint/delegates/base_defparser.py
+${PYSITELIB}/pint/delegates/base_defparser.pyc
+${PYSITELIB}/pint/delegates/base_defparser.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/__init__.py
+${PYSITELIB}/pint/delegates/txt_defparser/__init__.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/__init__.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/block.py
+${PYSITELIB}/pint/delegates/txt_defparser/block.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/block.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/common.py
+${PYSITELIB}/pint/delegates/txt_defparser/common.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/common.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/context.py
+${PYSITELIB}/pint/delegates/txt_defparser/context.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/context.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/defaults.py
+${PYSITELIB}/pint/delegates/txt_defparser/defaults.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/defaults.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/defparser.py
+${PYSITELIB}/pint/delegates/txt_defparser/defparser.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/defparser.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/group.py
+${PYSITELIB}/pint/delegates/txt_defparser/group.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/group.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/plain.py
+${PYSITELIB}/pint/delegates/txt_defparser/plain.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/plain.pyo
+${PYSITELIB}/pint/delegates/txt_defparser/system.py
+${PYSITELIB}/pint/delegates/txt_defparser/system.pyc
+${PYSITELIB}/pint/delegates/txt_defparser/system.pyo
 ${PYSITELIB}/pint/errors.py
 ${PYSITELIB}/pint/errors.pyc
 ${PYSITELIB}/pint/errors.pyo
+${PYSITELIB}/pint/facets/__init__.py
+${PYSITELIB}/pint/facets/__init__.pyc
+${PYSITELIB}/pint/facets/__init__.pyo
+${PYSITELIB}/pint/facets/context/__init__.py
+${PYSITELIB}/pint/facets/context/__init__.pyc
+${PYSITELIB}/pint/facets/context/__init__.pyo
+${PYSITELIB}/pint/facets/context/definitions.py
+${PYSITELIB}/pint/facets/context/definitions.pyc
+${PYSITELIB}/pint/facets/context/definitions.pyo
+${PYSITELIB}/pint/facets/context/objects.py
+${PYSITELIB}/pint/facets/context/objects.pyc
+${PYSITELIB}/pint/facets/context/objects.pyo
+${PYSITELIB}/pint/facets/context/registry.py
+${PYSITELIB}/pint/facets/context/registry.pyc
+${PYSITELIB}/pint/facets/context/registry.pyo
+${PYSITELIB}/pint/facets/dask/__init__.py
+${PYSITELIB}/pint/facets/dask/__init__.pyc
+${PYSITELIB}/pint/facets/dask/__init__.pyo
+${PYSITELIB}/pint/facets/formatting/__init__.py
+${PYSITELIB}/pint/facets/formatting/__init__.pyc
+${PYSITELIB}/pint/facets/formatting/__init__.pyo
+${PYSITELIB}/pint/facets/formatting/objects.py
+${PYSITELIB}/pint/facets/formatting/objects.pyc
+${PYSITELIB}/pint/facets/formatting/objects.pyo
+${PYSITELIB}/pint/facets/formatting/registry.py
+${PYSITELIB}/pint/facets/formatting/registry.pyc
+${PYSITELIB}/pint/facets/formatting/registry.pyo
+${PYSITELIB}/pint/facets/group/__init__.py
+${PYSITELIB}/pint/facets/group/__init__.pyc
+${PYSITELIB}/pint/facets/group/__init__.pyo
+${PYSITELIB}/pint/facets/group/definitions.py
+${PYSITELIB}/pint/facets/group/definitions.pyc
+${PYSITELIB}/pint/facets/group/definitions.pyo
+${PYSITELIB}/pint/facets/group/objects.py
+${PYSITELIB}/pint/facets/group/objects.pyc
+${PYSITELIB}/pint/facets/group/objects.pyo
+${PYSITELIB}/pint/facets/group/registry.py
+${PYSITELIB}/pint/facets/group/registry.pyc
+${PYSITELIB}/pint/facets/group/registry.pyo
+${PYSITELIB}/pint/facets/measurement/__init__.py
+${PYSITELIB}/pint/facets/measurement/__init__.pyc
+${PYSITELIB}/pint/facets/measurement/__init__.pyo
+${PYSITELIB}/pint/facets/measurement/objects.py
+${PYSITELIB}/pint/facets/measurement/objects.pyc
+${PYSITELIB}/pint/facets/measurement/objects.pyo
+${PYSITELIB}/pint/facets/measurement/registry.py
+${PYSITELIB}/pint/facets/measurement/registry.pyc
+${PYSITELIB}/pint/facets/measurement/registry.pyo
+${PYSITELIB}/pint/facets/nonmultiplicative/__init__.py
+${PYSITELIB}/pint/facets/nonmultiplicative/__init__.pyc
+${PYSITELIB}/pint/facets/nonmultiplicative/__init__.pyo
+${PYSITELIB}/pint/facets/nonmultiplicative/definitions.py
+${PYSITELIB}/pint/facets/nonmultiplicative/definitions.pyc
+${PYSITELIB}/pint/facets/nonmultiplicative/definitions.pyo
+${PYSITELIB}/pint/facets/nonmultiplicative/objects.py
+${PYSITELIB}/pint/facets/nonmultiplicative/objects.pyc
+${PYSITELIB}/pint/facets/nonmultiplicative/objects.pyo
+${PYSITELIB}/pint/facets/nonmultiplicative/registry.py
+${PYSITELIB}/pint/facets/nonmultiplicative/registry.pyc
+${PYSITELIB}/pint/facets/nonmultiplicative/registry.pyo
+${PYSITELIB}/pint/facets/numpy/__init__.py
+${PYSITELIB}/pint/facets/numpy/__init__.pyc
+${PYSITELIB}/pint/facets/numpy/__init__.pyo
+${PYSITELIB}/pint/facets/numpy/numpy_func.py
+${PYSITELIB}/pint/facets/numpy/numpy_func.pyc
+${PYSITELIB}/pint/facets/numpy/numpy_func.pyo
+${PYSITELIB}/pint/facets/numpy/quantity.py
+${PYSITELIB}/pint/facets/numpy/quantity.pyc
+${PYSITELIB}/pint/facets/numpy/quantity.pyo
+${PYSITELIB}/pint/facets/numpy/registry.py
+${PYSITELIB}/pint/facets/numpy/registry.pyc
+${PYSITELIB}/pint/facets/numpy/registry.pyo
+${PYSITELIB}/pint/facets/numpy/unit.py
+${PYSITELIB}/pint/facets/numpy/unit.pyc
+${PYSITELIB}/pint/facets/numpy/unit.pyo
+${PYSITELIB}/pint/facets/plain/__init__.py
+${PYSITELIB}/pint/facets/plain/__init__.pyc
+${PYSITELIB}/pint/facets/plain/__init__.pyo
+${PYSITELIB}/pint/facets/plain/definitions.py
+${PYSITELIB}/pint/facets/plain/definitions.pyc
+${PYSITELIB}/pint/facets/plain/definitions.pyo
+${PYSITELIB}/pint/facets/plain/objects.py
+${PYSITELIB}/pint/facets/plain/objects.pyc
+${PYSITELIB}/pint/facets/plain/objects.pyo
+${PYSITELIB}/pint/facets/plain/quantity.py
+${PYSITELIB}/pint/facets/plain/quantity.pyc
+${PYSITELIB}/pint/facets/plain/quantity.pyo
+${PYSITELIB}/pint/facets/plain/registry.py
+${PYSITELIB}/pint/facets/plain/registry.pyc
+${PYSITELIB}/pint/facets/plain/registry.pyo
+${PYSITELIB}/pint/facets/plain/unit.py
+${PYSITELIB}/pint/facets/plain/unit.pyc
+${PYSITELIB}/pint/facets/plain/unit.pyo
+${PYSITELIB}/pint/facets/system/__init__.py
+${PYSITELIB}/pint/facets/system/__init__.pyc
+${PYSITELIB}/pint/facets/system/__init__.pyo
+${PYSITELIB}/pint/facets/system/definitions.py
+${PYSITELIB}/pint/facets/system/definitions.pyc
+${PYSITELIB}/pint/facets/system/definitions.pyo
+${PYSITELIB}/pint/facets/system/objects.py
+${PYSITELIB}/pint/facets/system/objects.pyc
+${PYSITELIB}/pint/facets/system/objects.pyo
+${PYSITELIB}/pint/facets/system/registry.py
+${PYSITELIB}/pint/facets/system/registry.pyc
+${PYSITELIB}/pint/facets/system/registry.pyo
 ${PYSITELIB}/pint/formatting.py
 ${PYSITELIB}/pint/formatting.pyc
 ${PYSITELIB}/pint/formatting.pyo
 ${PYSITELIB}/pint/matplotlib.py
 ${PYSITELIB}/pint/matplotlib.pyc
 ${PYSITELIB}/pint/matplotlib.pyo
-${PYSITELIB}/pint/measurement.py
-${PYSITELIB}/pint/measurement.pyc
-${PYSITELIB}/pint/measurement.pyo
-${PYSITELIB}/pint/numpy_func.py
-${PYSITELIB}/pint/numpy_func.pyc
-${PYSITELIB}/pint/numpy_func.pyo
-${PYSITELIB}/pint/parser.py
-${PYSITELIB}/pint/parser.pyc
-${PYSITELIB}/pint/parser.pyo
 ${PYSITELIB}/pint/pint-convert
 ${PYSITELIB}/pint/pint_eval.py
 ${PYSITELIB}/pint/pint_eval.pyc
 ${PYSITELIB}/pint/pint_eval.pyo
 ${PYSITELIB}/pint/py.typed
-${PYSITELIB}/pint/quantity.py
-${PYSITELIB}/pint/quantity.pyc
-${PYSITELIB}/pint/quantity.pyo
 ${PYSITELIB}/pint/registry.py
 ${PYSITELIB}/pint/registry.pyc
 ${PYSITELIB}/pint/registry.pyo
 ${PYSITELIB}/pint/registry_helpers.py
 ${PYSITELIB}/pint/registry_helpers.pyc
 ${PYSITELIB}/pint/registry_helpers.pyo
-${PYSITELIB}/pint/systems.py
-${PYSITELIB}/pint/systems.pyc
-${PYSITELIB}/pint/systems.pyo
 ${PYSITELIB}/pint/testing.py
 ${PYSITELIB}/pint/testing.pyc
 ${PYSITELIB}/pint/testing.pyo
@@ -120,6 +249,9 @@ ${PYSITELIB}/pint/testsuite/test_errors.pyo
 ${PYSITELIB}/pint/testsuite/test_formatter.py
 ${PYSITELIB}/pint/testsuite/test_formatter.pyc
 ${PYSITELIB}/pint/testsuite/test_formatter.pyo
+${PYSITELIB}/pint/testsuite/test_formatting.py
+${PYSITELIB}/pint/testsuite/test_formatting.pyc
+${PYSITELIB}/pint/testsuite/test_formatting.pyo
 ${PYSITELIB}/pint/testsuite/test_infer_base_unit.py
 ${PYSITELIB}/pint/testsuite/test_infer_base_unit.pyc
 ${PYSITELIB}/pint/testsuite/test_infer_base_unit.pyo
@@ -168,9 +300,6 @@ ${PYSITELIB}/pint/testsuite/test_unit.pyo
 ${PYSITELIB}/pint/testsuite/test_util.py
 ${PYSITELIB}/pint/testsuite/test_util.pyc
 ${PYSITELIB}/pint/testsuite/test_util.pyo
-${PYSITELIB}/pint/unit.py
-${PYSITELIB}/pint/unit.pyc
-${PYSITELIB}/pint/unit.pyo
 ${PYSITELIB}/pint/util.py
 ${PYSITELIB}/pint/util.pyc
 ${PYSITELIB}/pint/util.pyo
diff --git a/py-pint/distinfo b/py-pint/distinfo
index e710377f38..e118ef0764 100644
--- a/py-pint/distinfo
+++ b/py-pint/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (Pint-0.19.1.tar.gz) = ae96bee5e87bd3272d9ee98e79bb5102a78822d3bee4474c07d3ad105e8efdc6
-SHA512 (Pint-0.19.1.tar.gz) = fd188f9e7527da08ccee1e13784cf7b722f0679f42c83a4a3687eca13591dffc69e1fc96ff176ede028db86c4e82d829d8e01f11615ef2a77a53747d426c07d9
-Size (Pint-0.19.1.tar.gz) = 290698 bytes
+BLAKE2s (Pint-0.20.1.tar.gz) = 0d01804555549addbe204ca11b8f81544458330b61f38e875dc0431f8571aa19
+SHA512 (Pint-0.20.1.tar.gz) = f2bcd3e779e7975044b2d63f6a4ea778697728a437c4bd2085e80d29fec18f5f0fef2d33dbadf3c3a2cf818d033b9175ad5efa0df92c4da55335405ddb158ff1
+Size (Pint-0.20.1.tar.gz) = 316180 bytes


Home | Main Index | Thread Index | Old Index