void-packages/srcpkgs/python3-treq/template
2020-03-18 16:50:30 +01:00

20 lines
617 B
Bash

# Template file for 'python3-treq'
pkgname=python3-treq
version=20.3.0
revision=1
archs=noarch
wrksrc="treq-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-incremental python3-requests>=2.1.0 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
}