mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +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'
|
||||
pkgname=polysh
|
||||
version=0.4
|
||||
revision=5
|
||||
archs=noarch
|
||||
build_style=python2-module
|
||||
pycompile_module="polysh"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="python-devel"
|
||||
depends="python openssh"
|
||||
version=0.13
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 openssh"
|
||||
short_desc="Execute a command in multiple remote shells at once"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://guichaz.free.fr/polysh"
|
||||
distfiles="http://guichaz.free.fr/polysh/files/polysh-${version}.tar.bz2"
|
||||
checksum=0456c25c664dad80ebf7bf748a1661fddf5fbea0a3788328621029c4d0b8b04f
|
||||
homepage="https://github.com/innogames/polysh/"
|
||||
distfiles="$PYPI_SITE/p/polysh/polysh-$version.tar.gz"
|
||||
checksum=fd7a82def6d67f5cfbb4bf18b3d70a81f111cffc694944237d428db3a3aefe3b
|
||||
|
|
Loading…
Add table
Reference in a new issue