mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
parent
71512d394f
commit
78553e11b4
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-portend'
|
# Template file for 'python3-portend'
|
||||||
pkgname=python3-portend
|
pkgname=python3-portend
|
||||||
version=2.6
|
version=2.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="portend-${version}"
|
wrksrc="portend-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-tempora"
|
depends="python3-tempora python3-jaraco.functools"
|
||||||
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=600dd54175e17e9347e5f3d4217aa8bcf4bf4fa5ffbc4df034e5ec1ba7cdaff5
|
checksum=ac0e57ae557f75dc47467579980af152e8f60bc2139547eff8469777d9110379
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue