Date: Thursday, February 9, 2023 @ 20:23:31
  Author: felixonmars
Revision: 1398560

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-09 20:23:29 UTC (rev 1398559)
+++ PKGBUILD    2023-02-09 20:23:31 UTC (rev 1398560)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-tenacity
-pkgver=8.2.0
-_commit=78c8d4bc8596af1143801076faa922f2f21c1bba
-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=('git' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-tornado' 'python-typeguard')
-source=("git+https://github.com/jd/tenacity.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd tenacity
-  python setup.py build
-}
-
-check() {
-  cd tenacity
-  pytest
-}
-
-package() {
-  cd tenacity
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 1398556, 
python-tenacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-09 20:23:31 UTC (rev 1398560)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-tenacity
+pkgver=8.2.1
+_commit=b49eb370573626abd5ddb5dc03228c503079be59
+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=('git' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-tornado' 'python-typeguard')
+source=("git+https://github.com/jd/tenacity.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd tenacity
+  python setup.py build
+}
+
+check() {
+  cd tenacity
+  pytest
+}
+
+package() {
+  cd tenacity
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to