Skip to content
Snippets Groups Projects
Verified Commit 1bb44cd3 authored by sunpoet's avatar sunpoet
Browse files

devel/py-pipenv: Update to 2023.6.26

parent a787c51c
No related branches found
No related tags found
No related merge requests found
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
......
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
--- 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",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment