Date: Mon, 1 Nov 2021 13:46:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f75444334248 - main - devel/py-pint: Update to 0.18 Message-ID: <202111011346.1A1DkXXf050345@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f754443342483bd1796e5d4ff9c0de9f9b2799b5 commit f754443342483bd1796e5d4ff9c0de9f9b2799b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:25:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:43 +0000 devel/py-pint: Update to 0.18 - Update USES=python of dependent ports Changes: https://github.com/hgrecco/pint/blob/master/CHANGES --- devel/py-pint-pandas/Makefile | 2 +- devel/py-pint/Makefile | 8 ++------ devel/py-pint/distinfo | 6 +++--- science/py-pyked/Makefile | 2 +- science/py-qcelemental/Makefile | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011346.1A1DkXXf050345>