python-pathlib2: update to 2.3.7.post1

This commit is contained in:
Mehdi Chinoune
2022-04-03 09:08:06 +00:00
parent c4383039b9
commit c826ed2ab6

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.3.7
pkgver=2.3.7.post1
pkgrel=1
pkgdesc="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way (mingw-w64)"
url="https://pypi.org/project/pathlib2/"
@@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-scandir")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.io/packages/source/p/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7a4329d67beff9a712e1d3ae147e4e3e108b0bfd284ffdea03a635126c76b3c0')
sha256sums=('9fe0edad898b83c0c3e199c842b27ed216645d2e177757b2dd67384d4113c641')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true