# Template file for 'python3-curtsies'
pkgname=python3-curtsies
version=0.4.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-blessed python3-cwcwidth"
checkdepends="${depends} python3-pyte python3-pytest"
short_desc="Curses-like terminal wrapper, with colored strings (Python3)"
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
license="MIT"
homepage="https://github.com/bpython/curtsies"
changelog="https://raw.githubusercontent.com/bpython/curtsies/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/c/curtsies/curtsies-${version}.tar.gz"
checksum=102a0ffbf952124f1be222fd6989da4ec7cce04e49f613009e5f54ad37618825

post_install() {
	vlicense LICENSE
}
