mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
python-stormssh: drop package
This commit is contained in:
parent
d5010f383d
commit
8526ca969b
4 changed files with 19 additions and 35 deletions
|
@ -1,34 +0,0 @@
|
||||||
# Template file for 'python-stormssh'
|
|
||||||
pkgname=python-stormssh
|
|
||||||
version=0.7.0
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc=storm-${version}
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-setuptools python-six python-paramiko python-termcolor python-Flask"
|
|
||||||
pycompile_module="storm"
|
|
||||||
short_desc="Manage your SSH like a boss (Python2)"
|
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/emre/storm"
|
|
||||||
distfiles="https://github.com/emre/storm/archive/${version}.tar.gz"
|
|
||||||
checksum=c2e5da1cb4a27b309ed7e470c5acebe2822f7928c5ef0e38f9dade247cf9a6c6
|
|
||||||
alternatives="stormssh:storm:/usr/bin/storm2"
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-stormssh_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-setuptools python3-six python3-paramiko python3-termcolor python3-Flask"
|
|
||||||
pycompile_module="storm"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
alternatives="stormssh:storm:/usr/bin/storm3"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/*3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-stormssh
|
|
19
srcpkgs/python3-stormssh/template
Normal file
19
srcpkgs/python3-stormssh/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-stormssh'
|
||||||
|
pkgname=python3-stormssh
|
||||||
|
version=0.7.0
|
||||||
|
revision=3
|
||||||
|
wrksrc=storm-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools python3-six python3-paramiko python3-termcolor python3-Flask"
|
||||||
|
short_desc="Manage your SSH like a boss (Python3)"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/emre/storm"
|
||||||
|
distfiles="https://github.com/emre/storm/archive/${version}.tar.gz"
|
||||||
|
checksum=c2e5da1cb4a27b309ed7e470c5acebe2822f7928c5ef0e38f9dade247cf9a6c6
|
||||||
|
conflicts="python-stormssh>=0"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue