[arch-commits] Commit in python-hiredis/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:09:37 UTC 2020
Date: Thursday, November 12, 2020 @ 17:09:37
Author: foutrelis
Revision: 752291
archrelease: copy trunk to community-staging-x86_64
Added:
python-hiredis/repos/community-staging-x86_64/PKGBUILD
(from rev 752290, python-hiredis/trunk/PKGBUILD)
Deleted:
python-hiredis/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 17:09:33 UTC (rev 752290)
+++ PKGBUILD 2020-11-12 17:09:37 UTC (rev 752291)
@@ -1,29 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=python-hiredis
-pkgver=1.1.0
-pkgrel=2
-
-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 :
Copied: python-hiredis/repos/community-staging-x86_64/PKGBUILD (from rev 752290, python-hiredis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 17:09:37 UTC (rev 752291)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-hiredis
+pkgver=1.1.0
+pkgrel=3
+
+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