python-pipenv: update to 2022.11.30

This commit is contained in:
Mehdi Chinoune
2022-11-30 20:10:42 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent ae2ae998c2
commit da8202c8bf

View File

@@ -3,7 +3,7 @@
_realname=pipenv
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=2022.11.25
pkgver=2022.11.30
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=('269286c6f0f4056625cfe3cb5dce03a9911947ec8b6002ae6e039c1b8768a432')
sha256sums=('bac727d08c328ea3917e45fd94d22eebed111c5d852286c77fb8e9aa5327199c')
prepare() {
rm -rf python-build-${MSYSTEM} | true