git: 5109ba6c4f19 - main - devel/py-pipenv: Update to 2023.8.28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:09:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5109ba6c4f1905ecbca50668ac6a45fa954d723d commit 5109ba6c4f1905ecbca50668ac6a45fa954d723d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 09:05:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 09:05:06 +0000 devel/py-pipenv: Update to 2023.8.28 Changes: https://github.com/pypa/pipenv/releases --- devel/py-pipenv/Makefile | 5 ++--- devel/py-pipenv/distinfo | 6 +++--- devel/py-pipenv/files/patch-setup.py | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile index ff3c0b16def2..b748d45ad3a2 100644 --- a/devel/py-pipenv/Makefile +++ b/devel/py-pipenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipenv -PORTVERSION= 2023.7.11 +PORTVERSION= 2023.8.28 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${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} + ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.24.2:devel/py-virtualenv@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo index 49b101169ce2..c20cee76ae8a 100644 --- a/devel/py-pipenv/distinfo +++ b/devel/py-pipenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689398875 -SHA256 (pipenv-2023.7.11.tar.gz) = 4089056c0e859307cd6b86223002657b55953f78d9af1b848f8953cdb94cfa12 -SIZE (pipenv-2023.7.11.tar.gz) = 4681208 +TIMESTAMP = 1693333999 +SHA256 (pipenv-2023.8.28.tar.gz) = 2f708e589725c7363e59a0a47e20bb008f3d06598bdb32d7df159549ad10b59b +SIZE (pipenv-2023.8.28.tar.gz) = 4639188 diff --git a/devel/py-pipenv/files/patch-setup.py b/devel/py-pipenv/files/patch-setup.py index cb8785e0e42d..8c98a267cd48 100644 --- a/devel/py-pipenv/files/patch-setup.py +++ b/devel/py-pipenv/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2023-06-26 22:28:12 UTC +--- setup.py.orig 2023-08-29 01:06:59 UTC +++ setup.py @@ -21,7 +21,7 @@ if sys.argv[-1] == "publish": @@ -6,6 +6,6 @@ "certifi", - "setuptools>=67.0.0", + "setuptools>=61.0.0", - "virtualenv-clone>=0.2.5", - "virtualenv>=20.17.1", + "virtualenv>=20.24.2", ] + extras = {