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