# Compiling Time: 0.05 SBU
# Maintainer: Melko <melko@frugalware.org>

pkgname=python3-rich
pkgver=14.0.0
pkgrel=1
pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
depends=("python3-pygments" "python3-markdown-it-py")
makedepends=("python3-build" "python3-installer" "python3-wheel" "python3-poetry-core")
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="rich"
_F_python_version="python3"
Finclude pypi
sha1sums=('5d4eaa77d9d2cb56e3d6ee77725f29f8f63f3110')

build() {
	Fcd
	Fexec python3 -m build --wheel --no-isolation || Fdie
  	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
