aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:44:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:55 +0000
commit72905f8ee534563a9a8ffba287fa0a2877c381eb (patch)
tree626ea5effbb4774a2151bf0d74dead1ee03494a7
parentd9558b8cd8acba2ec0654536163120d275d7537e (diff)
downloadports-72905f8ee534563a9a8ffba287fa0a2877c381eb.tar.gz
ports-72905f8ee534563a9a8ffba287fa0a2877c381eb.zip
devel/py-pipenv: Update to 2023.2.4
- Update WWW and clean up pkg-descr Changes: https://github.com/pypa/pipenv/releases
-rw-r--r--devel/py-pipenv/Makefile5
-rw-r--r--devel/py-pipenv/distinfo6
-rw-r--r--devel/py-pipenv/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile
index e2805da7fdb4..a25e5a5ca9eb 100644
--- a/devel/py-pipenv/Makefile
+++ b/devel/py-pipenv/Makefile
@@ -1,12 +1,13 @@
PORTNAME= pipenv
-PORTVERSION= 2022.8.19
+PORTVERSION= 2023.2.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Development Workflow for Humans
-WWW= https://docs.pipenv.org/
+WWW= https://pipenv.pypa.io/en/latest/ \
+ https://github.com/pypa/pipenv
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo
index 87ffeae4fd8c..2c297cb75dea 100644
--- a/devel/py-pipenv/distinfo
+++ b/devel/py-pipenv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661599265
-SHA256 (pipenv-2022.8.19.tar.gz) = 44013256601acf66f3cbb68c922804a67a8d1b328fe01884851f16e49898852f
-SIZE (pipenv-2022.8.19.tar.gz) = 5302435
+TIMESTAMP = 1677771277
+SHA256 (pipenv-2023.2.4.tar.gz) = 18a3eba519e36d59f0d5a7f9c42bd268521e4b9b7b3d1bd6adcf131569323275
+SIZE (pipenv-2023.2.4.tar.gz) = 4763661
diff --git a/devel/py-pipenv/pkg-descr b/devel/py-pipenv/pkg-descr
index c7914b9bc0a6..1772addcd6ed 100644
--- a/devel/py-pipenv/pkg-descr
+++ b/devel/py-pipenv/pkg-descr
@@ -9,5 +9,3 @@ It automatically creates and manages a virtualenv for your projects, as well as
adds/removes packages from your Pipfile as you install/uninstall packages. It
also generates the ever-important Pipfile.lock, which is used to produce
deterministic builds.
-
-See also: https://github.com/pypa/pipenv