[arch-commits] Commit in python-tqdm/repos/community-testing-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 26 13:09:29 UTC 2020
Date: Thursday, November 26, 2020 @ 13:09:29
Author: felixonmars
Revision: 763515
archrelease: copy trunk to community-testing-any
Added:
python-tqdm/repos/community-testing-any/PKGBUILD
(from rev 763514, python-tqdm/trunk/PKGBUILD)
Deleted:
python-tqdm/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 69 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 36 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-26 13:09:19 UTC (rev 763514)
+++ PKGBUILD 2020-11-26 13:09:29 UTC (rev 763515)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-tqdm
-pkgver=4.52.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-pytest' 'python-coverage' 'flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
-sha512sums=('0026f95f6deafebe444443222672c2adb2cd4b7d0b5fccdf51162ac020dbb8a30341e87aa552612091992d3550e8d89784bee626c5853d902c45030b044579b9')
-
-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-testing-any/PKGBUILD (from rev 763514, python-tqdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-26 13:09:29 UTC (rev 763515)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-tqdm
+pkgver=4.53.0
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-numpy' 'python-pandas'
+ 'python-tensorflow')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
+sha512sums=('8ec9221816b23af699d8fe885abe70a90888807e74a80151154f5ebec1b1f6fcdf96527dfae8601add51908ad799346d8ec7b3f1cccb3be1e2d030d3c57aebc6')
+
+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