aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 13:25:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 13:41:43 +0000
commitf754443342483bd1796e5d4ff9c0de9f9b2799b5 (patch)
treee9e8f567b6afd4c42b67cab599992e2256eeb054
parent4587b45fa2ebc5518c43fa84fa6cff3b9a79eabf (diff)
downloadports-f754443342483bd1796e5d4ff9c0de9f9b2799b5.tar.gz
ports-f754443342483bd1796e5d4ff9c0de9f9b2799b5.zip
devel/py-pint: Update to 0.18
- Update USES=python of dependent ports Changes: https://github.com/hgrecco/pint/blob/master/CHANGES
-rw-r--r--devel/py-pint-pandas/Makefile2
-rw-r--r--devel/py-pint/Makefile8
-rw-r--r--devel/py-pint/distinfo6
-rw-r--r--science/py-pyked/Makefile2
-rw-r--r--science/py-qcelemental/Makefile2
5 files changed, 8 insertions, 12 deletions
diff --git a/devel/py-pint-pandas/Makefile b/devel/py-pint-pandas/Makefile
index a3d5bbc6c402..5cde81108c8e 100644
--- a/devel/py-pint-pandas/Makefile
+++ b/devel/py-pint-pandas/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.2,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pint>=0.17:devel/py-pint@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/devel/py-pint/Makefile b/devel/py-pint/Makefile
index a96732b59a6c..48ec310e9fc8 100644
--- a/devel/py-pint/Makefile
+++ b/devel/py-pint/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= pint
-PORTVERSION= 0.17
+PORTVERSION= 0.18
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
-USES= python:3.6+ shebangfix
+USES= python:3.7+ shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
@@ -25,10 +25,6 @@ SHEBANG_FILES= pint/pint-convert
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif
diff --git a/devel/py-pint/distinfo b/devel/py-pint/distinfo
index c986c1ec0e7b..c5c9cdcdac63 100644
--- a/devel/py-pint/distinfo
+++ b/devel/py-pint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620405419
-SHA256 (Pint-0.17.tar.gz) = f4d0caa713239e6847a7c6eefe2427358566451fe56497d533f21fb590a3f313
-SIZE (Pint-0.17.tar.gz) = 265661
+TIMESTAMP = 1635713661
+SHA256 (Pint-0.18.tar.gz) = 8c4bce884c269051feb7abc69dbfd18403c0c764abc83da132e8a7222f8ba801
+SIZE (Pint-0.18.tar.gz) = 272830
diff --git a/science/py-pyked/Makefile b/science/py-pyked/Makefile
index 79080cc0b709..257f252453b6 100644
--- a/science/py-pyked/Makefile
+++ b/science/py-pyked/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}uncertainties>=3.0.1:math/py-uncertainties@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils concurrent autoplist
USE_GITHUB= yes
diff --git a/science/py-qcelemental/Makefile b/science/py-qcelemental/Makefile
index da35dfb17169..2bbec2c1a624 100644
--- a/science/py-qcelemental/Makefile
+++ b/science/py-qcelemental/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pydantic>=1.8.2:devel/py-pydantic@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils autoplist
NO_ARCH= yes