Skip to content
Snippets Groups Projects
Commit 93b53f5b authored by Leo's avatar Leo
Browse files

main/py3-curl: upgrade to 7.43.0.4

parent 33a1a904
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-curl pkgname=py3-curl
_pkgname=pycurl _pkgname=pycurl
pkgver=7.43.0.3 pkgver=7.43.0.4
pkgrel=2 pkgrel=0
pkgdesc="Python3 interface to libcurl" pkgdesc="Python3 interface to libcurl"
url="http://pycurl.io/" url="http://pycurl.io/"
arch="all" arch="all"
...@@ -16,16 +16,13 @@ replaces="py-curl" # Backwards compatibility ...@@ -16,16 +16,13 @@ replaces="py-curl" # Backwards compatibility
provides="py-curl=$pkgver-r$pkgrel" # Backwards compatibility provides="py-curl=$pkgver-r$pkgrel" # Backwards compatibility
build() { build() {
cd "$builddir"
export PYCURL_SSL_LIBRARY=openssl export PYCURL_SSL_LIBRARY=openssl
python3 setup.py build python3 setup.py build
} }
package() { package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir"
rm -Rf "$pkgdir"/usr/share # remove docs rm -Rf "$pkgdir"/usr/share # remove docs
} }
sha512sums="eec5c5f10b9a78bcf7e786368cdd5dc165faa4bb646df39ad52c1dfe8110e3e56456f5961f63ab7b460e51e56c41e66a0fc4652c8132411f1dee4074b3cffc00 pycurl-7.43.0.3.tar.gz" sha512sums="79df189eca6b337d7e7243f9209055e629e76457aaacb1cc170c42363290162d121ba6128e20067fb04375b971cf36843634b46ec8466e69be614b86640c7256 pycurl-7.43.0.4.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment