Skip to content

Commit

Permalink
devel/py-pipenv: Update to 2023.11.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 27, 2023
1 parent 4215be8 commit ea1e6d1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 17 deletions.
6 changes: 3 additions & 3 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
20 changes: 20 additions & 0 deletions 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]
11 changes: 0 additions & 11 deletions devel/py-pipenv/files/patch-setup.py

This file was deleted.

0 comments on commit ea1e6d1

Please sign in to comment.