From 2e052169154a82ef6dcbfa32fffde6418eece87d Mon Sep 17 00:00:00 2001 From: Nyx70 Date: Fri, 24 Apr 2020 14:38:04 +0200 Subject: [PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 --- srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++ srcpkgs/python3-humanfriendly/template | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 srcpkgs/python3-coloredlogs/template create mode 100644 srcpkgs/python3-humanfriendly/template diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template new file mode 100644 index 00000000000..810fc75f0d7 --- /dev/null +++ b/srcpkgs/python3-coloredlogs/template @@ -0,0 +1,20 @@ +# Template file for 'python3-coloredlogs' +pkgname=python3-coloredlogs +version=14.0 +revision=1 +archs="noarch" +wrksrc="coloredlogs-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-humanfriendly" +checkdepends="python3-humanfriendly" +short_desc="Colored terminal output for Python3 logging module" +maintainer="Nyx70 " +license="MIT" +homepage="https://coloredlogs.readthedocs.io" +distfiles="${PYPI_SITE}/c/coloredlogs/coloredlogs-${version}.tar.gz" +checksum=a1fab193d2053aa6c0a97608c4342d031f1f93a3d1218432c59322441d31a505 + +post_install() { + vlicense LICENSE.txt +} diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template new file mode 100644 index 00000000000..6d9da0e98a9 --- /dev/null +++ b/srcpkgs/python3-humanfriendly/template @@ -0,0 +1,18 @@ +# Template file for 'python3-humanfriendly' +pkgname=python3-humanfriendly +version=8.2 +revision=1 +archs="noarch" +wrksrc="humanfriendly-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Human friendly output for text interfaces using Python3" +maintainer="Nyx70 " +license="MIT" +homepage="https://humanfriendly.readthedocs.io" +distfiles="${PYPI_SITE}/h/humanfriendly/humanfriendly-${version}.tar.gz" +checksum=bf52ec91244819c780341a3438d5d7b09f431d3f113a475147ac9b7b167a3d12 + +post_install() { + vlicense LICENSE.txt +}