python-pyproject-api: update to 1.5.2

This commit is contained in:
Mehdi Chinoune
2023-06-15 00:43:21 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent cc74aff62a
commit 96a55f3395

View File

@@ -3,7 +3,7 @@
_realname=pyproject-api
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.5.1
pkgver=1.5.2
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=('435f46547a9ff22cf4208ee274fca3e2869aeb062a4834adfc99a4dd64af3cf9')
sha256sums=('999f58fa3c92b23ebd31a6bad5d1f87d456744d75e05391be7f5c729015d3d91')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"