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

Felix Yan felixonmars at archlinux.org
Sat Mar 6 17:25:25 UTC 2021


    Date: Saturday, March 6, 2021 @ 17:25:24
  Author: felixonmars
Revision: 884489

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-06 17:25:04 UTC (rev 884488)
+++ PKGBUILD	2021-03-06 17:25:24 UTC (rev 884489)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-tqdm
-pkgver=4.58.0
-pkgrel=2
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-depends=('python')
-optdepends=('python-requests: telegram')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy'
-              'python-pandas' 'python-tensorflow')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
-sha512sums=('d1ad373d18285d964eab532a5c68f49630d51b76d73a6c3923ac97aed8a86e6a05c7415ae8ea2a15cfef45212207a5276a7404ea2458418f5b20512846a72a5f')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd tqdm-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tqdm-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-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 884488, python-tqdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-06 17:25:24 UTC (rev 884489)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-tqdm
+pkgver=4.59.0
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+depends=('python')
+optdepends=('python-requests: telegram')
+makedepends=('python-setuptools-scm' 'python-toml')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy'
+              'python-pandas' 'python-tensorflow')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
+sha512sums=('2e61fd6ec6e8cd0c18bf72bfbc1ed7c22497a0df421dabdfe659b33c662f7fbec580c3e5d241bc5013bbb67397e5ba1c84ed4e459687ff958b76922bbbe7337e')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd tqdm-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tqdm-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+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