summaryrefslogtreecommitdiff
path: root/app-misc
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/Manifest.gzbin49952 -> 49794 bytes
-rw-r--r--app-misc/wildq/Manifest3
-rw-r--r--app-misc/wildq/metadata.xml16
-rw-r--r--app-misc/wildq/wildq-1.1.11.ebuild27
4 files changed, 0 insertions, 46 deletions
diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz
index 08bc9175a119..087d0f8faa6a 100644
--- a/app-misc/Manifest.gz
+++ b/app-misc/Manifest.gz
Binary files differ
diff --git a/app-misc/wildq/Manifest b/app-misc/wildq/Manifest
deleted file mode 100644
index 388979167348..000000000000
--- a/app-misc/wildq/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST wildq-1.1.11.tar.gz 16753 BLAKE2B f95db636b989b4cf99c7612779c2b4f57f7dd5b185741be017a85de546cdc675592f8c846ff2aa15a8afc416e61f780c1682c956de7125e020666e83ea6a7818 SHA512 474869d13c33ae5b053d4f135a288e1a778f201471def20b0f95c5ab16152c828f77a730ed85a39e4f8619523f4685b6da89fb7954134fe2a10776255062b22d
-EBUILD wildq-1.1.11.ebuild 781 BLAKE2B 60cba40da3888fba90055fb7c79149c520f68e0104d20f1fa4126e3f5d86efdf6127da12b864d1c9b7356fc732b1f851a9e7f27078449b27fc9d05b658ecf320 SHA512 60d73d6e3614189a1a1c19a1f384933115d56d833bb9dd182fad5c8e2f9886dbfc26cc77ff84535eb05f9d40bef01cc3cb1e56cd858c07798ecfff30da382d72
-MISC metadata.xml 508 BLAKE2B 695a62ad87abc092ce1239c3af2330b947ed2a80ba004e01e3ec5fe126adbfa1b8a49dd3553a5854806b8a6e1b438032fcb26c3e8f9897d5449052f6a321d9c7 SHA512 b8024902371a1aae89e30f807edc2626520791f14f1f9a1d63e310bc491d7c13a49518fbade2dbeeecb592bb1c1550d6e4a8b0df9d792551b8c3e7e56defd1a7
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
-}