testing/py3-wand: upgrade to 0.6.13
This commit is contained in:
parent
cb29f2e9ff
commit
b38306c3db
1 changed files with 9 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=py3-wand
|
||||
_pkgname=wand
|
||||
pkgver=0.6.11
|
||||
pkgver=0.6.13
|
||||
pkgrel=0
|
||||
pkgdesc="Ctypes-based simple MagickWand API binding for Python"
|
||||
url="https://github.com/emcconville/wand"
|
||||
|
@ -24,9 +24,14 @@ options="!check" # Failing test units
|
|||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
rm pyproject.toml
|
||||
}
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir dist \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
|
@ -36,9 +41,9 @@ check() {
|
|||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
dist/*.whl
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
996073d1b22fdd7924801114b24d803eb15e94c8980800a4ddb58110f72f9495aebc4de227db3a07af9c754a96c369c9ba7c7201442933ba653df1eefb74165f py3-wand-0.6.11.tar.gz
|
||||
4551ba719b6bb90bb6818e9f0fcb9e35e41c5e49de17b565f4b8b148b03a25eff4033ed9d49ebc46f2e9fbfc83ae976f817fe595a11a4704b12c77954506ffc0 py3-wand-0.6.13.tar.gz
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue