New package: python-stormssh-0.6.9 (#4404)
This commit is contained in:
parent
4b1effbf40
commit
1e91fef58e
2 changed files with 37 additions and 0 deletions
36
srcpkgs/python-stormssh/template
Normal file
36
srcpkgs/python-stormssh/template
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Template file for 'python-stormssh'
|
||||
pkgname=python-stormssh
|
||||
version=0.6.9
|
||||
revision=1
|
||||
wrksrc=storm-${version}
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-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=29c20e4ed27604a7cdf2f77fe97d861100d87c0dbaa9ecf6628cf9da917e98ce
|
||||
noarch=yes
|
||||
alternatives="stormssh:storm:/usr/bin/storm2.7"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-stormssh_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-setuptools python3.4-six python3.4-paramiko python3.4-termcolor python3.4-Flask"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="storm"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
alternatives="stormssh:storm:/usr/bin/storm3.4"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3.4
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-stormssh
Symbolic link
1
srcpkgs/python3.4-stormssh
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-stormssh
|
Loading…
Reference in a new issue