From cc7e0071e2b9ec4b5adde30962a8e1c4ba0ee9f0 Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Mon, 14 Oct 2019 10:13:13 -0400 Subject: [PATCH] New package: python3-logbook-1.5.3 Required dependency for pantalaimon --- srcpkgs/python3-logbook/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-logbook/template diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template new file mode 100644 index 0000000000..70567d94d5 --- /dev/null +++ b/srcpkgs/python3-logbook/template @@ -0,0 +1,21 @@ +# Template file for 'python3-logbook' +pkgname=python3-logbook +version=1.5.3 +revision=1 +wrksrc="logbook-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-devel python3-Cython" +short_desc="Replacement for python's standard library logging module" +maintainer="Adam Beckmeyer " +license="BSD-3-Clause" +homepage="https://logbook.readthedocs.org" +distfiles="https://github.com/getlogbook/logbook/archive/${version}.tar.gz" +checksum=d23a1d2b3dd094adcafb6c7e636f9b88782a6868538f96beb7b10534f9a16557 + +pre_build() { + cython logbook/_speedups.pyx +} + +post_install() { + vlicense LICENSE +}