21 lines
673 B
Bash
21 lines
673 B
Bash
# Template file for 'python3-portend'
|
|
pkgname=python3-portend
|
|
version=2.7.1
|
|
revision=2
|
|
wrksrc="portend-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-tempora python3-jaraco.functools"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="TCP port monitoring utilities (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jaraco/portend"
|
|
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
|
|
checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|