From 378fc6f65ab1e87ef0438afb39a6cca53f30f959 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 7 Jun 2022 09:44:31 -0400 Subject: [PATCH] New package: python3-loguru-0.6.0 --- srcpkgs/python3-loguru/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-loguru/template diff --git a/srcpkgs/python3-loguru/template b/srcpkgs/python3-loguru/template new file mode 100644 index 000000000000..2b8362d21796 --- /dev/null +++ b/srcpkgs/python3-loguru/template @@ -0,0 +1,20 @@ +# Template file for 'python3-loguru' +pkgname=python3-loguru +version=0.6.0 +revision=1 +wrksrc="loguru-${version}" +build_style=python3-module +short_desc="Library which aims to bring enjoyable logging in Python" +maintainer="oliver " +license="MIT" +homepage="https://github.com/Delgan/loguru" +distfiles="${PYPI_SITE}/l/loguru/loguru-$version.tar.gz" +checksum=066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c + +post_install() { + vlicense LICENSE +} + +do_check() { + python3 setup.py test +}