git: 1bb44cd3d558 - main - devel/py-pipenv: Update to 2023.6.26
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 10:35:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bb44cd3d55812fe96c018be03c7c6b0a9218159 commit 1bb44cd3d55812fe96c018be03c7c6b0a9218159 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-09 10:19:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-09 10:19:11 +0000 devel/py-pipenv: Update to 2023.6.26 Changes: https://github.com/pypa/pipenv/releases --- devel/py-pipenv/Makefile | 9 ++++++--- devel/py-pipenv/distinfo | 6 +++--- devel/py-pipenv/files/patch-setup.py | 11 +++++++++++ 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile index 4382dab6ebef..2bfb9939aec3 100644 --- a/devel/py-pipenv/Makefile +++ b/devel/py-pipenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipenv -PORTVERSION= 2023.2.4 +PORTVERSION= 2023.6.26 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,15 @@ WWW= https://pipenv.pypa.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +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} \ - ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${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} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo index 2c297cb75dea..f55d9afa6334 100644 --- a/devel/py-pipenv/distinfo +++ b/devel/py-pipenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771277 -SHA256 (pipenv-2023.2.4.tar.gz) = 18a3eba519e36d59f0d5a7f9c42bd268521e4b9b7b3d1bd6adcf131569323275 -SIZE (pipenv-2023.2.4.tar.gz) = 4763661 +TIMESTAMP = 1688166236 +SHA256 (pipenv-2023.6.26.tar.gz) = b4cf3894c0a8621da79c4c54edc5fdb5285c8e92a8fd4c7a8d13a9771d39c7e7 +SIZE (pipenv-2023.6.26.tar.gz) = 4682600 diff --git a/devel/py-pipenv/files/patch-setup.py b/devel/py-pipenv/files/patch-setup.py new file mode 100644 index 000000000000..cb8785e0e42d --- /dev/null +++ b/devel/py-pipenv/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-06-26 22:28:12 UTC ++++ setup.py +@@ -21,7 +21,7 @@ if sys.argv[-1] == "publish": + + required = [ + "certifi", +- "setuptools>=67.0.0", ++ "setuptools>=61.0.0", + "virtualenv-clone>=0.2.5", + "virtualenv>=20.17.1", + ]