mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
New package: python3-teletype-1.3.4
This commit is contained in:
parent
7875d9e711
commit
6559ac7dee
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-teletype/template
Normal file
17
srcpkgs/python3-teletype/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue