mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
New package: python3-ansicolors-1.1.8
This commit is contained in:
parent
193e7045c3
commit
c9a267e66b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-ansicolors/template
Normal file
18
srcpkgs/python3-ansicolors/template
Normal file
|
@ -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 <em@0x45.cz>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://github.com/jonathaneunice/colors/"
|
||||||
|
distfiles="${PYPI_SITE}/a/ansicolors/ansicolors-${version}.zip"
|
||||||
|
checksum=99f94f5e3348a0bcd43c82e5fc4414013ccc19d70bd939ad71e0133ce9c372e0
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue