commit: fde66275754cf66c420944ca6dcdc3005e2bd437 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Sep 30 19:50:31 2018 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Sep 30 20:00:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde66275
net-misc/python-x2go: 0.6.0.1 bump Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 net-misc/python-x2go/Manifest | 1 + net-misc/python-x2go/python-x2go-0.6.0.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest index 72e67f03297..e5074dda7f5 100644 --- a/net-misc/python-x2go/Manifest +++ b/net-misc/python-x2go/Manifest @@ -1,2 +1,3 @@ DIST python-x2go-0.5.0.5.tar.gz 198260 BLAKE2B 36a35e7db8897e0209b54d3b4ecb29200caf22d036b7fe5cb4ebdd7d867ba8d019bbea1fbc3b347a2f0a05cf7ce6e37d19333babab8b1bb868736aadd60de645 SHA512 a8cb97f321921b9c98a64b2ef9b3763118150a585b6797837ec890dc588d8f4884fa58d374690a0cfe025ad338b1f7e1c048e4d8c48736205975856a5d82d1d1 DIST python-x2go-0.5.0.6.tar.gz 198236 BLAKE2B fb39afe9dadf104c8e348ad699539522977da839c8db2df23b3b976e7603064c4882d1a058e194847553e3a2c3e614e242e5fc0bd117f55594e7de0d682d9ed0 SHA512 bad064490ed1b30ec63631d4e6af4ad133f4f1049e60f345dfc0a45abfd5d54a54556953baeae40bb543573d23987da745ad67bf6270f28be4dd6b130a05a9f2 +DIST python-x2go-0.6.0.1.tar.gz 243623 BLAKE2B 60d0b6245d089f168bfc8c47f6360f53cecf5553de04a741d5993c2a78875bbe4367ae5c6d430b472df1870ed3b12cf9a11a046081fe1272d634ee1a46ff2afc SHA512 d4ee7b6d8a6efa8c6071cb5e899c624e3f4527ab8da85c4a088ccee02dd518da0da2d49b5cfb4940f585939b5761ddd9aacb00cb82e2c21c5b22cebc2d0575df diff --git a/net-misc/python-x2go/python-x2go-0.6.0.1.ebuild b/net-misc/python-x2go/python-x2go-0.6.0.1.ebuild new file mode 100644 index 00000000000..e9d9ddc2fde --- /dev/null +++ b/net-misc/python-x2go/python-x2go-0.6.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) +inherit distutils-r1 + +DESCRIPTION="X2Go client-side Python API" +HOMEPAGE="http://www.x2go.org" +SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp +DEPEND="dev-python/gevent[${PYTHON_USEDEP}] + dev-python/paramiko[${PYTHON_USEDEP}] + dev-python/python-xlib[${PYTHON_USEDEP}] + net-misc/nx" +RDEPEND="${DEPEND}"