Date: Mon, 31 Jul 2023 16:46:51 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: 02c2dfd5f8d5 - main - devel/py-pipenv: Update to 2023.7.11 Message-ID: <202307311646.36VGkpJM080491@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=02c2dfd5f8d5677b00e523df4ccf04f36c10c614 commit 02c2dfd5f8d5677b00e523df4ccf04f36c10c614 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:31:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:40:06 +0000 devel/py-pipenv: Update to 2023.7.11 Changes: https://github.com/pypa/pipenv/releases --- devel/py-pipenv/Makefile | 6 +++--- devel/py-pipenv/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile index 531613511902..ff3c0b16def2 100644 --- a/devel/py-pipenv/Makefile +++ b/devel/py-pipenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipenv -PORTVERSION= 2023.7.3 +PORTVERSION= 2023.7.11 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ WWW= https://pipenv.pypa.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ - ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.17.1:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${PY_FLAVOR} diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo index 92e6113d4e40..49b101169ce2 100644 --- a/devel/py-pipenv/distinfo +++ b/devel/py-pipenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688902133 -SHA256 (pipenv-2023.7.3.tar.gz) = 404de9ff6a2464e20e52aaad71db2d4f8f2900f2177fc45a47f6315686cb2e5b -SIZE (pipenv-2023.7.3.tar.gz) = 4682664 +TIMESTAMP = 1689398875 +SHA256 (pipenv-2023.7.11.tar.gz) = 4089056c0e859307cd6b86223002657b55953f78d9af1b848f8953cdb94cfa12 +SIZE (pipenv-2023.7.11.tar.gz) = 4681208
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311646.36VGkpJM080491>