[arch-commits] Commit in python-gdata/repos/extra-any (PKGBUILD PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Mon Oct 8 22:54:14 UTC 2012
Date: Monday, October 8, 2012 @ 18:54:14
Author: eric
Revision: 168336
archrelease: copy trunk to extra-any
Added:
python-gdata/repos/extra-any/PKGBUILD
(from rev 168335, python-gdata/trunk/PKGBUILD)
Deleted:
python-gdata/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 47 ++++++++++++++++++++++++-----------------------
1 file changed, 24 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-08 22:54:01 UTC (rev 168335)
+++ PKGBUILD 2012-10-08 22:54:14 UTC (rev 168336)
@@ -1,23 +0,0 @@
-#$Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: Christophe Gueret <tolgam at homegnu.net>
-
-pkgname=python-gdata
-pkgver=2.0.17
-pkgrel=1
-pkgdesc="Python client library for Google data APIs"
-arch=('any')
-url="http://code.google.com/p/gdata-python-client/"
-license=('APACHE')
-depends=('python2')
-source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
-sha1sums=('d2d9f60699611f95dd8c328691a2555e76191c0c')
-
-package() {
- cd "${srcdir}/gdata-${pkgver}"
- find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env python2@' \
- -e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@' {} \;
- python2 setup.py install --prefix=/usr --root "${pkgdir}"
-}
Copied: python-gdata/repos/extra-any/PKGBUILD (from rev 168335, python-gdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-10-08 22:54:14 UTC (rev 168336)
@@ -0,0 +1,24 @@
+#$Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: Christophe Gueret <tolgam at homegnu.net>
+
+pkgbase=python-gdata
+pkgname=('python2-gdata')
+pkgver=2.0.17
+pkgrel=2
+pkgdesc="Python client library for Google data APIs"
+arch=('any')
+url="http://code.google.com/p/gdata-python-client/"
+license=('APACHE')
+depends=('python2')
+source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
+sha1sums=('d2d9f60699611f95dd8c328691a2555e76191c0c')
+
+package_python2-gdata() {
+ cd "${srcdir}/gdata-${pkgver}"
+ find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env python2@' \
+ -e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@' {} \;
+ python2 setup.py install --prefix=/usr --root "${pkgdir}"
+}
More information about the arch-commits
mailing list