[arch-commits] Commit in python2-grequests/repos/community-any (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Wed Mar 6 08:42:04 UTC 2013


    Date: Wednesday, March 6, 2013 @ 09:42:03
  Author: mtorromeo
Revision: 85751

archrelease: copy trunk to community-any

Added:
  python2-grequests/repos/community-any/PKGBUILD
    (from rev 85750, python2-grequests/trunk/PKGBUILD)
Deleted:
  python2-grequests/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-06 08:39:55 UTC (rev 85750)
+++ PKGBUILD	2013-03-06 08:42:03 UTC (rev 85751)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python2-grequests
-pkgver=0.1.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 -O1 --root="$pkgdir"
-	install -m0644 -D "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha256sums=('73fa312f3d4b62f038a44c0a56cd3b27973b57208befbaaf96db3683fa02e2b9'
-            '4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')

Copied: python2-grequests/repos/community-any/PKGBUILD (from rev 85750, python2-grequests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-06 08:42:03 UTC (rev 85751)
@@ -0,0 +1,29 @@
+# $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')




More information about the arch-commits mailing list