20 lines
617 B
Bash
20 lines
617 B
Bash
# Template file for 'python3-treq'
|
|
pkgname=python3-treq
|
|
version=20.3.0
|
|
revision=3
|
|
wrksrc="treq-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-incremental"
|
|
depends="python3-incremental python3-requests python3-six
|
|
python3-Twisted python3-attrs"
|
|
short_desc="Requests-like API built on top of twisted.web's Agent"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/twisted/treq"
|
|
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
|
|
checksum=a72d7587d6f81c7a32620b00175825b4334bafbde73d37098d139ac7b11dca98
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|