[arch-commits] Commit in python2-httplib2/repos (5 files)

Allan McRae allan at archlinux.org
Wed Oct 17 10:19:57 UTC 2012


    Date: Wednesday, October 17, 2012 @ 06:19:57
  Author: allan
Revision: 169008

db-move: moved python2-httplib2 from [testing] to [extra] (any)

Added:
  python2-httplib2/repos/extra-any/COPYING
    (from rev 168989, python2-httplib2/repos/testing-any/COPYING)
  python2-httplib2/repos/extra-any/PKGBUILD
    (from rev 168989, python2-httplib2/repos/testing-any/PKGBUILD)
Deleted:
  python2-httplib2/repos/extra-any/COPYING
  python2-httplib2/repos/extra-any/PKGBUILD
  python2-httplib2/repos/testing-any/

----------+
 COPYING  |   48 ++++++++++++++++-----------------
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-any/COPYING
===================================================================
--- extra-any/COPYING	2012-10-17 10:19:56 UTC (rev 169007)
+++ extra-any/COPYING	2012-10-17 10:19:57 UTC (rev 169008)
@@ -1,24 +0,0 @@
-Httplib2 Software License
-
-Copyright (c) 2006 by Joe Gregorio
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the "Software"), to deal in the Software without restriction, 
-including without limitation the rights to use, copy, modify, merge, 
-publish, distribute, sublicense, and/or sell copies of the Software, 
-and to permit persons to whom the Software is furnished to do so, 
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be 
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
-SOFTWARE.
-

Copied: python2-httplib2/repos/extra-any/COPYING (from rev 168989, python2-httplib2/repos/testing-any/COPYING)
===================================================================
--- extra-any/COPYING	                        (rev 0)
+++ extra-any/COPYING	2012-10-17 10:19:57 UTC (rev 169008)
@@ -0,0 +1,24 @@
+Httplib2 Software License
+
+Copyright (c) 2006 by Joe Gregorio
+
+Permission is hereby granted, free of charge, to any person 
+obtaining a copy of this software and associated documentation 
+files (the "Software"), to deal in the Software without restriction, 
+including without limitation the rights to use, copy, modify, merge, 
+publish, distribute, sublicense, and/or sell copies of the Software, 
+and to permit persons to whom the Software is furnished to do so, 
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be 
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
+SOFTWARE.
+

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-17 10:19:56 UTC (rev 169007)
+++ extra-any/PKGBUILD	2012-10-17 10:19:57 UTC (rev 169008)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giorgio Lando <patroclo7 at gmail.com>
-# Contributor: Nicolas Quienot <niQo at aur>
-# Contributor: Jesse Young <jesse.young at gmail.com>
-
-pkgbase=python2-httplib2
-pkgname=(python-httplib2 python2-httplib2)
-_pkgbasename=httplib2
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A comprehensive HTTP client library, supporting many features"
-url="http://code.google.com/p/httplib2/"
-license=('MIT')
-arch=('any')
-makedepends=('python' 'python2')
-provides=('httplib2')
-replaces=('httplib2')
-source=(http://httplib2.googlecode.com/files/${_pkgbasename}-${pkgver}.tar.gz
-        COPYING)
-sha1sums=('91e5cbd92216721cc1cd701f9e83a89a14384961'
-          'fada4b38c7b9354de71ce80b014a313a4363c7dc')
-
-build() {
-  cd "${srcdir}"
-  cp -a "${_pkgbasename}-${pkgver}" "${pkgname[0]}-$pkgver"
-  cp -a "${_pkgbasename}-${pkgver}" "${pkgname[1]}-$pkgver"
-}
-
-package_python-httplib2() {
-  depends=('python')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-httplib2() {
-  depends=('python2')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-  install -D -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-httplib2/repos/extra-any/PKGBUILD (from rev 168989, python2-httplib2/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-17 10:19:57 UTC (rev 169008)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giorgio Lando <patroclo7 at gmail.com>
+# Contributor: Nicolas Quienot <niQo at aur>
+# Contributor: Jesse Young <jesse.young at gmail.com>
+
+pkgbase=python2-httplib2
+pkgname=(python-httplib2 python2-httplib2)
+_pkgbasename=httplib2
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="A comprehensive HTTP client library, supporting many features"
+url="http://code.google.com/p/httplib2/"
+license=('MIT')
+arch=('any')
+makedepends=('python' 'python2')
+provides=('httplib2')
+replaces=('httplib2')
+source=(http://httplib2.googlecode.com/files/${_pkgbasename}-${pkgver}.tar.gz
+        COPYING)
+sha1sums=('4ad095cb3d65ddded5381dc4edc4078f908d7885'
+          'fada4b38c7b9354de71ce80b014a313a4363c7dc')
+
+build() {
+  cd "${srcdir}"
+  cp -a "${_pkgbasename}-${pkgver}" "${pkgname[0]}-$pkgver"
+  cp -a "${_pkgbasename}-${pkgver}" "${pkgname[1]}-$pkgver"
+}
+
+package_python-httplib2() {
+  depends=('python')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-httplib2() {
+  depends=('python2')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+  install -D -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list