Skip to content

Commit

Permalink
python3-colorama: update to 0.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 authored and ahesford committed Jun 5, 2023
1 parent 112a3ed commit 246a09a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions srcpkgs/python3-colorama/template
@@ -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
}

0 comments on commit 246a09a

Please sign in to comment.