Skip to content

Commit

Permalink
devel/py-pipenv: Update to 2023.2.4
Browse files Browse the repository at this point in the history
- Update WWW and clean up pkg-descr

Changes:	https://github.com/pypa/pipenv/releases
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent d9558b8 commit 72905f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 0 additions & 2 deletions devel/py-pipenv/pkg-descr
Expand Up @@ -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

0 comments on commit 72905f8

Please sign in to comment.