Skip to content
Snippets Groups Projects
Verified Commit 857a6022 authored by Antoine Martin's avatar Antoine Martin
Browse files

testing/py3-wand: upgrade to 0.6.13

parent 9f49cd96
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !56173. Comments created here will be created in the context of that merge request.
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pkgname=py3-wand pkgname=py3-wand
_pkgname=wand _pkgname=wand
pkgver=0.6.11 pkgver=0.6.13
pkgrel=0 pkgrel=0
pkgdesc="Ctypes-based simple MagickWand API binding for Python" pkgdesc="Ctypes-based simple MagickWand API binding for Python"
url="https://github.com/emcconville/wand" url="https://github.com/emcconville/wand"
...@@ -24,9 +24,14 @@ options="!check" # Failing test units ...@@ -24,9 +24,14 @@ options="!check" # Failing test units
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
prepare() {
default_prepare
rm pyproject.toml
}
build() { build() {
gpep517 build-wheel \ gpep517 build-wheel \
--wheel-dir dist \ --wheel-dir .dist \
--output-fd 3 3>&1 >&2 --output-fd 3 3>&1 >&2
} }
...@@ -36,9 +41,9 @@ check() { ...@@ -36,9 +41,9 @@ check() {
package() { package() {
python3 -m installer -d "$pkgdir" \ python3 -m installer -d "$pkgdir" \
dist/*.whl .dist/*.whl
} }
sha512sums=" sha512sums="
996073d1b22fdd7924801114b24d803eb15e94c8980800a4ddb58110f72f9495aebc4de227db3a07af9c754a96c369c9ba7c7201442933ba653df1eefb74165f py3-wand-0.6.11.tar.gz 4551ba719b6bb90bb6818e9f0fcb9e35e41c5e49de17b565f4b8b148b03a25eff4033ed9d49ebc46f2e9fbfc83ae976f817fe595a11a4704b12c77954506ffc0 py3-wand-0.6.13.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment