From e6301ef60da9de959776a5ee742442373c03a990 Mon Sep 17 00:00:00 2001 From: Johannes Heimansberg Date: Fri, 22 Oct 2021 13:14:08 +0200 Subject: [PATCH] New package: python3-enrich-1.2.6 --- srcpkgs/python3-enrich/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-enrich/template diff --git a/srcpkgs/python3-enrich/template b/srcpkgs/python3-enrich/template new file mode 100644 index 000000000000..b64478db941f --- /dev/null +++ b/srcpkgs/python3-enrich/template @@ -0,0 +1,19 @@ +# Template file for 'python3-enrich' +pkgname=python3-enrich +version=1.2.6 +revision=1 +wrksrc="enrich-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-setuptools_scm" +depends="python3-rich" +checkdepends="python3-wheel $depends" +short_desc="Enrich adds few missing features to the rich library" +maintainer="Johannes Heimansberg " +license="MIT" +homepage="https://github.com/pycontribs/enrich" +distfiles="${PYPI_SITE}/e/enrich/enrich-${version}.tar.gz" +checksum=0e99ff57d87f7b5def0ca79917e88fb9351aa0d52e228ee38bff7cd858315fe4 + +post_install() { + vlicense LICENSE +}