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

Felix Yan felixonmars at archlinux.org
Sun Sep 13 06:00:28 UTC 2020


    Date: Sunday, September 13, 2020 @ 06:00:28
  Author: felixonmars
Revision: 704917

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 06:00:18 UTC (rev 704916)
+++ PKGBUILD	2020-09-13 06:00:28 UTC (rev 704917)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-tqdm
-pkgver=4.48.2
-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=('0515be0ea2425678589f59091b932c8bea1c80bf3d0c2432bedeb421f30bb66f9065e4fe6a88478b308d8e83c395450ddc2185b878497115fffc00b61825c1f2')
-
-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 704916, python-tqdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-13 06:00:28 UTC (rev 704917)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-tqdm
+pkgver=4.49.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=('4a94a9391ef26734f34371ce14a0de7a71b52fcfc0e5905e19525e2f7146b7a5015b397eeb5b72ffccec80d52565b8691329e059abae9c59cc783a06627ca88d')
+
+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:



More information about the arch-commits mailing list