void-packages/srcpkgs/python3-portend/template
2021-01-28 15:06:12 -05:00

20 lines
647 B
Bash

# Template file for 'python3-portend'
pkgname=python3-portend
version=2.7.0
revision=2
wrksrc="portend-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm python3-toml"
depends="python3-tempora python3-jaraco.functools"
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=ac0e57ae557f75dc47467579980af152e8f60bc2139547eff8469777d9110379
post_install() {
vlicense LICENSE
}