[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, September 15, 2020 @ 02:12:20 Author: felixonmars Revision: 706927 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 706926, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-09-15 02:12:14 UTC (rev 706926) +++ PKGBUILD2020-09-15 02:12:20 UTC (rev 706927) @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.6.2 -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=('ff26542a3313f678641f0081227ac9d8b87cbc7f917926f4819a7ee1e02793072bebedb15f4cbb2c41ef7b5d462343ec6f5549e145c4c89fe30593cf782024a7') - -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 706926, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-09-15 02:12:20 UTC (rev 706927) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.6.3 +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=('33b74c4bfeae4a3b310f50b8e6d49392b6caa875d3e37c0fd41ebd44e72381f6cd857debfe514c36f1d1651ea0d85f4e5fd4c489d9f4351c85011f7c89c3c19e') + +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 +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, July 7, 2020 @ 21:10:08 Author: felixonmars Revision: 660255 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 660254, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-07 21:09:58 UTC (rev 660254) +++ PKGBUILD2020-07-07 21:10:08 UTC (rev 660255) @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.6.1 -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=('d7f360f6d834ca53345874f1848ffdc3c0d30f252c11e21cebc1c566e30e6f47468e4fae984efd8b4b9de21ab527998ff26c564557e1efbb1a6c9fdf33285f9b') - -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 660254, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-07 21:10:08 UTC (rev 660255) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.6.2 +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=('ff26542a3313f678641f0081227ac9d8b87cbc7f917926f4819a7ee1e02793072bebedb15f4cbb2c41ef7b5d462343ec6f5549e145c4c89fe30593cf782024a7') + +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 +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, May 16, 2020 @ 08:57:43 Author: felixonmars Revision: 628158 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 628157, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-16 08:57:30 UTC (rev 628157) +++ PKGBUILD2020-05-16 08:57:43 UTC (rev 628158) @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.6.0 -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=('fc4bf2a105c9c8c00b55b0a016db53879fb78dd496fe67b2cd153eea46eec656a5e34deff46c0f12dc3652290cddb06e75b5db61ea2b9b0fde48c53601b94f76') - -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 628157, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-16 08:57:43 UTC (rev 628158) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.6.1 +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=('d7f360f6d834ca53345874f1848ffdc3c0d30f252c11e21cebc1c566e30e6f47468e4fae984efd8b4b9de21ab527998ff26c564557e1efbb1a6c9fdf33285f9b') + +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 +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, May 15, 2020 @ 18:13:44 Author: felixonmars Revision: 628061 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 628060, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 64 + 1 file changed, 31 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-15 18:13:34 UTC (rev 628060) +++ PKGBUILD2020-05-15 18:13:44 UTC (rev 628061) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.9 -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=('109fc570550c84c7648318c8d71d61ea105250928a50ad30f349948d12a70824616bd463a75f871f27a466a6bba52a7385a6f96130358bd293b8bdae5186c393') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 628060, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-15 18:13:44 UTC (rev 628061) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.6.0 +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=('fc4bf2a105c9c8c00b55b0a016db53879fb78dd496fe67b2cd153eea46eec656a5e34deff46c0f12dc3652290cddb06e75b5db61ea2b9b0fde48c53601b94f76') + +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 +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, February 11, 2020 @ 18:32:07 Author: felixonmars Revision: 567882 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 567881, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-02-11 18:31:53 UTC (rev 567881) +++ PKGBUILD2020-02-11 18:32:07 UTC (rev 567882) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.8 -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=('5e525bdfe54d939e47f86b38b8e0f2f01f826526469d0308f58074881cffa7434e60e39ca2a914e4f1b547437bc4bbee85b204af19a2a5d909abf7126b51c44c') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 567881, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-02-11 18:32:07 UTC (rev 567882) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.9 +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=('109fc570550c84c7648318c8d71d61ea105250928a50ad30f349948d12a70824616bd463a75f871f27a466a6bba52a7385a6f96130358bd293b8bdae5186c393') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, December 6, 2019 @ 12:24:21 Author: felixonmars Revision: 535802 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 535801, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-06 12:24:13 UTC (rev 535801) +++ PKGBUILD2019-12-06 12:24:21 UTC (rev 535802) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.7 -pkgrel=2 -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=('cdd30133dc35b87c9e956b61221d9f6ec711c8654d0b45b4e9f1ece30de7a374a01527260f08f5e16d6915546225d2bb72905da986abd1bdd29ef648de6451e6') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 535801, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-06 12:24:21 UTC (rev 535802) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.8 +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=('5e525bdfe54d939e47f86b38b8e0f2f01f826526469d0308f58074881cffa7434e60e39ca2a914e4f1b547437bc4bbee85b204af19a2a5d909abf7126b51c44c') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, September 5, 2019 @ 06:22:07 Author: felixonmars Revision: 508148 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 508146, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-05 06:22:05 UTC (rev 508147) +++ PKGBUILD2019-09-05 06:22:07 UTC (rev 508148) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.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=('0fa39b35de72906751299a1bd75252518919afb46ff4723e64647a652e819eca9f636d92e5fee588ab080eb1aa6fc10b0024dcb377c0c7f047b30733b7026216') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 508146, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-05 06:22:07 UTC (rev 508148) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.7 +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=('cdd30133dc35b87c9e956b61221d9f6ec711c8654d0b45b4e9f1ece30de7a374a01527260f08f5e16d6915546225d2bb72905da986abd1bdd29ef648de6451e6') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, August 3, 2019 @ 11:33:44 Author: felixonmars Revision: 497122 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 497121, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-08-03 11:33:33 UTC (rev 497121) +++ PKGBUILD2019-08-03 11:33:44 UTC (rev 497122) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.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=('b9f51e506cd6256a9b9ec8d52c1ef5cf1428e500f5c28740c07b4188fce2f5164ca7ae23341e40ec51ee93c11afd6655a7f01d361b911984810b242e4b66324d') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 497121, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-08-03 11:33:44 UTC (rev 497122) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.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=('0fa39b35de72906751299a1bd75252518919afb46ff4723e64647a652e819eca9f636d92e5fee588ab080eb1aa6fc10b0024dcb377c0c7f047b30733b7026216') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, July 9, 2019 @ 15:36:45 Author: felixonmars Revision: 488057 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 488048, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-07-09 15:36:44 UTC (rev 488056) +++ PKGBUILD2019-07-09 15:36:45 UTC (rev 488057) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.4 -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=('06a1b32088041041f0bdbfacda593edebfa43cf3427ae441f58a221f0bc4d5b3565d40e5b0e92e83c1eeae48d096add9fbfb2d2653a521b2ec3a8ebcc1ad2e42') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 488048, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-07-09 15:36:45 UTC (rev 488057) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.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=('b9f51e506cd6256a9b9ec8d52c1ef5cf1428e500f5c28740c07b4188fce2f5164ca7ae23341e40ec51ee93c11afd6655a7f01d361b911984810b242e4b66324d') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 26, 2019 @ 05:57:27 Author: felixonmars Revision: 470816 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 470815, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-05-26 05:57:15 UTC (rev 470815) +++ PKGBUILD2019-05-26 05:57:27 UTC (rev 470816) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.3 -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=('2d7886082b6b8bc6065fae65ee58e393e8e7d9f45c7f7f0f10e53870b8d929fe3483954702aaafb17bc3d593eedb58a1e91c8a474bcf41a81758e4127599dd94') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 470815, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-05-26 05:57:27 UTC (rev 470816) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.4 +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=('06a1b32088041041f0bdbfacda593edebfa43cf3427ae441f58a221f0bc4d5b3565d40e5b0e92e83c1eeae48d096add9fbfb2d2653a521b2ec3a8ebcc1ad2e42') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, April 21, 2019 @ 16:15:20 Author: felixonmars Revision: 452828 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 452827, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-04-21 16:15:03 UTC (rev 452827) +++ PKGBUILD2019-04-21 16:15:20 UTC (rev 452828) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.2 -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=('a4a81f25ed77ab5d96073cec9ec07d53c942e2e302dcd6a4b957ab8406f321095976d57ecd2569cc51203ce99608684fcf9036de512fa7e533357ae6023ab25b') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 452827, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-04-21 16:15:20 UTC (rev 452828) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.3 +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=('2d7886082b6b8bc6065fae65ee58e393e8e7d9f45c7f7f0f10e53870b8d929fe3483954702aaafb17bc3d593eedb58a1e91c8a474bcf41a81758e4127599dd94') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, March 25, 2019 @ 13:46:10 Author: felixonmars Revision: 443463 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 443462, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-25 13:45:55 UTC (rev 443462) +++ PKGBUILD2019-03-25 13:46:10 UTC (rev 443463) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.1 -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=('a9b2812f0bce1c13e7263e7aebd0558d25dc57cef253ce7ed2af359232b5e958984f5d065dea33001ea912bdb97ae2393df4856cf14a0495fe6e910163034e3e') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 443462, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-25 13:46:10 UTC (rev 443463) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.2 +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=('a4a81f25ed77ab5d96073cec9ec07d53c942e2e302dcd6a4b957ab8406f321095976d57ecd2569cc51203ce99608684fcf9036de512fa7e533357ae6023ab25b') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, February 16, 2019 @ 18:08:52 Author: felixonmars Revision: 433640 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 433639, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-02-16 18:08:33 UTC (rev 433639) +++ PKGBUILD2019-02-16 18:08:52 UTC (rev 433640) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.5.0 -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=('84c30608c5df5cd8803457fe9cd10015349365408134092bade457f5a66978d6fc81701131a7308ca1c0340bcb819732e348cd9ef169cfd9d03c88266a0c35fe') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 433639, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-02-16 18:08:52 UTC (rev 433640) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.5.1 +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=('a9b2812f0bce1c13e7263e7aebd0558d25dc57cef253ce7ed2af359232b5e958984f5d065dea33001ea912bdb97ae2393df4856cf14a0495fe6e910163034e3e') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}
[arch-commits] Commit in python-wand/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, November 13, 2018 @ 18:16:53 Author: felixonmars Revision: 407140 archrelease: copy trunk to community-any Added: python-wand/repos/community-any/PKGBUILD (from rev 407139, python-wand/trunk/PKGBUILD) Deleted: python-wand/repos/community-any/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-11-13 18:16:34 UTC (rev 407139) +++ PKGBUILD2018-11-13 18:16:53 UTC (rev 407140) @@ -1,32 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-wand -pkgver=0.4.4 -pkgrel=1 -pkgdesc="Ctypes-based simple MagickWand API binding for Python" -url="https://github.com/emcconville/wand"; -license=('MIT') -arch=('any') -depends=('imagemagick6' 'libxml2' 'python') -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-memory-profiler' 'python-psutil') -source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz";) -sha512sums=('6083f69e539d8b95774c2b3b27f51ac3642fa81dbdf25170141cc3da2fa640b57ba26cf92d16768be4ae345f26a10d289cfc598c2a9bb99625b105a99feba438') - -build() { - cd wand-$pkgver - python setup.py build -} - -check() { - cd wand-$pkgver - python setup.py pytest || warning "Tests failed" -} - -package() { - cd wand-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - rm "$pkgdir"/usr/README.rst -} Copied: python-wand/repos/community-any/PKGBUILD (from rev 407139, python-wand/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-11-13 18:16:53 UTC (rev 407140) @@ -0,0 +1,32 @@ +# Maintainer: Felix Yan + +pkgname=python-wand +pkgver=0.4.5 +pkgrel=1 +pkgdesc="Ctypes-based simple MagickWand API binding for Python" +url="https://github.com/emcconville/wand"; +license=('MIT') +arch=('any') +depends=('imagemagick6' 'libxml2' 'python') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-memory-profiler' 'python-psutil') +source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz";) +sha512sums=('9c08fc74a81137d6e409f318a9ca814fa2876ca7e1837176f5962fc9bab03efc61e6d56e3f214e8253a7e29f01ac98918fad2e5a1bf58c4c011bf811f5e61cc1') + +build() { + cd wand-$pkgver + python setup.py build +} + +check() { + cd wand-$pkgver + python setup.py pytest || warning "Tests failed" +} + +package() { + cd wand-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + + rm "$pkgdir"/usr/README.rst +}