python3-curl: update to 7.45.0, adopt.

This commit is contained in:
skmpz 2022-03-12 12:23:13 +04:00 committed by Echo
parent 2ce13c00d2
commit 24ab731ab4

View file

@ -1,6 +1,6 @@
# Template file for 'python3-curl'
pkgname=python3-curl
version=7.44.1
version=7.45.0
revision=1
wrksrc="pycurl-${version}"
build_style=python3-module
@ -8,12 +8,12 @@ hostmakedepends="python3-devel"
makedepends="openssl-devel libcurl-devel ${hostmakedepends}"
depends="python3"
short_desc="Python3 interface to cURL library"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="LGPL-2.1-or-later, MIT"
homepage="http://pycurl.io/"
changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog"
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
checksum=5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8
checksum=5036c53c6f4106e9160d053a4baa3433a0215fb3386073e211273c56a3a95f3d
pre_build() {
vsed -i "/setup_args\['data_files'\] = /d" setup.py