[arch-commits] Commit in python-hiredis/repos (2 files)

Johannes Löthberg demize at archlinux.org
Tue Oct 27 18:39:29 UTC 2020


    Date: Tuesday, October 27, 2020 @ 18:39:29
  Author: demize
Revision: 734776

archrelease: copy trunk to community-x86_64

Added:
  python-hiredis/repos/community-x86_64/
  python-hiredis/repos/community-x86_64/PKGBUILD
    (from rev 734775, python-hiredis/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: python-hiredis/repos/community-x86_64/PKGBUILD (from rev 734775, python-hiredis/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-10-27 18:39:29 UTC (rev 734776)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-hiredis
+pkgver=1.1.0
+pkgrel=1
+
+pkgdesc='Non-blocking redis client for python'
+url='https://pypi.python.org/pypi/txredisapi/'
+arch=('x86_64')
+license=('Apache')
+
+depends=('python')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/h/hiredis/hiredis-$pkgver.tar.gz")
+
+sha256sums=('996021ef33e0f50b97ff2d6b5f422a0fe5577de21a8873b58a779a5ddd1c3132')
+
+build() {
+	cd "$srcdir"/hiredis-$pkgver
+	python setup.py build
+}
+
+package() {
+	cd hiredis-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



More information about the arch-commits mailing list