From dede2844ae6519f40683061fc9b7c7ec7486a565 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 11 May 2023 12:12:22 +0200 Subject: app-misc/wildq: treeclean Closes: https://bugs.gentoo.org/878655 Signed-off-by: David Seifert --- app-misc/wildq/Manifest | 1 - app-misc/wildq/metadata.xml | 16 ---------------- app-misc/wildq/wildq-1.1.11.ebuild | 27 --------------------------- profiles/package.mask | 6 ------ 4 files changed, 50 deletions(-) delete mode 100644 app-misc/wildq/Manifest delete mode 100644 app-misc/wildq/metadata.xml delete mode 100644 app-misc/wildq/wildq-1.1.11.ebuild diff --git a/app-misc/wildq/Manifest b/app-misc/wildq/Manifest deleted file mode 100644 index 6b10948d4e3f..000000000000 --- a/app-misc/wildq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wildq-1.1.11.tar.gz 16753 BLAKE2B f95db636b989b4cf99c7612779c2b4f57f7dd5b185741be017a85de546cdc675592f8c846ff2aa15a8afc416e61f780c1682c956de7125e020666e83ea6a7818 SHA512 474869d13c33ae5b053d4f135a288e1a778f201471def20b0f95c5ab16152c828f77a730ed85a39e4f8619523f4685b6da89fb7954134fe2a10776255062b22d diff --git a/app-misc/wildq/metadata.xml b/app-misc/wildq/metadata.xml deleted file mode 100644 index 197807940e93..000000000000 --- a/app-misc/wildq/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - wildq - ahmet2mir/wildq - - - zmedico@gentoo.org - - - HCL support via pyhcl - TOML support via pytoml - XML support via xmltodict - - diff --git a/app-misc/wildq/wildq-1.1.11.ebuild b/app-misc/wildq/wildq-1.1.11.ebuild deleted file mode 100644 index 2d5c72c8a282..000000000000 --- a/app-misc/wildq/wildq-1.1.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 pypi - -DESCRIPTION="Command-line TOML/JSON/INI/YAML/XML processor using jq c bindings" -HOMEPAGE="https://pypi.org/project/wildq/ https://github.com/ahmet2mir/wildq" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="hcl toml xml" -RDEPEND=" - dev-python/jq[${PYTHON_USEDEP}] - hcl? ( dev-python/pyhcl[${PYTHON_USEDEP}] ) - toml? ( dev-python/toml[${PYTHON_USEDEP}] ) - xml? ( dev-python/xmltodict[${PYTHON_USEDEP}] ) -" - -python_prepare_all() { - # Unpin install_requires versions. - sed -e "s|^\\([ []'[[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py || die - distutils-r1_python_prepare_all -} diff --git a/profiles/package.mask b/profiles/package.mask index 08b67561ef35..d26422df535f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -309,12 +309,6 @@ dev-java/jython # Removal on 2023-05-08 dev-ruby/allison -# Michał Górny (2023-04-07) -# No Python 3.11 support and the ebuild is not running the test suite. -# Still uses deprecated dev-python/toml (upstream). No revdeps. -# Removal on 2023-05-07. Bug #878655. -app-misc/wildq - # Ionen Wolkens (2023-03-30) # NVIDIA dropped support for the 390.xx branch in December 2022[1]. # -- cgit v1.2.3-65-gdbad