Date: Wednesday, March 1, 2023 @ 07:48:06
  Author: felixonmars
Revision: 1405765

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 07:47:53 UTC (rev 1405764)
+++ PKGBUILD    2023-03-01 07:48:06 UTC (rev 1405765)
@@ -1,31 +0,0 @@
-# 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
-}

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 1405764, 
python-tenacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 07:48:06 UTC (rev 1405765)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-tenacity
+pkgver=8.2.2
+_commit=548c5d490187af6f339cbffdd0add38aecc3ecb0
+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