python3-treq: update to 21.5.0, adopt.
This commit is contained in:
parent
7026a5a5a3
commit
c679d68497
1 changed files with 9 additions and 5 deletions
|
@ -1,18 +1,22 @@
|
|||
# Template file for 'python3-treq'
|
||||
pkgname=python3-treq
|
||||
version=20.3.0
|
||||
revision=4
|
||||
version=21.5.0
|
||||
revision=1
|
||||
wrksrc="treq-${version}"
|
||||
build_style=python3-module
|
||||
make_check_args="--ignore=src/treq/test/local_httpbin \
|
||||
--ignore=src/treq/test/test_treq_integration.py"
|
||||
hostmakedepends="python3-setuptools python3-incremental"
|
||||
depends="python3-incremental python3-requests python3-six
|
||||
depends="python3-incremental python3-requests python3-hyperlink
|
||||
python3-Twisted python3-attrs"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Requests-like API built on top of twisted.web's Agent"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/twisted/treq"
|
||||
changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
|
||||
checksum=a72d7587d6f81c7a32620b00175825b4334bafbde73d37098d139ac7b11dca98
|
||||
checksum=02ea86383fc4b57539c45a965eaa1e9fd28302cdf382d21da8430050c97be9b8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue