From fec0c1d4c64522a633f230bdcb0e2a41d85fda1b Mon Sep 17 00:00:00 2001 From: Nyx70 Date: Tue, 4 Aug 2020 19:43:51 +0200 Subject: [PATCH 1/2] New package: python3-humanfriendly-8.2 --- srcpkgs/python3-humanfriendly/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-humanfriendly/template 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 +} From a2d1fe6b1c20af321c163a046547da1a72bbd394 Mon Sep 17 00:00:00 2001 From: Nyx70 Date: Tue, 4 Aug 2020 19:44:17 +0200 Subject: [PATCH 2/2] New package: python3-coloredlogs-14.0 --- srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-coloredlogs/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 +}