Date: Thursday, September 22, 2022 @ 13:39:44
  Author: felixonmars
Revision: 1307913

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-22 13:39:18 UTC (rev 1307912)
+++ PKGBUILD    2022-09-22 13:39:44 UTC (rev 1307913)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-tenacity
-pkgver=8.0.1
-pkgrel=3
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-depends=('python')
-optdepends=('python-tornado: for Tornado coroutines support')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-typeguard')
-source=("https://github.com/jd/tenacity/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('923b40b5edfd9d9ae83f6e3b9030ff4d28b17204b09fb55c6b1049201b4cc6a57a2bd58c6a5ace5a514928fa61da4e0b78d5166f70d0a69e127ec21e1e3e90d0')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd tenacity-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tenacity-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd tenacity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 1307912, 
python-tenacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-22 13:39:44 UTC (rev 1307913)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-tenacity
+pkgver=8.1.0
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+depends=('python')
+optdepends=('python-tornado: for Tornado coroutines support')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-typeguard')
+source=("https://github.com/jd/tenacity/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('cb81b6f6fdea4834483681544d138de6464ec94fc8464af898d3a8e9003a215aba0a3f7ce897f48e8f4948c26f1e7bc6548a16c7c7f3f784eb34e94de96223f1')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd tenacity-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tenacity-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to