mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: python3-log_symbols-0.0.14
This commit is contained in:
parent
51f64f3504
commit
7939cf3827
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-log_symbols/template
Normal file
21
srcpkgs/python3-log_symbols/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue