python-curl: update to 7.43.0.3.

This commit is contained in:
mobinmob 2019-10-02 12:35:04 +03:00 committed by Helmut Pozimski
parent b0c536d271
commit 093f5f05bf

View file

@ -1,6 +1,6 @@
# Template file for 'python-curl'
pkgname=python-curl
version=7.43.0.2
version=7.43.0.3
revision=4
wrksrc="pycurl-${version}"
build_style=python-module
@ -8,20 +8,25 @@ pycompile_module="curl"
hostmakedepends="python-devel python3-devel"
makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
short_desc="Python2 interface to cURL library"
homepage="http://pycurl.io/"
license="LGPL-2.1, MIT"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later, MIT"
homepage="http://pycurl.io/"
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
checksum=0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
checksum=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e
pre_build() {
sed -i "/setup_args\['data_files'\] = /d" setup.py
}
post_install() {
vlicense COPYING-MIT
}
python3-curl_package() {
pycompile_module="curl"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense COPYING-MIT
}
}