Date: Sun, 20 Jun 2021 20:48:42 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: 7f0ecd9671b9 - main - devel/py-pipx: Update to 0.16.3 Message-ID: <202106202048.15KKmgf3042541@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=7f0ecd9671b919cd4e22dc08bb91b67d9373a88d commit 7f0ecd9671b919cd4e22dc08bb91b67d9373a88d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 20:46:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 20:46:10 +0000 devel/py-pipx: Update to 0.16.3 - Update WWW Changes: https://github.com/pypa/pipx/blob/master/docs/changelog.md https://pypa.github.io/pipx/changelog/ --- devel/py-pipx/Makefile | 5 ++--- devel/py-pipx/distinfo | 6 +++--- devel/py-pipx/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-pipx/Makefile b/devel/py-pipx/Makefile index f3c0b13f02f6..bb3e1cb4bd4a 100644 --- a/devel/py-pipx/Makefile +++ b/devel/py-pipx/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= pipx -PORTVERSION= 0.16.2.1 +PORTVERSION= 0.16.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4<2.0:devel/py-argcomplete@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.4:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}userpath>=1.4.1:devel/py-userpath@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}userpath>=1.5.0:devel/py-userpath@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-pipx/distinfo b/devel/py-pipx/distinfo index 0cd1da62c8bb..d21eb0afddee 100644 --- a/devel/py-pipx/distinfo +++ b/devel/py-pipx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619910327 -SHA256 (pipx-0.16.2.1.tar.gz) = 805319eab100c0c36e349b76103bbe903445229a60ebb0010d7cf7590ff5ba20 -SIZE (pipx-0.16.2.1.tar.gz) = 348504 +TIMESTAMP = 1624189733 +SHA256 (pipx-0.16.3.tar.gz) = 51fa41281383212db3b2a6906713871edc1a7d597ae387873026402e281a0b25 +SIZE (pipx-0.16.3.tar.gz) = 348094 diff --git a/devel/py-pipx/pkg-descr b/devel/py-pipx/pkg-descr index e66ac0cf9494..b3ed07ca7fa8 100644 --- a/devel/py-pipx/pkg-descr +++ b/devel/py-pipx/pkg-descr @@ -20,4 +20,4 @@ pipx enables you to: Best of all, pipx runs with regular user permissions. -WWW: https://github.com/pipxproject/pipx +WWW: https://github.com/pypa/pipx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106202048.15KKmgf3042541>