python-colorama: update to 0.4.0

This commit is contained in:
Alessio Sergi 2018-10-17 19:14:40 +02:00
parent 64aef0e0a3
commit e1a1726391
1 changed files with 11 additions and 11 deletions

View File

@ -1,22 +1,22 @@
# Template file for 'python-colorama'
pkgname=python-colorama
version=0.3.9
revision=2
version=0.4.0
revision=1
noarch=yes
wrksrc=colorama-${version}
build_style="python-module"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
wrksrc="colorama-${version}"
build_style=python-module
pycompile_module="colorama"
hostmakedepends="unzip python-setuptools python3-setuptools"
depends="python"
short_desc="Cross-platform colored terminal text (Python2)"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="3-clause-BSD"
license="BSD-3-Clause"
homepage="https://github.com/tartley/colorama"
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
checksum=48eb22f4f8461b1df5734a074b57042430fb06e1d61bd1e11b078c0fe6d7a1f1
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.zip"
checksum=c9b54bebe91a6a803e0772c8561d53f2926bfeb17cd141fbabcb08424086595c
post_install() {
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
python3-colorama_package() {
@ -26,6 +26,6 @@ python3-colorama_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
}