Add 2 new packages to chromiumos-overlay
dev-python/parallel-ssh
dev-python/ssh2-python
These packages do not exist in gentoo - importing from PiPy
BUG=None
TEST=Moblab and tryjob.
Cq-Depend: chromium:1598725
Change-Id: If656dc9badf2e43f1226505a998e49a1df2fa729
Reviewed-on: https://chromium-review.googlesource.com/1633012
Commit-Ready: Keith Haddow <haddowk@chromium.org>
Tested-by: Keith Haddow <haddowk@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Keith Haddow <haddowk@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
diff --git a/dev-python/ssh2-python/Manifest b/dev-python/ssh2-python/Manifest
new file mode 100644
index 0000000..ecc4dbf
--- /dev/null
+++ b/dev-python/ssh2-python/Manifest
@@ -0,0 +1 @@
+DIST ssh2-python-0.17.0.tar.gz 1051869 BLAKE2B 59c54b68e3bab2ddd5d5c7e0e044ac83fd5ca82d14fe4c0b20ef07391731b05bb96d8f08f0aeb92b852cea229ddc1a0bc2e6b69fa12ca5ab1805cdb87a250f99 SHA512 cb2f3221eeea5c2c87ed6e8214120fa0bedec12a29e427228d90540fa87e5633c9e6e61fddc2ae2ed81ab1a240fe6b93929b36427debcd94373da882a18a43b6
diff --git a/dev-python/ssh2-python/ssh2-python-0.17.0.ebuild b/dev-python/ssh2-python/ssh2-python-0.17.0.ebuild
new file mode 100644
index 0000000..76b41b4
--- /dev/null
+++ b/dev-python/ssh2-python/ssh2-python-0.17.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2019 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2.
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Asynchronous parallel SSH client library."
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="*"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"