From 8526ca969b179a731070d3aca31897729fba59fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 16:23:13 +0700 Subject: [PATCH] python-stormssh: drop package --- srcpkgs/python-stormssh/template | 34 ------------------- srcpkgs/python3-stormssh | 1 - srcpkgs/python3-stormssh/template | 19 +++++++++++ .../update | 0 4 files changed, 19 insertions(+), 35 deletions(-) delete mode 100644 srcpkgs/python-stormssh/template delete mode 120000 srcpkgs/python3-stormssh create mode 100644 srcpkgs/python3-stormssh/template rename srcpkgs/{python-stormssh => python3-stormssh}/update (100%) diff --git a/srcpkgs/python-stormssh/template b/srcpkgs/python-stormssh/template deleted file mode 100644 index 11f63f67bba..00000000000 --- a/srcpkgs/python-stormssh/template +++ /dev/null @@ -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 " -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 - } -} diff --git a/srcpkgs/python3-stormssh b/srcpkgs/python3-stormssh deleted file mode 120000 index ce8b3d005c1..00000000000 --- a/srcpkgs/python3-stormssh +++ /dev/null @@ -1 +0,0 @@ -python-stormssh \ No newline at end of file diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template new file mode 100644 index 00000000000..840c0f687b5 --- /dev/null +++ b/srcpkgs/python3-stormssh/template @@ -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 " +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 +} diff --git a/srcpkgs/python-stormssh/update b/srcpkgs/python3-stormssh/update similarity index 100% rename from srcpkgs/python-stormssh/update rename to srcpkgs/python3-stormssh/update