python-ansicolor: drop package
This commit is contained in:
parent
88bd2587c3
commit
4f6944c5f5
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-ansicolor'
|
|
||||||
pkgname=python-ansicolor
|
|
||||||
version=0.2.6
|
|
||||||
revision=3
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="ansicolor-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="ansicolor"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
short_desc="Library to produce ansi color output (Python2)"
|
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="https://github.com/numerodix/ansicolor"
|
|
||||||
distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"
|
|
||||||
checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d
|
|
||||||
|
|
||||||
python3-ansicolor_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="ansicolor"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-ansicolor
|
|
14
srcpkgs/python3-ansicolor/template
Normal file
14
srcpkgs/python3-ansicolor/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-ansicolor'
|
||||||
|
pkgname=python3-ansicolor
|
||||||
|
version=0.2.6
|
||||||
|
revision=4
|
||||||
|
wrksrc="ansicolor-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Library to produce ansi color output (Python3)"
|
||||||
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/numerodix/ansicolor"
|
||||||
|
distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"
|
||||||
|
checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d
|
Loading…
Add table
Add a link
Reference in a new issue