mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
python-urllib3: update to 1.26.4.
This commit is contained in:
parent
13ff046bd9
commit
36fee67765
1 changed files with 5 additions and 2 deletions
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'python-urllib3'
|
||||
pkgname=python-urllib3
|
||||
version=1.26.3
|
||||
version=1.26.4
|
||||
revision=1
|
||||
wrksrc="urllib3-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-six"
|
||||
checkdepends="python-pytest python3-pytest python-six python3-six"
|
||||
short_desc="HTTP library with thread-safe connection pooling (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://urllib3.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
|
||||
checksum=de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73
|
||||
checksum=e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937
|
||||
# Checks depend on unpackaged "trustme"
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
for sitelib in ${py3_sitelib} ${py2_sitelib}; do
|
||||
|
|
Loading…
Add table
Reference in a new issue