mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-requests: update to 2.6.0
This commit is contained in:
parent
8b887360ef
commit
c634c39eac
1 changed files with 2 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.5.3
|
version=2.6.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="requests-${version}"
|
wrksrc="requests-${version}"
|
||||||
|
@ -17,13 +17,12 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://docs.python-requests.org/en/latest/"
|
homepage="http://docs.python-requests.org/en/latest/"
|
||||||
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=55d7f5619daae94ec49ee81ed8c865e5a2a47f0bbf8e06cf94636bee103eaf65
|
checksum=1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove bundled cacerts
|
# remove bundled cacerts
|
||||||
rm -f requests/cacert.pem
|
rm -f requests/cacert.pem
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# replace bundled copy of chardet and urllib3
|
# replace bundled copy of chardet and urllib3
|
||||||
for pyver in $python_versions; do
|
for pyver in $python_versions; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue