python-terminado: drop package
This commit is contained in:
parent
29f61ea963
commit
d5010f383d
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-terminado'
|
|
||||||
pkgname=python-terminado
|
|
||||||
version=0.8.2
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="terminado-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="terminado"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-ptyprocess python-tornado"
|
|
||||||
short_desc="Terminals served to term.js using Tornado websockets (Python2)"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
license="BSD-2-Clause"
|
|
||||||
homepage="https://github.com/takluyver/terminado"
|
|
||||||
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
|
|
||||||
checksum=de08e141f83c3a0798b050ecb097ab6259c3f0331b2f7b7750c9075ced2c20c2
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-terminado_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-ptyprocess python3-tornado"
|
|
||||||
pycompile_module="terminado"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-terminado
|
|
18
srcpkgs/python3-terminado/template
Normal file
18
srcpkgs/python3-terminado/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-terminado'
|
||||||
|
pkgname=python3-terminado
|
||||||
|
version=0.8.2
|
||||||
|
revision=3
|
||||||
|
wrksrc="terminado-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-ptyprocess python3-tornado"
|
||||||
|
short_desc="Terminals served to term.js using Tornado websockets (Python3)"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/takluyver/terminado"
|
||||||
|
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
|
||||||
|
checksum=de08e141f83c3a0798b050ecb097ab6259c3f0331b2f7b7750c9075ced2c20c2
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue