21 lines
697 B
Bash
21 lines
697 B
Bash
# Template file for 'python3-log_symbols'
|
|
pkgname=python3-log_symbols
|
|
version=0.0.14
|
|
revision=3
|
|
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
|
|
}
|