New package: python3-log_symbols-0.0.14

This commit is contained in:
Isaac Freund 2022-01-14 22:31:14 +01:00 committed by paper
parent 51f64f3504
commit 7939cf3827

View file

@ -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 <orphan@voidlinux.org>"
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
}