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

Felix Yan felixonmars at archlinux.org
Wed Feb 12 16:57:03 UTC 2020


    Date: Wednesday, February 12, 2020 @ 16:57:02
  Author: felixonmars
Revision: 569511

archrelease: copy trunk to community-any

Added:
  python-tqdm/repos/community-any/PKGBUILD
    (from rev 569510, 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-12 16:56:46 UTC (rev 569510)
+++ PKGBUILD	2020-02-12 16:57:02 UTC (rev 569511)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-tqdm
-pkgver=4.31.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=('e8a792b44707e8df25a0d0837dea3d12e263a3b97a2b58d1abc413a5206ee5843cb06cbffd67d444b1c7802c140396e7781330bc22e72c44e35c4e1d876eb776')
-
-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 569510, python-tqdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-12 16:57:02 UTC (rev 569511)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-tqdm
+pkgver=4.32.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=('85c3396207c5148f4c46b8c0b568cb214597959b2cd94e0c07923a0f1829c4eb67c86bf7f59b68b595d7a7b79f9fed1080a7708f77cea1df3bd5de3800ac4906')
+
+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