python3-httpx: update to 0.20.0.
This commit is contained in:
parent
f097c3d79b
commit
02e3cac300
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-httpx'
|
# Template file for 'python3-httpx'
|
||||||
pkgname=python3-httpx
|
pkgname=python3-httpx
|
||||||
version=0.19.0
|
version=0.20.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="httpx-${version}"
|
wrksrc="httpx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Next generation HTTP client for Python"
|
short_desc="Next generation HTTP client for Python"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="www.python-httpx.org"
|
homepage="www.python-httpx.org"
|
||||||
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
||||||
checksum=92ecd2c00c688b529eda11cedb15161eaf02dee9116712f621c70d9a40b2cdd0
|
checksum=09606d630f070d07f9ff28104fbcea429ea0014c1e89ac90b4d8de8286c40e7b
|
||||||
make_check=no # test environment requires old versions
|
make_check=no # no tests included
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md LICENSE
|
vlicense LICENSE.md LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue