git: 72905f8ee534 - main - devel/py-pipenv: Update to 2023.2.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:28:26 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72905f8ee534563a9a8ffba287fa0a2877c381eb

commit 72905f8ee534563a9a8ffba287fa0a2877c381eb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:44:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:20:55 +0000

    devel/py-pipenv: Update to 2023.2.4
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/pypa/pipenv/releases
---
 devel/py-pipenv/Makefile  | 5 +++--
 devel/py-pipenv/distinfo  | 6 +++---
 devel/py-pipenv/pkg-descr | 2 --
 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