From 20115d0be28f220885be5ba01319517d582dc809 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 24 Sep 2018 18:00:51 -0500 Subject: [PATCH] New package: python3-Flask-RESTful-0.2.12 --- srcpkgs/python3-Flask-RESTful/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-Flask-RESTful/template diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template new file mode 100644 index 00000000000..e664b4b0da2 --- /dev/null +++ b/srcpkgs/python3-Flask-RESTful/template @@ -0,0 +1,20 @@ +# Template file for 'python3-Flask-RESTful' +pkgname=python3-Flask-RESTful +version=0.2.12 +revision=1 +noarch=yes +wrksrc="flask-restful-${version}" +build_style=python3-module +pycompile_module="flask_restful" +hostmakedepends="python3-setuptools" +depends="python3-Flask python3-six python3-pytz python3-aniso8601" +short_desc="Simple framework for creating REST APIs" +maintainer="Andrew Benson " +license="BSD-3-Clause" +homepage="https://flask-restful.readthedocs.io/en/latest/" +distfiles="https://github.com/flask-restful/flask-restful/archive/${version}.tar.gz" +checksum=fb44cff325a7f9581007c1f01c6d6f78a8d97ea95a7455b894e0004847213c04 + +post_install() { + vlicense LICENSE +}