commit:     e46276c043d84d446e9dc11cff2a7228759fada6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 08:04:38 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 08:04:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46276c0

dev-python/vncdotool: treeclean

Closes: https://bugs.gentoo.org/910615
Closes: https://bugs.gentoo.org/910708
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/vncdotool/Manifest                   |  2 --
 dev-python/vncdotool/metadata.xml               | 10 -------
 dev-python/vncdotool/vncdotool-0.13.0-r1.ebuild | 39 -------------------------
 dev-python/vncdotool/vncdotool-1.0.0-r1.ebuild  | 39 -------------------------
 profiles/package.mask                           |  8 -----
 5 files changed, 98 deletions(-)

diff --git a/dev-python/vncdotool/Manifest b/dev-python/vncdotool/Manifest
deleted file mode 100644
index 4deebb582c11..000000000000
--- a/dev-python/vncdotool/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST vncdotool-0.13.0.tar.gz 72780 BLAKE2B 
6a27565c5410148f569bd5a8e212327d734f9fd044549683bafcbbaed0df56e0a4853b4750eadc74e2186463313cd510c5290a8c4de69eba5ecbc42ea5d94c32
 SHA512 
65e275c53dbc805114801b149bff86743cdcb2b8d69b038425fd7dd6f911b113e332246178080c71314d58624137152205057c00b451a3ec6b46541f1b294b98
-DIST vncdotool-1.0.0.tar.gz 62580 BLAKE2B 
d09b26e81496055f17e96fa5b60ea006ddd210fa8b0044785c107582af18a61fb5beec83f577222b32cc8f446694235cd3ab468cfa917ec3ef4b00b6fbc1a8bc
 SHA512 
45fba9ba3549ad575923bcfb3ab62c53b3c2d85882c87ca2b656795314b9c32aa989a1fdae280f904cb4d79f509622810ffd4d1e2977beac917f0289d6ff24a4

diff --git a/dev-python/vncdotool/metadata.xml 
b/dev-python/vncdotool/metadata.xml
deleted file mode 100644
index ec8cefeff626..000000000000
--- a/dev-python/vncdotool/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <stabilize-allarches/>
-       <upstream>
-               <remote-id type="pypi">vncdotool</remote-id>
-               <remote-id type="github">sibson/vncdotool</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/vncdotool/vncdotool-0.13.0-r1.ebuild 
b/dev-python/vncdotool/vncdotool-0.13.0-r1.ebuild
deleted file mode 100644
index 047806e5bb04..000000000000
--- a/dev-python/vncdotool/vncdotool-0.13.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Command line VNC client"
-HOMEPAGE="https://github.com/sibson/vncdotool";
-SRC_URI="https://github.com/sibson/vncdotool/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-# A lot of errors such as the following appear
-# pexpect.exceptions.ExceptionPexpect: The command was not found or was not 
executable: vncev.
-# to install those, a manual compile and install of examples from 
net-libs/libvncserver is needed
-RESTRICT="test"
-
-BDEPEND="test? (
-       dev-python/mock[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       dev-python/pluggy[${PYTHON_USEDEP}]
-       dev-python/ptyprocess[${PYTHON_USEDEP}]
-       dev-python/py[${PYTHON_USEDEP}]
-       dev-python/tox[${PYTHON_USEDEP}]
-       dev-python/virtualenv[${PYTHON_USEDEP}]
-)"
-RDEPEND="
-       dev-python/pillow[${PYTHON_USEDEP}]
-       dev-python/twisted[${PYTHON_USEDEP}]
-       dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs

diff --git a/dev-python/vncdotool/vncdotool-1.0.0-r1.ebuild 
b/dev-python/vncdotool/vncdotool-1.0.0-r1.ebuild
deleted file mode 100644
index 442bf83a24ba..000000000000
--- a/dev-python/vncdotool/vncdotool-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Command line VNC client"
-HOMEPAGE="https://github.com/sibson/vncdotool";
-SRC_URI="https://github.com/sibson/vncdotool/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-# A lot of errors such as the following appear
-# pexpect.exceptions.ExceptionPexpect: The command was not found or was not 
executable: vncev.
-# to install those, a manual compile and install of examples from 
net-libs/libvncserver is needed
-RESTRICT="test"
-
-BDEPEND="test? (
-       dev-python/mock[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       dev-python/pluggy[${PYTHON_USEDEP}]
-       dev-python/ptyprocess[${PYTHON_USEDEP}]
-       dev-python/py[${PYTHON_USEDEP}]
-       dev-python/tox[${PYTHON_USEDEP}]
-       dev-python/virtualenv[${PYTHON_USEDEP}]
-)"
-RDEPEND="
-       dev-python/pillow[${PYTHON_USEDEP}]
-       dev-python/twisted[${PYTHON_USEDEP}]
-       dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs

diff --git a/profiles/package.mask b/profiles/package.mask
index 15b9b85367a3..537f4e06ccbd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -284,14 +284,6 @@ sys-fs/udev
 # Removal on 2023-08-23.  Bug #904734.
 dev-python/tikzplotlib
 
-# Michał Górny <mgo...@gentoo.org> (2023-07-23)
-# Package with no maintainer and tests restricted (also test deps look
-# suspicious).  It was only needed for tests
-# in dev-python/pyvirtualdisplay, and that package didn't support
-# the newest version anyway.  No revdeps left.
-# Removal on 2023-08-22.  Bug #910708.
-dev-python/vncdotool
-
 # Michał Górny <mgo...@gentoo.org> (2023-07-19)
 # Backport package specific to Python 3.9.  No longer necessary now
 # that pypy3 is 3.10.

Reply via email to