Date: Monday, April 10, 2023 @ 05:38:50
Author: felixonmars
Revision: 1443665
archrelease: copy trunk to community-staging-any
Added:
python-tqdm/repos/community-staging-any/PKGBUILD
(from rev 1443663, python-tqdm/trunk/PKGBUILD)
Deleted:
python-tqdm/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 05:38:48 UTC (rev 1443664)
+++ PKGBUILD 2023-04-10 05:38:50 UTC (rev 1443665)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-tqdm
-pkgver=4.65.0
-_commit=0bb91857eca0d4aea08f66cf1c8949abe0cd6b7a
-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=('git' 'python-setuptools-scm' 'python-toml')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout'
'python-numpy'
- 'python-pandas' 'python-rich' 'python-dask' 'tk')
-source=("git+https://github.com/tqdm/tqdm.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd tqdm
- python setup.py build
-}
-
-check() {
- cd tqdm
- python -m venv --system-site-packages test-env
- test-env/bin/python setup.py install
- test-env/bin/python -m pytest
-}
-
-package() {
- cd tqdm
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-tqdm/repos/community-staging-any/PKGBUILD (from rev 1443663,
python-tqdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 05:38:50 UTC (rev 1443665)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-tqdm
+pkgver=4.65.0
+_commit=0bb91857eca0d4aea08f66cf1c8949abe0cd6b7a
+pkgrel=3
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+depends=('python')
+optdepends=('python-requests: telegram')
+makedepends=('git' 'python-setuptools-scm' 'python-toml')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout'
'python-numpy'
+ 'python-pandas' 'python-rich' 'python-dask' 'tk')
+source=("git+https://github.com/tqdm/tqdm.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd tqdm
+ python setup.py build
+}
+
+check() {
+ cd tqdm
+ python -m venv --system-site-packages test-env
+ test-env/bin/python setup.py install
+ test-env/bin/python -m pytest
+}
+
+package() {
+ cd tqdm
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et: