mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 12:35:10 +02:00
20 lines
764 B
Bash
20 lines
764 B
Bash
# Template file for 'python3-treq'
|
|
pkgname=python3-treq
|
|
version=24.9.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-incremental"
|
|
depends="python3-incremental python3-requests python3-hyperlink
|
|
python3-Twisted python3-attrs python3-typing_extensions"
|
|
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=15da7fc404f3e4ed59d0abe5f8eef4966fabbe618039a2a23bc7c15305cefea8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|