[arch-commits] Commit in python-gdata/repos/extra-any (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Nov 9 22:03:40 UTC 2017


    Date: Thursday, November 9, 2017 @ 22:03:34
  Author: jgc
Revision: 309356

archrelease: copy trunk to extra-any

Added:
  python-gdata/repos/extra-any/PKGBUILD
    (from rev 309355, python-gdata/trunk/PKGBUILD)
Deleted:
  python-gdata/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-09 22:02:49 UTC (rev 309355)
+++ PKGBUILD	2017-11-09 22:03:34 UTC (rev 309356)
@@ -1,30 +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>
-
-pkgbase=python-gdata
-pkgname=('python2-gdata')
-pkgver=2.0.18
-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')
-conflicts=('python-gdata<=2.0.17-1')
-replaces=('python-gdata<=2.0.17-1')
-source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
-sha1sums=('4cd6804f2af81697219307421996c6055c7c16e4')
-
-prepare() {
-  cd 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@'  {} \;
-}
-
-package_python2-gdata() {
-  cd gdata-${pkgver}
-  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
-}

Copied: python-gdata/repos/extra-any/PKGBUILD (from rev 309355, python-gdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-09 22:03:34 UTC (rev 309356)
@@ -0,0 +1,30 @@
+#$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.18
+pkgrel=2
+pkgdesc="Python client library for Google data APIs"
+arch=('any')
+url="https://github.com/google/gdata-python-client"
+license=('APACHE')
+depends=('python2')
+conflicts=('python-gdata<=2.0.17-1')
+replaces=('python-gdata<=2.0.17-1')
+source=(https://files.pythonhosted.org/packages/source/g/gdata/gdata-${pkgver}.tar.gz)
+sha1sums=('4cd6804f2af81697219307421996c6055c7c16e4')
+
+prepare() {
+  cd 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@'  {} \;
+}
+
+package_python2-gdata() {
+  cd gdata-${pkgver}
+  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
+}



More information about the arch-commits mailing list