Skip to content

Commit

Permalink
pipenv: update to 2024.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Dec 14, 2024
1 parent e1b9b5d commit a6a3f9d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions python/pipenv/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name pipenv
version 2023.12.1
version 2024.4.0
revision 0
categories-append devel
platforms {darwin any}
Expand All @@ -31,13 +31,15 @@ long_description {*}${description} \

homepage https://pipenv.pypa.io/en/latest/

checksums rmd160 7015b86790f511fac86c4f5b4d2f254b72f8dabc \
sha256 4aea73e23944e464ad2b849328e780ad121c5336e1c24a7ac15aa493c41c2341 \
size 4538942
checksums rmd160 1469fdf3bf1e53ed0977a316b7d6328751ab0436 \
sha256 87b82407a9e2de3cf32a742c131708d7460d5985076c6a9b3c11d774d2929fb1 \
size 4614739

python.default_version 312
python.default_version 313

depends_lib-append port:py${python.version}-certifi \
port:py${python.version}-packaging \
port:py${python.version}-setuptools \
port:py${python.version}-virtualenv

post-destroot {
Expand Down

0 comments on commit a6a3f9d

Please sign in to comment.