[arch-commits] Commit in python2-grequests/repos/community-any (PKGBUILD PKGBUILD)
Massimiliano Torromeo
mtorromeo at nymeria.archlinux.org
Tue Jul 1 08:05:13 UTC 2014
Date: Tuesday, July 1, 2014 @ 10:05:13
Author: mtorromeo
Revision: 113891
archrelease: copy trunk to community-any
Added:
python2-grequests/repos/community-any/PKGBUILD
(from rev 113889, python2-grequests/trunk/PKGBUILD)
Deleted:
python2-grequests/repos/community-any/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 08:04:43 UTC (rev 113890)
+++ PKGBUILD 2014-07-01 08:05:13 UTC (rev 113891)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python2-grequests
-pkgver=0.2.0
-pkgrel=1
-_libname=${pkgname/python2-/}
-pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP Requests easily."
-url="http://crate.io/packages/grequests/"
-depends=('python2-requests' 'python2-gevent')
-makedepends=('python2-distribute')
-license=('custom: ISC')
-arch=('any')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz https://github.com/kennethreitz/grequests/raw/master/LICENSE)
-
-build() {
- cd "$srcdir/$_libname-$pkgver"
- find -type f -exec sed -i '1 s|python$|python2|' {} +
- python2 setup.py build
-}
-
-package() {
- cd "$srcdir/$_libname-$pkgver"
- python2 setup.py install --skip-build -O1 --root="$pkgdir"
- install -m0644 -D "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha256sums=('acec39d0fe996303557c9e6fb8ceef5af2714afe314fd0894770bd58bafa4e51'
- '4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')
Copied: python2-grequests/repos/community-any/PKGBUILD (from rev 113889, python2-grequests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 08:05:13 UTC (rev 113891)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python2-grequests
+pkgver=0.2.0
+pkgrel=2
+_libname=${pkgname/python2-/}
+pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP Requests easily."
+url="https://pypi.python.org/pypi/grequests/"
+depends=('python2-requests' 'python2-gevent')
+makedepends=('python2-distribute')
+license=('custom: ISC')
+arch=('any')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
+ https://github.com/kennethreitz/grequests/raw/master/LICENSE)
+
+build() {
+ cd "$srcdir"/$_libname-$pkgver
+ find -type f -exec sed -i '1 s|python$|python2|' {} +
+ python2 setup.py build
+}
+
+package() {
+ cd "$srcdir"/$_libname-$pkgver
+ python2 setup.py install --skip-build -O1 --root="$pkgdir"
+ install -m0644 -D "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha256sums=('acec39d0fe996303557c9e6fb8ceef5af2714afe314fd0894770bd58bafa4e51'
+ '4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')
More information about the arch-commits
mailing list