[arch-commits] Commit in python-uhashring/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Wed Nov 11 10:44:05 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:44:05
  Author: felixonmars
Revision: 750324

archrelease: copy trunk to community-staging-any

Added:
  python-uhashring/repos/community-staging-any/PKGBUILD
    (from rev 750319, python-uhashring/trunk/PKGBUILD)
Deleted:
  python-uhashring/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:44:03 UTC (rev 750323)
+++ PKGBUILD	2020-11-11 10:44:05 UTC (rev 750324)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-uhashring
-pkgver=1.2
-pkgrel=2
-pkgdesc="Full featured consistent hashing python library compatible with ketama"
-url="https://github.com/ultrabug/uhashring"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-memcached')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ultrabug/uhashring/archive/$pkgver.tar.gz")
-sha512sums=('8b4b6201a3d337f57e103b9cc95bdbe3ec8efb7da529207e97c6c860f8ec58fb8e0931b633efe4b78892cf2a0761b3ea249529a5ab3fb7c81b98a8c6b69a8cbf')
-
-build() {
-  cd uhashring-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd uhashring-$pkgver
-  python setup.py pytest
-}
-
-package_python-uhashring() {
-  cd uhashring-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-uhashring/repos/community-staging-any/PKGBUILD (from rev 750319, python-uhashring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:44:05 UTC (rev 750324)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-uhashring
+pkgver=1.2
+pkgrel=3
+pkgdesc="Full featured consistent hashing python library compatible with ketama"
+url="https://github.com/ultrabug/uhashring"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-memcached')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ultrabug/uhashring/archive/$pkgver.tar.gz")
+sha512sums=('8b4b6201a3d337f57e103b9cc95bdbe3ec8efb7da529207e97c6c860f8ec58fb8e0931b633efe4b78892cf2a0761b3ea249529a5ab3fb7c81b98a8c6b69a8cbf')
+
+build() {
+  cd uhashring-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd uhashring-$pkgver
+  python setup.py pytest
+}
+
+package_python-uhashring() {
+  cd uhashring-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list