mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-colorama: update to 0.4.5.
This commit is contained in:
parent
96c052dcf7
commit
305ef8b8c7
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-colorama'
|
# Template file for 'python3-colorama'
|
||||||
pkgname=python3-colorama
|
pkgname=python3-colorama
|
||||||
version=0.4.4
|
version=0.4.5
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="colorama-${version}"
|
wrksrc="colorama-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="unzip python3-setuptools"
|
hostmakedepends="unzip python3-setuptools"
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Cross-platform colored terminal text (Python3)"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/tartley/colorama"
|
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"
|
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
|
||||||
checksum=5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b
|
checksum=e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue