mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
python-requests: update to 2.10.0
This commit is contained in:
parent
4de582a83e
commit
5ac52069b4
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-requests'
|
# Template file for 'python-requests'
|
||||||
pkgname=python-requests
|
pkgname=python-requests
|
||||||
version=2.9.2
|
version=2.10.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="requests-${version}"
|
wrksrc="requests-${version}"
|
||||||
|
@ -16,8 +16,9 @@ short_desc="Python2 HTTP library for human beings"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://python-requests.org/"
|
homepage="http://python-requests.org/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
# distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||||
checksum=d8be941a08cf36e4f424ac76073eb911e5e646a33fcb3402e1642c426bf34682
|
distfiles="https://github.com/kennethreitz/requests/archive/v${version}.tar.gz"
|
||||||
|
checksum=53547040c63eb514638203c8211de6eb9b7db370535db4a5dc3801692c2c3f8b
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove bundled cacerts
|
# remove bundled cacerts
|
||||||
|
|
Loading…
Add table
Reference in a new issue