pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pint: updating to the latest version 0.19.1
Module Name: pkgsrc-wip
Committed By: Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By: daisuke
Date: Wed Apr 6 22:32:25 2022 +0800
Changeset: b849d557da108ceba7b8edcdcb9d7b4af1e6d71a
Modified Files:
py-pint/DESCR
py-pint/Makefile
py-pint/PLIST
py-pint/distinfo
Log Message:
py-pint: updating to the latest version 0.19.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b849d557da108ceba7b8edcdcb9d7b4af1e6d71a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pint/DESCR | 4 ++--
py-pint/Makefile | 3 ++-
py-pint/PLIST | 22 ++++++++++++++++++++++
py-pint/distinfo | 6 +++---
4 files changed, 29 insertions(+), 6 deletions(-)
diffs:
diff --git a/py-pint/DESCR b/py-pint/DESCR
index 391656f99e..47ef750d3f 100644
--- a/py-pint/DESCR
+++ b/py-pint/DESCR
@@ -1,3 +1,3 @@
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
-ooperations between them and conversions from and to different units.
+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 45a59d961d..5286d8f43d 100644
--- a/py-pint/Makefile
+++ b/py-pint/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= Pint-0.17
+DISTNAME= Pint-0.19.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pint/}
@@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-uncertainties>=3.1.5:../../math/py-uncertainties
REPLACE_PYTHON+= pint/pint-convert
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.1
.include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-pint/PLIST b/py-pint/PLIST
index b2072bb477..d7b791ca70 100644
--- a/py-pint/PLIST
+++ b/py-pint/PLIST
@@ -9,6 +9,15 @@ ${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/pint/__init__.py
${PYSITELIB}/pint/__init__.pyc
${PYSITELIB}/pint/__init__.pyo
+${PYSITELIB}/pint/_typing.py
+${PYSITELIB}/pint/_typing.pyc
+${PYSITELIB}/pint/_typing.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/babel_names.py
${PYSITELIB}/pint/babel_names.pyc
${PYSITELIB}/pint/babel_names.pyo
@@ -41,10 +50,14 @@ ${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
@@ -57,6 +70,9 @@ ${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
${PYSITELIB}/pint/testsuite/__init__.py
${PYSITELIB}/pint/testsuite/__init__.pyc
${PYSITELIB}/pint/testsuite/__init__.pyo
@@ -95,6 +111,9 @@ ${PYSITELIB}/pint/testsuite/test_dask.pyo
${PYSITELIB}/pint/testsuite/test_definitions.py
${PYSITELIB}/pint/testsuite/test_definitions.pyc
${PYSITELIB}/pint/testsuite/test_definitions.pyo
+${PYSITELIB}/pint/testsuite/test_diskcache.py
+${PYSITELIB}/pint/testsuite/test_diskcache.pyc
+${PYSITELIB}/pint/testsuite/test_diskcache.pyo
${PYSITELIB}/pint/testsuite/test_errors.py
${PYSITELIB}/pint/testsuite/test_errors.pyc
${PYSITELIB}/pint/testsuite/test_errors.pyo
@@ -137,6 +156,9 @@ ${PYSITELIB}/pint/testsuite/test_quantity.pyo
${PYSITELIB}/pint/testsuite/test_systems.py
${PYSITELIB}/pint/testsuite/test_systems.pyc
${PYSITELIB}/pint/testsuite/test_systems.pyo
+${PYSITELIB}/pint/testsuite/test_testing.py
+${PYSITELIB}/pint/testsuite/test_testing.pyc
+${PYSITELIB}/pint/testsuite/test_testing.pyo
${PYSITELIB}/pint/testsuite/test_umath.py
${PYSITELIB}/pint/testsuite/test_umath.pyc
${PYSITELIB}/pint/testsuite/test_umath.pyo
diff --git a/py-pint/distinfo b/py-pint/distinfo
index 53112c71af..e710377f38 100644
--- a/py-pint/distinfo
+++ b/py-pint/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (Pint-0.17.tar.gz) = b9b50ebe6c8c532d8814d29c28784b8afe8c8708
-SHA512 (Pint-0.17.tar.gz) = 3e715d67b4a7b931ccaf7cdbeda4aa2338e7129840de447837f86696efb52117c6e6e832d1cc3605d160f12a631f3ce2e5dceff46be0de91460c3fec4c605146
-Size (Pint-0.17.tar.gz) = 265661 bytes
+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
Home |
Main Index |
Thread Index |
Old Index