python-portend: update to 2.4
This commit is contained in:
parent
d3edfef8a0
commit
146240f0ed
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-portend'
|
||||
pkgname=python-portend
|
||||
version=2.3
|
||||
version=2.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="portend-${version}"
|
||||
|
@ -12,8 +12,9 @@ short_desc="TCP port monitoring utilities (Python2)"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jaraco/portend"
|
||||
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
|
||||
checksum=b7ce7d35ea262415297cbfea86226513e77b9ee5f631d3baa11992d663963719
|
||||
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
|
||||
distfiles="https://github.com/jaraco/portend/archive/${version}.tar.gz"
|
||||
checksum=61aa1a8fd76d64bd6093e4151a2bfeda177d5083bf2e2bcc92a053bd2104fde3
|
||||
|
||||
pre_build() {
|
||||
sed -i setup.py \
|
||||
|
|
Loading…
Reference in New Issue