mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-curl: update to 7.43.0.2. (#14876)
This commit is contained in:
parent
ff2abcc929
commit
b19a00cec4
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-curl'
|
# Template file for 'python-curl'
|
||||||
pkgname=python-curl
|
pkgname=python-curl
|
||||||
version=7.43.0.1
|
version=7.43.0.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="pycurl-${version}"
|
wrksrc="pycurl-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="curl"
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel"
|
||||||
makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
|
makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
|
||||||
pycompile_module="curl"
|
|
||||||
short_desc="Python2 interface to cURL library"
|
short_desc="Python2 interface to cURL library"
|
||||||
homepage="http://pycurl.io/"
|
homepage="http://pycurl.io/"
|
||||||
license="LGPL-2.1, MIT"
|
license="LGPL-2.1, MIT"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
|
||||||
checksum=43231bf2bafde923a6d9bb79e2407342a5f3382c1ef0a3b2e491c6a4e50b91aa
|
checksum=0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "/setup_args\['data_files'\] = /d" setup.py
|
sed -i "/setup_args\['data_files'\] = /d" setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue