mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python3-curl: update to 7.45.2
This commit is contained in:
parent
96b9ea54ce
commit
be9eb33270
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-curl'
|
# Template file for 'python3-curl'
|
||||||
pkgname=python3-curl
|
pkgname=python3-curl
|
||||||
version=7.45.1
|
version=7.45.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="openssl-devel libcurl-devel ${hostmakedepends}"
|
makedepends="openssl-devel libcurl-devel python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest python3-bottle 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=a863ad18ff478f5545924057887cdae422e1b2746e41674615f687498ea5b88a
|
checksum=5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d23224ca
|
||||||
|
|
||||||
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