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

Felix Yan felixonmars at archlinux.org
Sun Oct 11 16:46:16 UTC 2020


    Date: Sunday, October 11, 2020 @ 16:46:16
  Author: felixonmars
Revision: 723509

archrelease: copy trunk to community-any

Added:
  python-binary-memcached/repos/community-any/PKGBUILD
    (from rev 723508, python-binary-memcached/trunk/PKGBUILD)
Deleted:
  python-binary-memcached/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 16:46:06 UTC (rev 723508)
+++ PKGBUILD	2020-10-11 16:46:16 UTC (rev 723509)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-binary-memcached
-pkgver=0.30.0
-pkgrel=1
-arch=('any')
-pkgdesc='A pure python module to access memcached via its binary protocol with SASL auth support'
-url='https://github.com/jaysonsantos/python-binary-memcached'
-license=('MIT')
-depends=('python-six' 'python-uhashring')
-makedepends=('python-setuptools' 'python-uhashring')
-checkdepends=('memcached' 'python-pytest' 'python-trustme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz")
-sha512sums=('9bb02d5406496a304a93a1d8a0cd75f674485d7246773babd576db2f59fb6df025ec0bd8391250fb1680ffc82fbbb6dc463515e0c0233e5e75f4f358cb0cbd66')
-
-prepare() {
-  sed -i '/typing/d' python-binary-memcached-$pkgver/setup.py
-}
-
-build() {
-  cd python-binary-memcached-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-binary-memcached-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd python-binary-memcached-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-binary-memcached/repos/community-any/PKGBUILD (from rev 723508, python-binary-memcached/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-11 16:46:16 UTC (rev 723509)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-binary-memcached
+pkgver=0.30.1
+pkgrel=1
+arch=('any')
+pkgdesc='A pure python module to access memcached via its binary protocol with SASL auth support'
+url='https://github.com/jaysonsantos/python-binary-memcached'
+license=('MIT')
+depends=('python-six' 'python-uhashring')
+makedepends=('python-setuptools' 'python-uhashring')
+checkdepends=('memcached' 'python-pytest' 'python-trustme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz")
+sha512sums=('48cb475121b7ed8e30f4c029f53fa8761089649525b17300da0bbba4f9a996880983805553140dfb457c5836e83a5f16f50fe9995fc68cd534eda4f34028bfd7')
+
+prepare() {
+  sed -i '/typing/d' python-binary-memcached-$pkgver/setup.py
+}
+
+build() {
+  cd python-binary-memcached-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-binary-memcached-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd python-binary-memcached-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list