# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.48
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
depends="python3-six python3-wcwidth python3-jinxed"
checkdepends="$depends python3-pytest-cov"
short_desc="Wrapper around terminal coloring, styling, and positioning"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/jquast/blessed"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=dbac2ca6cdff80f85182cd8de82f2856e649f980475cccfa25217ede36237e7d

post_install() {
	vlicense LICENSE
}
