git: ea1e6d1b27d6 - main - devel/py-pipenv: Update to 2023.11.15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 10:36:21 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ea1e6d1b27d62b6c6ea36a03af61b739b49d87cd
commit ea1e6d1b27d62b6c6ea36a03af61b739b49d87cd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 10:02:27 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 10:28:17 +0000
devel/py-pipenv: Update to 2023.11.15
Changes: https://github.com/pypa/pipenv/releases
---
devel/py-pipenv/Makefile | 6 +++---
devel/py-pipenv/distinfo | 6 +++---
devel/py-pipenv/files/patch-pyproject.toml | 20 ++++++++++++++++++++
devel/py-pipenv/files/patch-setup.py | 11 -----------
4 files changed, 26 insertions(+), 17 deletions(-)
diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile
index 08dd22a1adfe..c1b3035db2fe 100644
--- a/devel/py-pipenv/Makefile
+++ b/devel/py-pipenv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pipenv
-PORTVERSION= 2023.9.1
+PORTVERSION= 2023.11.15
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,10 @@ WWW= https://pipenv.pypa.io/en/latest/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0: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}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0: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}
USES= python
diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo
index 2ad08fedec48..679807b38816 100644
--- a/devel/py-pipenv/distinfo
+++ b/devel/py-pipenv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693823903
-SHA256 (pipenv-2023.9.1.tar.gz) = f6360a83fcb137a20ea87c084d0cfca5ad85359fe2ea110849032d80bc7b0011
-SIZE (pipenv-2023.9.1.tar.gz) = 4636662
+TIMESTAMP = 1700759814
+SHA256 (pipenv-2023.11.15.tar.gz) = f587ffff47e8aa76f17803d571f64cf5a24b2bdfb9334435e6528b22ad5e304f
+SIZE (pipenv-2023.11.15.tar.gz) = 4646774
diff --git a/devel/py-pipenv/files/patch-pyproject.toml b/devel/py-pipenv/files/patch-pyproject.toml
new file mode 100644
index 000000000000..56fc04607bc8
--- /dev/null
+++ b/devel/py-pipenv/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig 2023-11-15 23:32:06 UTC
++++ pyproject.toml
+@@ -1,7 +1,7 @@
+ [build-system]
+ build-backend = "setuptools.build_meta"
+ requires = [
+- "setuptools>=67",
++ "setuptools>=61",
+ ]
+
+ [project]
+@@ -30,7 +30,7 @@ dynamic = [
+ ]
+ dependencies = [
+ "certifi",
+- "setuptools>=67",
++ "setuptools>=61",
+ "virtualenv>=20.24.2",
+ ]
+ [project.optional-dependencies]
diff --git a/devel/py-pipenv/files/patch-setup.py b/devel/py-pipenv/files/patch-setup.py
deleted file mode 100644
index 8c98a267cd48..000000000000
--- a/devel/py-pipenv/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2023-08-29 01:06:59 UTC
-+++ setup.py
-@@ -21,7 +21,7 @@ if sys.argv[-1] == "publish":
-
- required = [
- "certifi",
-- "setuptools>=67.0.0",
-+ "setuptools>=61.0.0",
- "virtualenv>=20.24.2",
- ]
- extras = {