[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Dec 19 01:01:10 UTC 2015


    Date: Saturday, December 19, 2015 @ 02:01:09
  Author: fyan
Revision: 256770

upgpkg: python-urllib3 1.13.1-1

Modified:
  python-urllib3/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-18 22:44:31 UTC (rev 256769)
+++ PKGBUILD	2015-12-19 01:01:09 UTC (rev 256770)
@@ -6,7 +6,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.13
+pkgver=1.13.1
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post support"
 arch=("any")
@@ -13,10 +13,10 @@
 url="https://github.com/shazow/urllib3"
 license=("MIT")
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 'git'
-             'python2-ndg-httpsclient')
+             'python-ndg-httpsclient' 'python2-ndg-httpsclient' 'python-pyasn1'
+             'python2-pyasn1' 'python-pyopenssl' 'python2-pyopenssl')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-              'python-coverage' 'python2-coverage' 'python-tornado' 'python2-tornado'
-              'twine' 'python2-twine' 'python2-pyopenssl')
+              'python-tornado' 'python2-tornado')
 source=("git+https://github.com/shazow/urllib3.git#tag=$pkgver")
 md5sums=('SKIP')
 
@@ -31,7 +31,7 @@
   cd "$srcdir/urllib3-py2"
   python2 setup.py build
 
-  # Build with Python 2 since no ndg-httpsclient present for Python 3
+  # Build with Python 2 since autodoc produces errors on Python 3
   cd "$srcdir/urllib3/docs"
   make SPHINXBUILD=sphinx-build2 html
 }



More information about the arch-commits mailing list