Date: Monday, March 6, 2023 @ 19:06:49
  Author: felixonmars
Revision: 1416086

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-06 19:06:24 UTC (rev 1416085)
+++ PKGBUILD    2023-03-06 19:06:49 UTC (rev 1416086)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=python-tqdm
-pkgver=4.64.1
-_commit=6791e8c5b3d6c30bdd2060c346996bfb5a6f10d1
-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 -k 'not test_dask'
-}
-
-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-any/PKGBUILD (from rev 1416085, 
python-tqdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 19:06:49 UTC (rev 1416086)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-tqdm
+pkgver=4.65.0
+_commit=0bb91857eca0d4aea08f66cf1c8949abe0cd6b7a
+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=('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:

Reply via email to