mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/py-pipenv: Update to 2024.0.3
Changes: https://github.com/pypa/pipenv/releases
This commit is contained in:
parent
b2ecc2b69b
commit
9318ce13c0
3 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= pipenv
|
PORTNAME= pipenv
|
||||||
PORTVERSION= 2024.0.2
|
PORTVERSION= 2024.0.3
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}packaging>=22:devel/py-packaging@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}virtualenv>=20.24.2:devel/py-virtualenv@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}virtualenv>=20.24.2:devel/py-virtualenv@${PY_FLAVOR}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1726487356
|
TIMESTAMP = 1727314562
|
||||||
SHA256 (pipenv-2024.0.2.tar.gz) = f4aca545b472e5ea00bd5131ef2b9047f509c420b89e998caa1085ed06d197cb
|
SHA256 (pipenv-2024.0.3.tar.gz) = 0226ed63c81725117ed284bd58eb07e64207dc0c3fc8b52ead0ab2db91321870
|
||||||
SIZE (pipenv-2024.0.2.tar.gz) = 4775728
|
SIZE (pipenv-2024.0.3.tar.gz) = 4776923
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- pyproject.toml.orig 2023-11-15 23:32:06 UTC
|
--- pyproject.toml.orig 2024-09-23 03:54:55 UTC
|
||||||
+++ pyproject.toml
|
+++ pyproject.toml
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@ requires = [
|
||||||
[build-system]
|
[build-system]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
requires = [
|
requires = [
|
||||||
|
@ -9,12 +9,12 @@
|
||||||
]
|
]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@@ -30,7 +30,7 @@ dynamic = [
|
@@ -32,7 +32,7 @@ dependencies = [
|
||||||
]
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"certifi",
|
"certifi",
|
||||||
|
"packaging>=22",
|
||||||
- "setuptools>=67",
|
- "setuptools>=67",
|
||||||
+ "setuptools>=61",
|
+ "setuptools>=61",
|
||||||
"virtualenv>=20.24.2",
|
"virtualenv>=20.24.2",
|
||||||
]
|
]
|
||||||
[project.optional-dependencies]
|
optional-dependencies.dev = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue