mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: python3-treq-18.6.0
This commit is contained in:
parent
09cf4ce491
commit
b812bc9628
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-treq/template
Normal file
21
srcpkgs/python3-treq/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-treq'
|
||||
pkgname=python3-treq
|
||||
version=18.6.0
|
||||
revision=1
|
||||
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="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/twisted/treq"
|
||||
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
|
||||
checksum=91e09ff6b524cc90aa5e934b909c8d0d1a9d36ebd618b6c38e37b17013e69f48
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue