[arch-commits] Commit in python-httplib2/repos/community-any (4 files)

Felix Yan felixonmars at archlinux.org
Wed May 20 17:43:50 UTC 2020


    Date: Wednesday, May 20, 2020 @ 17:43:49
  Author: felixonmars
Revision: 630908

archrelease: copy trunk to community-any

Added:
  python-httplib2/repos/community-any/PKGBUILD
    (from rev 630907, python-httplib2/trunk/PKGBUILD)
  python-httplib2/repos/community-any/cert.patch
    (from rev 630907, python-httplib2/trunk/cert.patch)
Deleted:
  python-httplib2/repos/community-any/PKGBUILD
  python-httplib2/repos/community-any/cert.patch

------------+
 PKGBUILD   |  126 +++++++++++++++++++++++++++++------------------------------
 cert.patch |   74 +++++++++++++++++-----------------
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 17:43:28 UTC (rev 630907)
+++ PKGBUILD	2020-05-20 17:43:49 UTC (rev 630908)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: 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>
-# Contributor: Anton Eliasson <devel at antoneliasson.se>
-
-pkgbase=python-httplib2
-pkgname=(python-httplib2 python2-httplib2)
-pkgver=0.17.3
-pkgrel=1
-pkgdesc='Comprehensive HTTP client library, supporting many features'
-url='https://github.com/httplib2/httplib2'
-license=('MIT')
-arch=('any')
-makedepends=('ca-certificates' 'python-setuptools' 'python2-setuptools')
-checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
-              'python-pytest-timeout' 'python-pytest-xdist' 'python-pytest-randomly'
-              'python-future')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz"
-        'cert.patch')
-sha512sums=('a1af9c9e42584c4d14cf37f8a3cac9dc2bb9e03a47711e8736db02b798791585afe9515eaf3492a643a38fb3416ee1a21324c6a2ce8227e76a2f8f8ae062cad8'
-            '503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
-
-prepare() {
-  cd httplib2-$pkgver
-  patch -p0 -i "$srcdir"/cert.patch
-  sed -i 's/==/>=/' requirements-test.txt
-
-  cp -a "$srcdir"/httplib2-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/httplib2-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/httplib2-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd httplib2-$pkgver
-  python setup.py test
-}
-
-package_python-httplib2() {
-  depends=('python' 'ca-certificates')
-
-  cd httplib2-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-httplib2() {
-  depends=('python2' 'ca-certificates')
-
-  cd httplib2-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-httplib2/repos/community-any/PKGBUILD (from rev 630907, python-httplib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-20 17:43:49 UTC (rev 630908)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: 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>
+# Contributor: Anton Eliasson <devel at antoneliasson.se>
+
+pkgbase=python-httplib2
+pkgname=(python-httplib2 python2-httplib2)
+pkgver=0.17.4
+pkgrel=1
+pkgdesc='Comprehensive HTTP client library, supporting many features'
+url='https://github.com/httplib2/httplib2'
+license=('MIT')
+arch=('any')
+makedepends=('ca-certificates' 'python-setuptools' 'python2-setuptools')
+checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
+              'python-pytest-timeout' 'python-pytest-xdist' 'python-pytest-randomly'
+              'python-future')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz"
+        'cert.patch')
+sha512sums=('76e84d8ed94093c04dd37f36609b3cf6107eacba2cc66e6f78bfc3abb97daa942fb78d7fac7f0fb9aadc975d73db2c002563ad09a12766acd8500357e85141a5'
+            '503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
+
+prepare() {
+  cd httplib2-$pkgver
+  patch -p0 -i "$srcdir"/cert.patch
+  sed -i 's/==/>=/' requirements-test.txt
+
+  cp -a "$srcdir"/httplib2-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/httplib2-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/httplib2-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd httplib2-$pkgver
+  python setup.py test
+}
+
+package_python-httplib2() {
+  depends=('python' 'ca-certificates')
+
+  cd httplib2-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-httplib2() {
+  depends=('python2' 'ca-certificates')
+
+  cd httplib2-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cert.patch
===================================================================
--- cert.patch	2020-05-20 17:43:28 UTC (rev 630907)
+++ cert.patch	2020-05-20 17:43:49 UTC (rev 630908)
@@ -1,37 +0,0 @@
---- python2/httplib2/certs.py.orig	2018-11-15 20:09:04.605507207 +0800
-+++ python2/httplib2/certs.py	2018-11-15 20:10:35.122107327 +0800
-@@ -19,9 +19,7 @@
-     pass
- 
- 
--BUILTIN_CA_CERTS = os.path.join(
--    os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
--)
-+BUILTIN_CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"
- 
- 
- def where():
---- python3/httplib2/certs.py.orig	2018-11-15 20:09:15.708832692 +0800
-+++ python3/httplib2/certs.py	2018-11-15 20:11:16.888741464 +0800
-@@ -19,9 +19,7 @@
-     pass
- 
- 
--BUILTIN_CA_CERTS = os.path.join(
--    os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
--)
-+BUILTIN_CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"
- 
- 
- def where():
---- tests/test_cacerts_from_env.py.orig	2018-11-15 20:21:46.148162984 +0800
-+++ tests/test_cacerts_from_env.py	2018-11-15 20:21:58.051484347 +0800
-@@ -6,7 +6,7 @@
- import httplib2
- 
- 
--CA_CERTS_BUILTIN = os.path.join(os.path.dirname(httplib2.__file__), "cacerts.txt")
-+CA_CERTS_BUILTIN = "/etc/ssl/certs/ca-certificates.crt"
- CERTIFI_CERTS_FILE = "unittest_certifi_file"
- CUSTOM_CA_CERTS = "unittest_custom_ca_certs"
- 

Copied: python-httplib2/repos/community-any/cert.patch (from rev 630907, python-httplib2/trunk/cert.patch)
===================================================================
--- cert.patch	                        (rev 0)
+++ cert.patch	2020-05-20 17:43:49 UTC (rev 630908)
@@ -0,0 +1,37 @@
+--- python2/httplib2/certs.py.orig	2018-11-15 20:09:04.605507207 +0800
++++ python2/httplib2/certs.py	2018-11-15 20:10:35.122107327 +0800
+@@ -19,9 +19,7 @@
+     pass
+ 
+ 
+-BUILTIN_CA_CERTS = os.path.join(
+-    os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
+-)
++BUILTIN_CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"
+ 
+ 
+ def where():
+--- python3/httplib2/certs.py.orig	2018-11-15 20:09:15.708832692 +0800
++++ python3/httplib2/certs.py	2018-11-15 20:11:16.888741464 +0800
+@@ -19,9 +19,7 @@
+     pass
+ 
+ 
+-BUILTIN_CA_CERTS = os.path.join(
+-    os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
+-)
++BUILTIN_CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"
+ 
+ 
+ def where():
+--- tests/test_cacerts_from_env.py.orig	2018-11-15 20:21:46.148162984 +0800
++++ tests/test_cacerts_from_env.py	2018-11-15 20:21:58.051484347 +0800
+@@ -6,7 +6,7 @@
+ import httplib2
+ 
+ 
+-CA_CERTS_BUILTIN = os.path.join(os.path.dirname(httplib2.__file__), "cacerts.txt")
++CA_CERTS_BUILTIN = "/etc/ssl/certs/ca-certificates.crt"
+ CERTIFI_CERTS_FILE = "unittest_certifi_file"
+ CUSTOM_CA_CERTS = "unittest_custom_ca_certs"
+ 



More information about the arch-commits mailing list