18 lines
556 B
Bash
18 lines
556 B
Bash
# Template file for 'python3-pyte'
|
|
pkgname=python3-pyte
|
|
version=0.8.0
|
|
revision=8
|
|
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
|
|
}
|