19 lines
546 B
Bash
19 lines
546 B
Bash
# Template file for 'python3-ansicolors'
|
|
pkgname=python3-ansicolors
|
|
version=1.1.8
|
|
revision=2
|
|
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
|
|
}
|