python-libtmux: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 22:07:12 +07:00
parent 79edcf6837
commit 715940d7aa
3 changed files with 18 additions and 32 deletions

View file

@ -1,31 +0,0 @@
# Template file for 'python-libtmux'
pkgname=python-libtmux
version=0.8.1
revision=2
archs=noarch
wrksrc="libtmux-${version}"
build_style=python-module
pycompile_module="libtmux"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python binding for tmux"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="MIT"
homepage="https://github.com/tmux-python/libtmux"
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
checksum=5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a
post_install() {
vlicense LICENSE
}
python3-libtmux_package() {
archs=noarch
pycompile_module="libtmux"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-libtmux

View file

@ -0,0 +1,18 @@
# Template file for 'python3-libtmux'
pkgname=python3-libtmux
version=0.8.1
revision=3
wrksrc="libtmux-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python binding for tmux"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="MIT"
homepage="https://github.com/tmux-python/libtmux"
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
checksum=5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a
post_install() {
vlicense LICENSE
}