python-pipenv: update to 2023.3.18

This commit is contained in:
Mehdi Chinoune
2023-03-18 18:20:39 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 44c51814c7
commit 8dbfcfccdd

View File

@@ -3,7 +3,7 @@
_realname=pipenv
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=2023.2.18
pkgver=2023.3.18
pkgrel=1
pkgdesc="Python Development Workflow for Humans."
url="https://pipenv.pypa.io"
@@ -20,7 +20,7 @@ depends=(
)
makedepends=(${MINGW_PACKAGE_PREFIX}-python-setuptools)
source=(https://github.com/pypa/${_realname}/archive/refs/tags/v${pkgver}.tar.gz)
sha256sums=('77cc5075dff784502566ffc114e4659e031d0e0734e936ab8eb5f0291acad505')
sha256sums=('841408dcefad5e952cf54d828cfd1401b4b0b87b14296f6aa43bae32470067d2')
prepare() {
rm -rf python-build-${MSYSTEM} | true