python-inflect: update to 5.6.0

This commit is contained in:
Biswapriyo Nath
2022-05-04 11:57:31 +05:30
committed by GitHub
parent 44a001a9a0
commit 082fbfa026

View File

@@ -1,10 +1,10 @@
# Maintainer: ???
# Maintainer: Biswapriyo Nath <nathbappai@gmail.com>
_pyname=inflect
_realname=inflect
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.5.2
pkgver=5.6.0
pkgrel=1
pkgdesc='Python module to correctly generate plurals, ordinals, indefinite articles; convert numbers to words (mingw-w64)'
arch=('any')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('0b7f13909a7769bc25d168965c1e665e70686de6b577121b96448bc28289971f')
sha256sums=('a0612e7bba1028bb7efa121bf8f012aeda9355252d01b257057fa2a8f5859cef')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true