20 lines
634 B
Bash
20 lines
634 B
Bash
# Template file for 'python3-portend'
|
|
pkgname=python3-portend
|
|
version=3.2.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
|
depends="python3-tempora"
|
|
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=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|