python3-portend: update to 3.1.0.
This commit is contained in:
parent
dba4722448
commit
83d872c78f
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-portend'
|
||||
pkgname=python3-portend
|
||||
version=2.7.1
|
||||
revision=2
|
||||
version=3.1.0
|
||||
revision=1
|
||||
wrksrc="portend-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-tempora python3-jaraco.functools"
|
||||
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>"
|
||||
|
@ -13,7 +13,8 @@ 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=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
|
||||
checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
|
||||
make_check=ci-skip # test_portend.py .F.....F.F. and hangs
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue