git: 9318ce13c062 - main - devel/py-pipenv: Update to 2024.0.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Sep 2024 13:42:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9318ce13c062e9c4fd8b57d91ec95412d5bd58e8 commit 9318ce13c062e9c4fd8b57d91ec95412d5bd58e8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-30 13:02:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-30 13:36:32 +0000 devel/py-pipenv: Update to 2024.0.3 Changes: https://github.com/pypa/pipenv/releases --- devel/py-pipenv/Makefile | 3 ++- devel/py-pipenv/distinfo | 6 +++--- devel/py-pipenv/files/patch-pyproject.toml | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile index e30bfe17e662..0a1dbad3e8ee 100644 --- a/devel/py-pipenv/Makefile +++ b/devel/py-pipenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipenv -PORTVERSION= 2024.0.2 +PORTVERSION= 2024.0.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61: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}packaging>=22:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.24.2:devel/py-virtualenv@${PY_FLAVOR} diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo index e8a477713989..bf31b94c4f20 100644 --- a/devel/py-pipenv/distinfo +++ b/devel/py-pipenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726487356 -SHA256 (pipenv-2024.0.2.tar.gz) = f4aca545b472e5ea00bd5131ef2b9047f509c420b89e998caa1085ed06d197cb -SIZE (pipenv-2024.0.2.tar.gz) = 4775728 +TIMESTAMP = 1727314562 +SHA256 (pipenv-2024.0.3.tar.gz) = 0226ed63c81725117ed284bd58eb07e64207dc0c3fc8b52ead0ab2db91321870 +SIZE (pipenv-2024.0.3.tar.gz) = 4776923 diff --git a/devel/py-pipenv/files/patch-pyproject.toml b/devel/py-pipenv/files/patch-pyproject.toml index 56fc04607bc8..bf914c476f7d 100644 --- a/devel/py-pipenv/files/patch-pyproject.toml +++ b/devel/py-pipenv/files/patch-pyproject.toml @@ -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 -@@ -1,7 +1,7 @@ +@@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = "setuptools.build_meta" requires = [ @@ -9,12 +9,12 @@ ] [project] -@@ -30,7 +30,7 @@ dynamic = [ - ] +@@ -32,7 +32,7 @@ dependencies = [ dependencies = [ "certifi", + "packaging>=22", - "setuptools>=67", + "setuptools>=61", "virtualenv>=20.24.2", ] - [project.optional-dependencies] + optional-dependencies.dev = [