summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-05-11 12:12:22 +0200
committerDavid Seifert <soap@gentoo.org>2023-05-11 12:12:22 +0200
commitdede2844ae6519f40683061fc9b7c7ec7486a565 (patch)
tree44ad00a4445a2c2f44f1d36a046d2b2faac084c0
parentdev-lang/R/files: scrub patches (diff)
downloadgentoo-dede2844ae6519f40683061fc9b7c7ec7486a565.tar.gz
gentoo-dede2844ae6519f40683061fc9b7c7ec7486a565.tar.bz2
gentoo-dede2844ae6519f40683061fc9b7c7ec7486a565.zip
app-misc/wildq: treeclean
Closes: https://bugs.gentoo.org/878655 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-misc/wildq/Manifest1
-rw-r--r--app-misc/wildq/metadata.xml16
-rw-r--r--app-misc/wildq/wildq-1.1.11.ebuild27
-rw-r--r--profiles/package.mask6
4 files changed, 0 insertions, 50 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <remote-id type="pypi">wildq</remote-id>
- <remote-id type="github">ahmet2mir/wildq</remote-id>
- </upstream>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
- <use>
- <flag name="hcl">HCL support via pyhcl</flag>
- <flag name="toml">TOML support via pytoml</flag>
- <flag name="xml">XML support via xmltodict</flag>
- </use>
-</pkgmetadata>
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 <mgorny@gentoo.org> (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 <ionen@gentoo.org> (2023-03-30)
# NVIDIA dropped support for the 390.xx branch in December 2022[1].
#