2021-06-14 19:51:54 +00:00
|
|
|
# Description: ANSII Color formatting for output in terminal
|
|
|
|
# URL: https://pypi.python.org/pypi/termcolor
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2022-09-11 19:13:38 +02:00
|
|
|
# Depends on: python3-hatch-vcs
|
2021-06-14 19:51:54 +00:00
|
|
|
|
|
|
|
name=python3-termcolor
|
2022-09-13 21:15:02 +02:00
|
|
|
version=2.0.1
|
2021-06-14 19:51:54 +00:00
|
|
|
release=1
|
|
|
|
source=(https://pypi.python.org/packages/source/t/termcolor/termcolor-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd termcolor-$version
|
2022-09-11 19:13:38 +02:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:54 +00:00
|
|
|
}
|