[arch-commits] Commit in python-tqdm/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jan 2 18:23:47 UTC 2021
Date: Saturday, January 2, 2021 @ 18:23:47
Author: felixonmars
Revision: 804038
archrelease: copy trunk to community-any
Added:
python-tqdm/repos/community-any/PKGBUILD
(from rev 804037, python-tqdm/trunk/PKGBUILD)
Deleted:
python-tqdm/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-02 18:23:32 UTC (rev 804037)
+++ PKGBUILD 2021-01-02 18:23:47 UTC (rev 804038)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-tqdm
-pkgver=4.55.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=('ca529a20c167b67b9efbdeeac65e820b0f28dc5cd2a386c1e6a139a16c004d0ccafdf5c388e6b6ec8f94fc8c4ced123453ce73fe9af42dcc5abd44f3df62e006')
-
-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 804037, python-tqdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-02 18:23:47 UTC (rev 804038)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-tqdm
+pkgver=4.55.1
+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=('b418b35a070ea24d8e4f6fd0a00d28c1147173ac5ad46a0c6281772c26e13b53765904064946ecf904e9e88bc435ccccc62aed471b3d191cda75075b5590d783')
+
+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