summaryrefslogtreecommitdiffstats
path: root/abs/core
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-01 17:41:46 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-01 17:41:46 (GMT)
commit002996843641fac01c7e2d9fab201491d3f6aafa (patch)
treea88efb9c381613523679af252fd3f5ecb23cebd6 /abs/core
parent2b4c3110f2b7cfcb7ab2cb94cbfd28d2e45feb1e (diff)
downloadlinhes_pkgbuild-002996843641fac01c7e2d9fab201491d3f6aafa.zip
linhes_pkgbuild-002996843641fac01c7e2d9fab201491d3f6aafa.tar.gz
linhes_pkgbuild-002996843641fac01c7e2d9fab201491d3f6aafa.tar.bz2
python-ndg-httpsclient: update to 0.4.4
Diffstat (limited to 'abs/core')
-rw-r--r--abs/core/python_modules/python-ndg-httpsclient/PKGBUILD15
-rw-r--r--abs/core/python_modules/python-ndg-httpsclient/__changelog2
2 files changed, 8 insertions, 9 deletions
diff --git a/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD b/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD
index 7b0047f..0d2f022 100644
--- a/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD
+++ b/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD
@@ -3,24 +3,25 @@
# Contributor: Hugo Osvaldo Barrera <hugo@osvaldobarrera.com.ar>
pkgbase=python-ndg-httpsclient
-pkgname=(python2-ndg-httpsclient)
+pkgname=(python-ndg-httpsclient python2-ndg-httpsclient)
_pkgname=ndg_httpsclient
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
arch=(any)
url="https://pypi.python.org/pypi/ndg-httpsclient"
license=('BSD')
-makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1)
+makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1
+ python-setuptools python-pyopenssl python-pyasn1)
options=(!emptydirs)
source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz)
-sha256sums=('580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac')
+sha256sums=('fba4d4798dcac2965874f24afb6631b4326baa4bd02505744d34f690c354856a')
build() {
cd "$srcdir"/$_pkgname-$pkgver
-# rm -rf ../buildpy3; mkdir ../buildpy3
-# python setup.py build -b ../buildpy3
+ rm -rf ../buildpy3; mkdir ../buildpy3
+ python setup.py build -b ../buildpy3
rm -rf ../buildpy2; mkdir ../buildpy2
python2 setup.py build -b ../buildpy2
diff --git a/abs/core/python_modules/python-ndg-httpsclient/__changelog b/abs/core/python_modules/python-ndg-httpsclient/__changelog
deleted file mode 100644
index 4f818ef..0000000
--- a/abs/core/python_modules/python-ndg-httpsclient/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-PKGBUILD: don't build py 3 stuff
-