New package: python3-teletype-1.3.4

This commit is contained in:
Mateusz Sylwestrzak 2025-08-09 11:22:46 +02:00 committed by Duncan Overbruck
parent 7875d9e711
commit 6559ac7dee

View file

@ -0,0 +1,17 @@
# Template file for 'python3-teletype'
pkgname=python3-teletype
version=1.3.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-wheel"
depends="python3"
short_desc="High-level cross platform tty library"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/jkwill87/teletype"
distfiles="${PYPI_SITE}/t/teletype/teletype-${version}.tar.gz"
checksum=b81a69338c3d1a532062a2851b0d51723beafa69d4d382b713be230a02bd618a
post_install() {
vlicense LICENSE.txt
}