[arch-commits] Commit in python-redis/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Mon Aug 11 23:54:35 UTC 2014
Date: Tuesday, August 12, 2014 @ 01:54:34
Author: fyan
Revision: 117208
archrelease: copy trunk to community-any
Added:
python-redis/repos/community-any/PKGBUILD
(from rev 117207, python-redis/trunk/PKGBUILD)
Deleted:
python-redis/repos/community-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-11 23:54:08 UTC (rev 117207)
+++ PKGBUILD 2014-08-11 23:54:34 UTC (rev 117208)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
-# Contributor: Pierre Gueth <pierre.gueth at gmail.com>
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-_basename=redis
-pkgver=2.10.1
-pkgrel=1
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url="http://github.com/andymccurdy/redis-py"
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz")
-md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
-
-prepare() {
- cp -r ${_basename}-${pkgver}{,-py2}
-}
-
-build() {
- cd ${_basename}-${pkgver}
- python setup.py build
-
- cd ../${_basename}-${pkgver}-py2
- python2 setup.py build
-}
-
-package_python-redis() {
- depends=('python')
-
- cd ${_basename}-${pkgver}
- python setup.py install --root=${pkgdir}/ --optimize=1
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-redis() {
- depends=('python2')
-
- cd ${_basename}-${pkgver}-py2
- python2 setup.py install --root=${pkgdir}/ --optimize=1
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-redis/repos/community-any/PKGBUILD (from rev 117207, python-redis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-08-11 23:54:34 UTC (rev 117208)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
+# Contributor: Pierre Gueth <pierre.gueth at gmail.com>
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+_basename=redis
+pkgver=2.10.2
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url="http://github.com/andymccurdy/redis-py"
+license=('MIT')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz")
+md5sums=('03c749a5809fed0bab0a41cb8c1d3793')
+
+prepare() {
+ cp -a ${_basename}-${pkgver}{,-py2}
+}
+
+build() {
+ cd ${_basename}-${pkgver}
+ python setup.py build
+
+ cd ../${_basename}-${pkgver}-py2
+ python2 setup.py build
+}
+
+package_python-redis() {
+ depends=('python')
+
+ cd ${_basename}-${pkgver}
+ python setup.py install --root=${pkgdir}/ --optimize=1
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-redis() {
+ depends=('python2')
+
+ cd ${_basename}-${pkgver}-py2
+ python2 setup.py install --root=${pkgdir}/ --optimize=1
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list