From c9a267e66bf743104d107008b2337f7329334cf5 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 6 Jan 2023 12:00:43 +0100 Subject: [PATCH] New package: python3-ansicolors-1.1.8 --- srcpkgs/python3-ansicolors/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-ansicolors/template diff --git a/srcpkgs/python3-ansicolors/template b/srcpkgs/python3-ansicolors/template new file mode 100644 index 00000000000..85244c06564 --- /dev/null +++ b/srcpkgs/python3-ansicolors/template @@ -0,0 +1,18 @@ +# Template file for 'python3-ansicolors' +pkgname=python3-ansicolors +version=1.1.8 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-pytest" +short_desc="Add ANSI colors and decorations to your strings" +maintainer="Emil Miler " +license="ISC" +homepage="https://github.com/jonathaneunice/colors/" +distfiles="${PYPI_SITE}/a/ansicolors/ansicolors-${version}.zip" +checksum=99f94f5e3348a0bcd43c82e5fc4414013ccc19d70bd939ad71e0133ce9c372e0 + +post_install() { + vlicense LICENSE +}