python-curl: update to 7.43.0.2. (#14876)
This commit is contained in:
parent
ff2abcc929
commit
b19a00cec4
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python-curl'
|
||||
pkgname=python-curl
|
||||
version=7.43.0.1
|
||||
revision=3
|
||||
version=7.43.0.2
|
||||
revision=1
|
||||
wrksrc="pycurl-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="curl"
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
|
||||
pycompile_module="curl"
|
||||
short_desc="Python2 interface to cURL library"
|
||||
homepage="http://pycurl.io/"
|
||||
license="LGPL-2.1, MIT"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
|
||||
checksum=43231bf2bafde923a6d9bb79e2407342a5f3382c1ef0a3b2e491c6a4e50b91aa
|
||||
checksum=0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
|
||||
|
||||
pre_build() {
|
||||
sed -i "/setup_args\['data_files'\] = /d" setup.py
|
||||
|
|
Loading…
Reference in New Issue