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

Felix Yan felixonmars at archlinux.org
Thu Mar 4 17:30:27 UTC 2021


    Date: Thursday, March 4, 2021 @ 17:30:27
  Author: felixonmars
Revision: 880470

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 17:30:14 UTC (rev 880469)
+++ PKGBUILD	2021-03-04 17:30:27 UTC (rev 880470)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-tenacity
-pkgver=6.3.1
-pkgrel=1
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-depends=('python-six')
-optdepends=('python-tornado: for Tornado coroutines support')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-typeguard')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz")
-sha512sums=('91ba86517dc6fe0b3aebcc746e5a21f6a091a07ccd1b7b7a6ed6aa57924d6bf7b9f6d7b9f6f9b0bcaff730928c425e8ace9ccd8def7a99bdcd96c5f24fb0792e')
-
-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 880469, python-tenacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-04 17:30:27 UTC (rev 880470)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-tenacity
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+depends=('python-six')
+optdepends=('python-tornado: for Tornado coroutines support')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-typeguard')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz")
+sha512sums=('5ddab25d5c47cac262ced01ae00122c05f547f66c72170267fe2b618fbd7c257a9c5a617f973a8c518f5f952988ef834dd21b54e6e7f8925d91b5d0e5081096b')
+
+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