python3-colorama: update to 0.4.6.

This commit is contained in:
icp 2023-02-16 19:39:39 +05:30 committed by Andrew J. Hesford
parent 112a3edfb8
commit 246a09a4b7

View File

@ -1,18 +1,20 @@
# Template file for 'python3-colorama'
pkgname=python3-colorama
version=0.4.5
revision=2
build_style=python3-module
hostmakedepends="unzip python3-setuptools"
version=0.4.6
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest"
short_desc="Cross-platform colored terminal text (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/tartley/colorama"
changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
checksum=e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
checksum=08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44
post_install() {
vlicense LICENSE.txt
rm -r ${DESTDIR}/${py3_sitelib}/colorama/tests
}