[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 28 22:31:02 UTC 2021


    Date: Sunday, February 28, 2021 @ 22:31:01
  Author: felixonmars
Revision: 876177

archrelease: copy trunk to community-any

Added:
  python-wand/repos/community-any/PKGBUILD
    (from rev 876176, python-wand/trunk/PKGBUILD)
Deleted:
  python-wand/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 22:30:49 UTC (rev 876176)
+++ PKGBUILD	2021-02-28 22:31:01 UTC (rev 876177)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-wand
-pkgver=0.6.5
-pkgrel=1
-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-runner' '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=('453f611fe33b0e5490ea2d3a472dc3f90bae8f123c3dc801ab80c74a12744ee58bf995eb34c0b1233dadb7d6eba864a107f10177d2b1dff325ed94115973b815')
-
-build() {
-  cd wand-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd wand-$pkgver
-  python setup.py pytest || :
-}
-
-package() {
-  cd wand-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-wand/repos/community-any/PKGBUILD (from rev 876176, python-wand/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-28 22:31:01 UTC (rev 876177)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-wand
+pkgver=0.6.6
+pkgrel=1
+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-runner' '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=('8135088da9d26b444e809a8a99f7b07d39e283a3167acd7ed7943b0944dc0486598de40896c1db1aa984dfb9b598b6e030a14223b8367eef697e9373697e39c5')
+
+build() {
+  cd wand-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd wand-$pkgver
+  python setup.py pytest || :
+}
+
+package() {
+  cd wand-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list