Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-wand
Commits:
ca4e16e3 by Jelle van der Waa at 2024-04-13T15:14:43+02:00
upgpkg: 0.6.11-4: drop python-memory-profiler checkdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = python-wand
pkgdesc = Ctypes-based simple MagickWand API binding for Python
pkgver = 0.6.11
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/emcconville/wand
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-forked
checkdepends = python-pytest-xdist
- checkdepends = python-memory-profiler
checkdepends = python-psutil
checkdepends = ghostscript
checkdepends = librsvg
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
pkgname=python-wand
pkgver=0.6.11
-pkgrel=3
+pkgrel=4
pkgdesc="Ctypes-based simple MagickWand API binding for Python"
url="https://github.com/emcconville/wand"
license=('MIT')
arch=('any')
depends=('imagemagick' 'libxml2' 'python')
makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-forked' 'python-pytest-xdist'
'python-memory-profiler'
+checkdepends=('python-pytest' 'python-pytest-forked' 'python-pytest-xdist'
'python-psutil' 'ghostscript' 'librsvg')
source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz")
sha512sums=('996073d1b22fdd7924801114b24d803eb15e94c8980800a4ddb58110f72f9495aebc4de227db3a07af9c754a96c369c9ba7c7201442933ba653df1eefb74165f')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wand/-/commit/ca4e16e3881c781391c375bc5ef0e55e0abbbfbf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wand/-/commit/ca4e16e3881c781391c375bc5ef0e55e0abbbfbf
You're receiving this email because of your account on gitlab.archlinux.org.