Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/python-x2go/
Date: Fri, 01 Jan 2021 01:50:49
Message-Id: 1609465839.2c327bc9b9e68e274d2687a2204825a91d14e6e3.mgorny@gentoo
1 commit: 2c327bc9b9e68e274d2687a2204825a91d14e6e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:39:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:50:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c327bc9
7
8 net-misc/python-x2go: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/python-x2go/Manifest | 1 -
13 net-misc/python-x2go/python-x2go-0.6.0.2.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest
17 index 91c02136a04..23e7582c2c2 100644
18 --- a/net-misc/python-x2go/Manifest
19 +++ b/net-misc/python-x2go/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST python-x2go-0.6.0.2.tar.gz 243857 BLAKE2B 9e64ed5f28a231396ea5322c51942814df2d80f1df092c1a33b1884bbadcf4b27b8180b3a2f9b07001ac3e90ab2e65bde594f83d3adadcc788e0236d738bb746 SHA512 883c26b01bdcab9e57f4ef4ac5a980f849cd2df849c77d1b82e11bbb1872c6e97f3ff8b02c841d8e3acd425f3f55da2613d31a3876ffcc91545195aae5f88d77
22 DIST python-x2go-0.6.1.1.tar.gz 247188 BLAKE2B c19f1ea39bca647984a21d0100d07c3898dbab894c92d5aa36c297ec277f9f0cd3429e02e6ca7a372b57ba3836d2139018e6d685fe31719549d2d2ddefff483a SHA512 8450ea47d1ec27abd56db0925613bd864a620cde98954f21d1fe8bcbf2a0024d4e8237c8663d04eb67c835f7d9f4a8c0dfc5f8f5671f571b24bb5b48b0a70762
23 DIST python-x2go-0.6.1.2.tar.gz 247187 BLAKE2B dacaa406e7f32eb14951e54edd31fc812f7f6c5688a911607f4cf1755c1128eff5f2b77bb78b66f6a49df2267064cc1e8d209bcc1b368abff1b451d69eb63b04 SHA512 29ac73415c11f19e07a919bec99d61ba04f24e98c51bb32b5e4cdd20cbc04c7c6420727c5147b450e0e37931ee77dccc02334c62a8657c11bca6689472446e5d
24 DIST python-x2go-0.6.1.3.tar.gz 247754 BLAKE2B 9c5705da9c1656a29ae7382dfaedb1798d8728006dbfcb0ec47441bba63a1c85f9ee60f0d8e5cb040dfec177ab72381518e0756ca5a9374e3ea7f1ab29d54dfb SHA512 3933ad8ee7debd6d643ce12ce06a6a98c7c97fae5a30f99ca147ce57ac7fa8e1b2fd97439a8c3b39ac5c5d0c7cecf4f3571193092e057db536d061f0d1d4accc
25
26 diff --git a/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild b/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
27 deleted file mode 100644
28 index d1960870ac3..00000000000
29 --- a/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
30 +++ /dev/null
31 @@ -1,23 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="X2Go client-side Python API"
41 -HOMEPAGE="http://www.x2go.org"
42 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="AGPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
50 -DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
51 - dev-python/paramiko[${PYTHON_USEDEP}]
52 - dev-python/python-xlib[${PYTHON_USEDEP}]
53 - net-misc/nx"
54 -RDEPEND="${DEPEND}"