python-pyproject-api: update to 1.5.1

This commit is contained in:
Mehdi Chinoune
2023-03-12 18:20:47 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 60708b3675
commit ab3b99a044

View File

@@ -3,7 +3,7 @@
_realname=pyproject-api
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.5.0
pkgver=1.5.1
pkgrel=1
pkgdesc="API to interact with the python pyproject.toml based projects (mingw-w64)"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatch-vcs")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('0962df21f3e633b8ddb9567c011e6c1b3dcdfc31b7860c0ede7e24c5a1200fbe')
sha256sums=('435f46547a9ff22cf4208ee274fca3e2869aeb062a4834adfc99a4dd64af3cf9')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"