[arch-commits] Commit in python-wand/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 10:33:53 UTC 2022


    Date: Tuesday, August 30, 2022 @ 10:33:53
  Author: felixonmars
Revision: 1288558

upgpkg: python-wand 0.6.10-1

Modified:
  python-wand/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 10:33:43 UTC (rev 1288557)
+++ PKGBUILD	2022-08-30 10:33:53 UTC (rev 1288558)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-wand
-pkgver=0.6.9
+pkgver=0.6.10
 pkgrel=1
 pkgdesc="Ctypes-based simple MagickWand API binding for Python"
 url="https://github.com/emcconville/wand"
@@ -9,10 +9,10 @@
 arch=('any')
 depends=('imagemagick' 'libxml2' 'python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-memory-profiler' 'python-psutil'
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-memory-profiler' 'python-psutil'
               'ghostscript' 'librsvg')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz")
-sha512sums=('35877d615b4dace15833ff33638969b7917bf3f464e041d2ec0b8b32a8cfe5842dff3af13344a12a24f2d17773ca067f9e9e2d9fdd759669428326c5f81cd2a9')
+sha512sums=('57c2072c2429d7b115a24b5a04ea3bec122c265958827233614ce65c86f9352d266d85fad075a5fec6a860049c20cd1634e55457eb17e2511a04ba8fc52ffd47')
 
 build() {
   cd wand-$pkgver
@@ -21,7 +21,8 @@
 
 check() {
   cd wand-$pkgver
-  python setup.py pytest || :
+  pytest --deselect tests/image_methods_test.py::test_forward_fourier_transform \
+         --deselect tests/image_methods_test.py::test_inverse_fourier_transform
 }
 
 package() {



More information about the arch-commits mailing list