void-packages/srcpkgs/python3-pyte/template

19 lines
581 B
Bash
Raw Normal View History

2020-09-28 16:08:58 +00:00
# Template file for 'python3-pyte'
pkgname=python3-pyte
version=0.8.0
2020-10-07 13:56:02 +00:00
revision=5
2020-09-28 16:08:58 +00:00
wrksrc="pyte-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-wcwidth"
short_desc="Simple Python3 VTXXX-compatible linux terminal emulator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/selectel/pyte"
distfiles="https://github.com/selectel/pyte/archive/${version}.tar.gz"
checksum=80f77a4f8a325faf761c22eb8ad597671e25d0de524c68d42dc765c52bf5be70
pre_build() {
sed -i '/setup_requires/d' setup.py
}