python3-portend: update to 2.7.1.

This commit is contained in:
Andrew J. Hesford 2021-08-30 23:07:53 -04:00
parent ed8d060aba
commit 79b76e3212
1 changed files with 5 additions and 4 deletions

View File

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