python-build: update to 0.4.0

This commit is contained in:
Naveen
2021-05-26 07:35:45 +00:00
committed by github-actions[bot]
parent 850434de13
commit 129a32dfee

View File

@@ -3,14 +3,15 @@
_realname=build
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.3.1.post1
pkgver=0.4.0
pkgrel=1
pkgdesc="A simple, correct PEP517 package builder (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
url='https://github.com/pypa/build'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python-packaging"
depends=("${MINGW_PACKAGE_PREFIX}-python-colorama"
"${MINGW_PACKAGE_PREFIX}-python-packaging"
"${MINGW_PACKAGE_PREFIX}-python-pep517"
"${MINGW_PACKAGE_PREFIX}-python-toml"
"${MINGW_PACKAGE_PREFIX}-python-virtualenv")
@@ -20,7 +21,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-mock"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("${_realname}-$pkgver.tar.gz"::"https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"0001-pass-ignore_errors-to-shutil.patch")
sha512sums=('2f7df86ff6d932ed84f073d991f41c132e27ec442363762d92cbaa576ad429dafd15af94756c89c887250fee816c9cc18f267611b7dad669137a2dad034389a1'
sha512sums=('7beeb212fad9735f6fd06c61b87d7a2675c09fe34d9cc54b514c823840310fc9f0f0792dd6b75b31463333dbfefa5880e5b8db458c262244d909b4b78ba50d54'
'80fb412e0e33e25de1e4b470321316b193a457ce6f89244999ab4ae70ea5cc49f64f34c8666456548af720017f13c61123009a8c8628b5e0627fa7023eea73fb')