python-colorama: drop package
This commit is contained in:
parent
9737876e74
commit
75b567e72a
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-colorama'
|
|
||||||
pkgname=python-colorama
|
|
||||||
version=0.4.1
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
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="BSD-3-Clause"
|
|
||||||
homepage="https://github.com/tartley/colorama"
|
|
||||||
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
|
|
||||||
checksum=05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-colorama_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="colorama"
|
|
||||||
depends="python3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-colorama
|
|
18
srcpkgs/python3-colorama/template
Normal file
18
srcpkgs/python3-colorama/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-colorama'
|
||||||
|
pkgname=python3-colorama
|
||||||
|
version=0.4.1
|
||||||
|
revision=3
|
||||||
|
wrksrc="colorama-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="unzip python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Cross-platform colored terminal text (Python3)"
|
||||||
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/tartley/colorama"
|
||||||
|
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
|
||||||
|
checksum=05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Reference in a new issue