aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-portend/template
blob: 27b2642a28e27cea60de1f2459a42b3fb723e683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
}