From c150418316312b670836b5ce55412a5a8f9af57b Mon Sep 17 00:00:00 2001 From: prspkt Date: Thu, 25 Jul 2019 21:31:01 +0300 Subject: community/py-ndg_httpsclient: drop python2, adopt Signed-off-by: prspkt --- community/py3-ndg_httpsclient/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community/py3-ndg_httpsclient/APKBUILD (limited to 'community/py3-ndg_httpsclient') diff --git a/community/py3-ndg_httpsclient/APKBUILD b/community/py3-ndg_httpsclient/APKBUILD new file mode 100644 index 0000000000..02394c3342 --- /dev/null +++ b/community/py3-ndg_httpsclient/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Carlo Landmeter +# Maintainer: prspkt +pkgname=py3-ndg_httpsclient +_pkgname=ndg_httpsclient +pkgver=0.4.4 +pkgrel=1 +pkgdesc="HTTPS client implementation for httplib and urllib2 based on PyOpenSSL" +url="https://github.com/cedadev/ndg_httpsclient" +arch="noarch" +license="BSD" +depends="py3-openssl py3-asn1" +makedepends="py3-setuptools" +source="$_pkgname-$pkgver.tar.gz::https://github.com/cedadev/$_pkgname/archive/$pkgver.tar.gz" + +builddir="$srcdir/$_pkgname-$pkgver" + +replaces=py-ndg_httpsclient # Backwards compatibility +provides=py-ndg_httpsclient=$pkgver-r$pkgrel # Backwards compatibility + +build() { + cd "$builddir" + python3 setup.py build +} + +package() { + cd "$builddir" + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="604ea4a27915cd338549c0c51f5ec3419a56f1c24472b2ecded7cb7e9939a73b3b93cdbe0b62ea27793949aa035253f767f330ffcd8d1c044ae3516db99dc59c ndg_httpsclient-0.4.4.tar.gz" -- cgit v1.2.3