From nobody Mon Nov 01 13:46:33 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9E9EF1837DA7; Mon, 1 Nov 2021 13:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjZ8017khz4kRK; Mon, 1 Nov 2021 13:46:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D9FE129D4; Mon, 1 Nov 2021 13:46:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A1DkXR5050346; Mon, 1 Nov 2021 13:46:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A1DkXXf050345; Mon, 1 Nov 2021 13:46:33 GMT (envelope-from git) Date: Mon, 1 Nov 2021 13:46:33 GMT Message-Id: <202111011346.1A1DkXXf050345@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f75444334248 - main - devel/py-pint: Update to 0.18 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f754443342483bd1796e5d4ff9c0de9f9b2799b5 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f754443342483bd1796e5d4ff9c0de9f9b2799b5 commit f754443342483bd1796e5d4ff9c0de9f9b2799b5 Author: Po-Chuan Hsieh AuthorDate: 2021-11-01 13:25:55 +0000 Commit: Po-Chuan Hsieh 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 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 -.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