From c6c6940ab7ed98175289003eade6a495d25f7203 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 | 19 +++++++++++++++++++ 1 file changed, 19 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..4ee2f6befc9a --- /dev/null +++ b/srcpkgs/python3-loguru/template @@ -0,0 +1,19 @@ +# Template file for 'python3-loguru' +pkgname=python3-loguru +version=0.6.0 +revision=1 +wrksrc="loguru-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +checkdepends="python3-pytest python3-colorama" +short_desc="Library which aims to bring enjoyable logging in Python" +maintainer="oliver " +license="MIT" +homepage="https://github.com/Delgan/loguru" +changelog="https://raw.githubusercontent.com/Delgan/loguru/master/CHANGELOG.rst" +distfiles="${PYPI_SITE}/l/loguru/loguru-$version.tar.gz" +checksum=066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c + +post_install() { + vlicense LICENSE +}