mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python3-curl: update to 7.45.6.
This commit is contained in:
parent
01eb101b3e
commit
b9e8e55ad7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-curl'
|
# Template file for 'python3-curl'
|
||||||
pkgname=python3-curl
|
pkgname=python3-curl
|
||||||
version=7.45.3
|
version=7.45.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# hanging/failing tests
|
# hanging/failing tests
|
||||||
make_check_args="--ignore tests/multi_socket_select_test.py
|
make_check_args="--ignore tests/multi_socket_select_test.py
|
||||||
|
@ -15,14 +15,14 @@ make_check_args="--ignore tests/multi_socket_select_test.py
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="openssl-devel libcurl-devel python3-devel"
|
makedepends="openssl-devel libcurl-devel python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-bottle python3-flaky"
|
checkdepends="python3-pytest python3-Flask python3-flaky"
|
||||||
short_desc="Python3 interface to cURL library"
|
short_desc="Python3 interface to cURL library"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="LGPL-2.1-or-later, MIT"
|
license="LGPL-2.1-or-later, MIT"
|
||||||
homepage="http://pycurl.io/"
|
homepage="http://pycurl.io/"
|
||||||
changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog"
|
||||||
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
|
||||||
checksum=8c2471af9079ad798e1645ec0b0d3d4223db687379d17dd36a70637449f81d6b
|
checksum=2b73e66b22719ea48ac08a93fc88e57ef36d46d03cb09d972063c9aa86bb74e6
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
vsed -i "/setup_args\['data_files'\] = /d" setup.py
|
vsed -i "/setup_args\['data_files'\] = /d" setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue