python-pyte: drop package
This commit is contained in:
parent
6d096afd1a
commit
84247f25af
3 changed files with 18 additions and 29 deletions
|
@ -1,28 +0,0 @@
|
||||||
# Template file for 'python-pyte'
|
|
||||||
pkgname=python-pyte
|
|
||||||
version=0.8.0
|
|
||||||
revision=3
|
|
||||||
wrksrc="pyte-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="pyte"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-wcwidth"
|
|
||||||
short_desc="Simple Python2 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
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-pyte_package() {
|
|
||||||
pycompile_module="pyte"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
depends="python3-wcwidth"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-pyte
|
|
18
srcpkgs/python3-pyte/template
Normal file
18
srcpkgs/python3-pyte/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-pyte'
|
||||||
|
pkgname=python3-pyte
|
||||||
|
version=0.8.0
|
||||||
|
revision=4
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue