vp-build/srcpkgs/python3-treq/template

22 lines
641 B
Bash

# Template file for 'python3-treq'
pkgname=python3-treq
version=18.6.0
revision=2
archs=noarch
wrksrc="treq-${version}"
build_style=python3-module
pycompile_module="treq"
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=91e09ff6b524cc90aa5e934b909c8d0d1a9d36ebd618b6c38e37b17013e69f48
post_install() {
vlicense LICENSE
}