net-misc/gazelle-tui: Remove py3.11

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2025-12-22 18:02:58 +01:00
parent 9149e75ac9
commit f22c7682b2
3 changed files with 1 additions and 41 deletions

View File

@@ -1,2 +1 @@
DIST gazelle-tui-1.7.2.tar.gz 159597 BLAKE2B 6af45c3d71f177dd6b59229f3a5a526d0d1f3e87d2cabb6651aced724175a247c2e17613cd9acd2ea6a8f127ad690cfa6e736763d20894ab1b1006d9d624e0a6 SHA512 7c0690d88a07bc5eace2504dbb596d2aac685e4d44e8bc08e5519824f3236eea63754d37ea0dc00d94c2cd9d4e53066220a5f413c4667b19c8da02f096b9a4ec
DIST gazelle-tui-1.8.2.tar.gz 293870 BLAKE2B c751db80182431569ddc9e3df064a57a0c618f1b46da21f6b3dffa9cf92566403ad8a4d106b3897197074109ecc8c149321dd24306d4f882903844c74482cec8 SHA512 e9e2b9ae2a803f988192c85d98cbce99b32b92108754a16339e8aae5b1ade0c53434a4dfc3ce18eaf704fb80b387fecb6c0cf79c6ec2fa1edc0a37f18a6b9e02

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit python-single-r1
DESCRIPTION="Minimal NetworkManager TUI with complete 802.1X enterprise WiFi support"
HOMEPAGE="https://github.com/Zeus-Deus/gazelle-tui"
SRC_URI="https://github.com/Zeus-Deus/gazelle-tui/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
net-misc/networkmanager
net-vpn/networkmanager-openvpn
net-vpn/wireguard-tools
$(python_gen_cond_dep '
>=dev-python/textual-0.47.0[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/patch-app-1.7.0.patch
)
src_install()
{
python_moduleinto ${PN/-/_}
python_domodule network.py app.py
python_doscript gazelle
}

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{12..13} )
inherit python-single-r1