diff --git a/srcpkgs/python3-log_symbols/template b/srcpkgs/python3-log_symbols/template new file mode 100644 index 00000000000..81f8d9354d1 --- /dev/null +++ b/srcpkgs/python3-log_symbols/template @@ -0,0 +1,21 @@ +# Template file for 'python3-log_symbols' +pkgname=python3-log_symbols +version=0.0.14 +revision=1 +wrksrc="log_symbols-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-colorama" +short_desc="Colored symbols for various log levels for Python" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/manrajgrover/py-log-symbols" +distfiles="${PYPI_SITE}/l/log_symbols/log_symbols-${version}.tar.gz" +checksum=cf0bbc6fe1a8e53f0d174a716bc625c4f87043cc21eb55dd8a740cfe22680556 +# Tests aren't distributed in the PyPi tarball and there are no tags +# in the repo on GitHub so we can't get the tarball from there... +make_check=no + +post_install() { + vlicense LICENSE +}