commit:     af99d5d885dc5589edd1724d9f542c91a291c779
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  9 14:46:09 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jun  9 14:47:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af99d5d8

net-misc/nyx: treeclean

Bug: https://bugs.gentoo.org/830775
Bug: https://bugs.gentoo.org/952615
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/nyx/Manifest                    |  1 -
 net-misc/nyx/files/nyx-2.1.0-py311.patch | 13 ----------
 net-misc/nyx/metadata.xml                |  8 -------
 net-misc/nyx/nyx-2.1.0-r7.ebuild         | 41 --------------------------------
 profiles/package.mask                    |  1 -
 5 files changed, 64 deletions(-)

diff --git a/net-misc/nyx/Manifest b/net-misc/nyx/Manifest
deleted file mode 100644
index 6de54ac84fe0..000000000000
--- a/net-misc/nyx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nyx-2.1.0.tar.gz 6908817 BLAKE2B 
e67305c0e2a066976cc828235bb364a238af2842251b466cc70bf8ad79138ffb5d6c598cf5900b777caf03ffefd0566e9eccfb65131ca0dc26670d71d8f9a756
 SHA512 
69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37

diff --git a/net-misc/nyx/files/nyx-2.1.0-py311.patch 
b/net-misc/nyx/files/nyx-2.1.0-py311.patch
deleted file mode 100644
index 71c0bf46e557..000000000000
--- a/net-misc/nyx/files/nyx-2.1.0-py311.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/942871
-https://github.com/torproject/nyx/issues/74
---- a/nyx/panel/__init__.py
-+++ b/nyx/panel/__init__.py
-@@ -78,7 +78,7 @@
-       is_match = self._key_func(key) if self._key_func else 
key.match(self.key)
- 
-       if is_match:
--        if inspect.getargspec(self._action).args == ['key']:
-+        if inspect.getfullargspec(self._action).args == ['key']:
-           self._action(key)
-         else:
-           self._action()

diff --git a/net-misc/nyx/metadata.xml b/net-misc/nyx/metadata.xml
deleted file mode 100644
index 4a716be36946..000000000000
--- a/net-misc/nyx/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="pypi">nyx</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/net-misc/nyx/nyx-2.1.0-r7.ebuild b/net-misc/nyx/nyx-2.1.0-r7.ebuild
deleted file mode 100644
index cf0e401dfb61..000000000000
--- a/net-misc/nyx/nyx-2.1.0-r7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} pypy3 pypy3_11 )
-PYTHON_REQ_USE='ncurses,sqlite(-)'
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Utility to monitor real time Tor status information"
-HOMEPAGE="https://nyx.torproject.org";
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://git.torproject.org/nyx.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-       inherit pypi
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-       net-libs/stem[${PYTHON_USEDEP}]
-       net-vpn/tor
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.1.0-py311.patch
-)
-
-distutils_enable_tests unittest
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       # bug #645336
-       doman nyx.1
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d7c2f2dd73d..07060c925b6f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -315,7 +315,6 @@ dev-util/intel_clc
 # https://github.com/torproject/nyx/issues/68
 # Removal on 2025-06-09.
 net-libs/stem
-net-misc/nyx
 
 # Michał Górny <[email protected]> (2025-05-08)
 # Vulnerable, EOL branch of dev-python/django.  Bug #955606.

Reply via email to