[arch-commits] Commit in python-txredisapi (repos trunk trunk/PKGBUILD)

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


    Date: Tuesday, October 27, 2020 @ 18:11:13
  Author: demize
Revision: 734696

Initial python-txredisapi commit

Added:
  python-txredisapi/repos/
  python-txredisapi/trunk/
  python-txredisapi/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2020-10-27 18:11:13 UTC (rev 734696)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-txredisapi
+pkgver=1.4.7
+pkgrel=0
+
+pkgdesc='Non-blocking redis client for python'
+url='https://pypi.python.org/pypi/txredisapi/'
+arch=('any')
+license=('Apache')
+
+depends=('python', 'python-twisted', 'python-six')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/d/txredisapi/txredisapi-$pkgver.tar.gz")
+
+sha256sums=('3d64e7a0219ad22e3fca62460f893b6a')
+
+build() {
+	cd "$srcdir"/txredisapi-$pkgver
+	python setup.py build --optimize=1
+}
+
+package() {
+	cd txredisapi-$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