[arch-commits] Commit in python-tenacity/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 19 04:31:24 UTC 2021


    Date: Monday, July 19, 2021 @ 04:31:24
  Author: felixonmars
Revision: 978568

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 04:31:10 UTC (rev 978567)
+++ PKGBUILD	2021-07-19 04:31:24 UTC (rev 978568)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-tenacity
-pkgver=8.0.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=('994d056c5d0585f67d2fa74c7e3a9aa9c83a473c6aaa33e0282ed619523af6dc9a1e685e9d7621d7ad7855904b2ffab0e05fa4b084eb3f5d7bca9c97fbbdece2')
-
-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 978567, python-tenacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-19 04:31:24 UTC (rev 978568)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-tenacity
+pkgver=8.0.1
+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=('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
+}




More information about the arch-commits mailing list