python-portend: drop package
This commit is contained in:
@@ -1 +0,0 @@
|
||||
python-portend
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user