vp-build/srcpkgs/python3-treq/template

22 lines
763 B
Bash

# Template file for 'python3-treq'
pkgname=python3-treq
version=22.2.0
revision=1
wrksrc="treq-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-incremental"
depends="python3-incremental python3-requests python3-hyperlink
python3-Twisted python3-attrs"
checkdepends="${depends} python3-pytest python3-httpbin"
short_desc="Requests-like API built on top of twisted.web's Agent"
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=df757e3f141fc782ede076a604521194ffcb40fa2645cf48e5a37060307f52ec
post_install() {
vlicense LICENSE
}