python-portend: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 16:24:17 +07:00
parent b40f696372
commit 2dda70a10b
2 changed files with 7 additions and 21 deletions

View file

@ -1 +0,0 @@
python-portend

View file

@ -1,14 +1,12 @@
# Template file for 'python-portend' # Template file for 'python3-portend'
pkgname=python-portend pkgname=python3-portend
version=2.5 version=2.5
revision=2 revision=3
archs=noarch
wrksrc="portend-${version}" wrksrc="portend-${version}"
build_style=python-module build_style=python3-module
pycompile_module="portend.py" hostmakedepends="python3-setuptools"
hostmakedepends="python-setuptools python3-setuptools" depends="python3-tempora"
depends="python-tempora" short_desc="TCP port monitoring utilities (Python3)"
short_desc="TCP port monitoring utilities (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/jaraco/portend" homepage="https://github.com/jaraco/portend"
@ -24,14 +22,3 @@ pre_build() {
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }
python3-portend_package() {
archs=noarch
depends="python3-tempora"
pycompile_module="portend.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}