mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-colorama: update to 0.4.0
This commit is contained in:
parent
64aef0e0a3
commit
e1a1726391
1 changed files with 11 additions and 11 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'python-colorama'
|
# Template file for 'python-colorama'
|
||||||
pkgname=python-colorama
|
pkgname=python-colorama
|
||||||
version=0.3.9
|
version=0.4.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=colorama-${version}
|
wrksrc="colorama-${version}"
|
||||||
build_style="python-module"
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
pycompile_module="colorama"
|
pycompile_module="colorama"
|
||||||
|
hostmakedepends="unzip python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
short_desc="Cross-platform colored terminal text (Python2)"
|
short_desc="Cross-platform colored terminal text (Python2)"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/tartley/colorama"
|
homepage="https://github.com/tartley/colorama"
|
||||||
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.zip"
|
||||||
checksum=48eb22f4f8461b1df5734a074b57042430fb06e1d61bd1e11b078c0fe6d7a1f1
|
checksum=c9b54bebe91a6a803e0772c8561d53f2926bfeb17cd141fbabcb08424086595c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-colorama_package() {
|
python3-colorama_package() {
|
||||||
|
@ -26,6 +26,6 @@ python3-colorama_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue