Date: Thursday, February 13, 2020 @ 21:42:37 Author: felixonmars Revision: 570931
archrelease: copy trunk to community-any Added: python-tqdm/repos/community-any/PKGBUILD (from rev 570930, python-tqdm/trunk/PKGBUILD) Deleted: python-tqdm/repos/community-any/PKGBUILD ----------+ PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-02-13 21:42:30 UTC (rev 570930) +++ PKGBUILD 2020-02-13 21:42:37 UTC (rev 570931) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=python-tqdm -pkgver=4.34.0 -pkgrel=1 -pkgdesc='Fast, Extensible Progress Meter' -arch=('any') -license=('MIT' 'MPL') -url='https://github.com/tqdm/tqdm' -depends=('python') -makedepends=('python-setuptools') -checkdepends=('python-nose' 'python-coverage' 'flake8') -source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha512sums=('175de13f0fc099b323302166096471eb7f1eab33491261c14b28133ec6b8a555b13a152e5684841197e3cc31eb1c3141bea73d73884129dbb5e9f9b28e841461') - -build() { - cd "$srcdir"/tqdm-$pkgver - python setup.py build -} - -check() { - cd "$srcdir"/tqdm-$pkgver - python setup.py egg_info - PYTHONPATH="$PWD" nosetests --ignore-files="tests_perf\.py" -} - -package() { - cd tqdm-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE -} - -# vim:set ts=2 sw=2 et: Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 570930, python-tqdm/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-02-13 21:42:37 UTC (rev 570931) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-tqdm +pkgver=4.35.0 +pkgrel=1 +pkgdesc='Fast, Extensible Progress Meter' +arch=('any') +license=('MIT' 'MPL') +url='https://github.com/tqdm/tqdm' +depends=('python') +makedepends=('python-setuptools') +checkdepends=('python-nose' 'python-coverage' 'flake8') +source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") +sha512sums=('f4e7fe8f76480e7918e0e723d818ae5bb97a540389302a74f7139b0d5a4cd31a7514d2b8bf7f8efa1cf7c313d5dcfe250505ac15118bae863aa50ec1a4517de4') + +build() { + cd "$srcdir"/tqdm-$pkgver + python setup.py build +} + +check() { + cd "$srcdir"/tqdm-$pkgver + python setup.py egg_info + PYTHONPATH="$PWD" nosetests --ignore-files="tests_perf\.py" +} + +package() { + cd tqdm-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE +} + +# vim:set ts=2 sw=2 et: