From b812bc96283fa326f020f07452f1b5105c44b57f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 14 Apr 2019 15:08:13 -0300 Subject: [PATCH] New package: python3-treq-18.6.0 --- srcpkgs/python3-treq/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-treq/template diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template new file mode 100644 index 00000000000..78031e04e12 --- /dev/null +++ b/srcpkgs/python3-treq/template @@ -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 " +license="MIT" +homepage="https://github.com/twisted/treq" +distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz" +checksum=91e09ff6b524cc90aa5e934b909c8d0d1a9d36ebd618b6c38e37b17013e69f48 + +post_install() { + vlicense LICENSE +}