vp-build/srcpkgs/python3-portend/template

22 lines
721 B
Bash

# Template file for 'python3-portend'
pkgname=python3-portend
version=3.1.0
revision=1
wrksrc="portend-${version}"
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=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
make_check=ci-skip # test_portend.py .F.....F.F. and hangs
post_install() {
vlicense LICENSE
}