mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
polysh: update to 0.13.
This commit is contained in:
parent
f6e00d9d74
commit
fa75f75ad2
1 changed files with 8 additions and 11 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'polysh'
|
# Template file for 'polysh'
|
||||||
pkgname=polysh
|
pkgname=polysh
|
||||||
version=0.4
|
version=0.13
|
||||||
revision=5
|
revision=1
|
||||||
archs=noarch
|
build_style=python3-module
|
||||||
build_style=python2-module
|
hostmakedepends="python3-setuptools"
|
||||||
pycompile_module="polysh"
|
depends="python3 openssh"
|
||||||
hostmakedepends="python-devel"
|
|
||||||
makedepends="python-devel"
|
|
||||||
depends="python openssh"
|
|
||||||
short_desc="Execute a command in multiple remote shells at once"
|
short_desc="Execute a command in multiple remote shells at once"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://guichaz.free.fr/polysh"
|
homepage="https://github.com/innogames/polysh/"
|
||||||
distfiles="http://guichaz.free.fr/polysh/files/polysh-${version}.tar.bz2"
|
distfiles="$PYPI_SITE/p/polysh/polysh-$version.tar.gz"
|
||||||
checksum=0456c25c664dad80ebf7bf748a1661fddf5fbea0a3788328621029c4d0b8b04f
|
checksum=fd7a82def6d67f5cfbb4bf18b3d70a81f111cffc694944237d428db3a3aefe3b
|
||||||
|
|
Loading…
Add table
Reference in a new issue