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: dev-python/vncdotool/
Date: Sat, 02 Jul 2022 18:38:34
Message-Id: 1656778142.86c21594f1802e244942b0af288ecabed92955a3.mgorny@gentoo
1 commit: 86c21594f1802e244942b0af288ecabed92955a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 16:09:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 16:09:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c21594
7
8 dev-python/vncdotool: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/vncdotool/vncdotool-1.0.0.ebuild | 39 -----------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-python/vncdotool/vncdotool-1.0.0.ebuild b/dev-python/vncdotool/vncdotool-1.0.0.ebuild
16 deleted file mode 100644
17 index 46a63d3adc82..000000000000
18 --- a/dev-python/vncdotool/vncdotool-1.0.0.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Command line VNC client"
30 -HOMEPAGE="https://github.com/sibson/vncdotool"
31 -SRC_URI="https://github.com/sibson/vncdotool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm64 x86"
36 -
37 -# A lot of errors such as the following appear
38 -# pexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: vncev.
39 -# to install those, a manual compile and install of examples from net-libs/libvncserver is needed
40 -RESTRICT="test"
41 -
42 -BDEPEND="test? (
43 - dev-python/mock[${PYTHON_USEDEP}]
44 - dev-python/nose[${PYTHON_USEDEP}]
45 - dev-python/pexpect[${PYTHON_USEDEP}]
46 - dev-python/pluggy[${PYTHON_USEDEP}]
47 - dev-python/ptyprocess[${PYTHON_USEDEP}]
48 - dev-python/py[${PYTHON_USEDEP}]
49 - dev-python/tox[${PYTHON_USEDEP}]
50 - dev-python/virtualenv[${PYTHON_USEDEP}]
51 -)"
52 -RDEPEND="
53 - dev-python/pillow[${PYTHON_USEDEP}]
54 - dev-python/twisted[${PYTHON_USEDEP}]
55 - dev-python/zope-interface[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests pytest
59 -distutils_enable_sphinx docs