python-portend: drop package
This commit is contained in:
parent
b40f696372
commit
2dda70a10b
2 changed files with 7 additions and 21 deletions
|
@ -1 +0,0 @@
|
||||||
python-portend
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue