From 79b76e3212e096646b975023bbdc0e23d6b49f00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 30 Aug 2021 23:07:53 -0400 Subject: [PATCH] python3-portend: update to 2.7.1. --- srcpkgs/python3-portend/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template index 27b2642a28e..cc6fe474d96 100644 --- a/srcpkgs/python3-portend/template +++ b/srcpkgs/python3-portend/template @@ -1,18 +1,19 @@ # Template file for 'python3-portend' pkgname=python3-portend -version=2.7.0 -revision=2 +version=2.7.1 +revision=1 wrksrc="portend-${version}" build_style=python3-module -hostmakedepends="python3-setuptools_scm python3-toml" +hostmakedepends="python3-setuptools_scm" depends="python3-tempora python3-jaraco.functools" +checkdepends="python3-pytest $depends" short_desc="TCP port monitoring utilities (Python3)" maintainer="Orphaned " 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 +checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b post_install() { vlicense LICENSE