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

Felix Yan felixonmars at archlinux.org
Thu Feb 27 09:10:07 UTC 2020


    Date: Thursday, February 27, 2020 @ 09:10:06
  Author: felixonmars
Revision: 583697

archrelease: copy trunk to community-any

Added:
  python-binary-memcached/repos/community-any/PKGBUILD
    (from rev 583696, 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-02-27 09:09:57 UTC (rev 583696)
+++ PKGBUILD	2020-02-27 09:10:06 UTC (rev 583697)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-binary-memcached
-pkgver=0.28.0
-pkgrel=3
-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-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz")
-sha512sums=('8edd603c8ee67826ab7f2d064d2cad67c2a4b695e09d763cbefc988a0576f6d06730358983f77a903e64b7aec3ac511dbb3e58cfcb51030b604a2524e482d6fa')
-
-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 setup.py 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 583696, python-binary-memcached/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-27 09:10:06 UTC (rev 583697)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-binary-memcached
+pkgver=0.29.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=('cc0dfd1a22a6b0d6d2c39d2039173d97764d4800f940e533bb46cdfeb6a05591caa0251f8ebe2203dcd76f5bdc7cd111b37d4680b4fe0f39e7657df6e9942a80')
+
+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