summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2022-05-18 19:22:45 -0700
committerZac Medico <zmedico@gentoo.org>2022-05-18 19:27:02 -0700
commit01ac1bb3da599965f7b15a09e05148db47e4c121 (patch)
tree5a995e1c42b83513c7d0dcea0028694af8b8a14c /app-misc/wildq
parentapp-text/xapers: drop Python 3.7 (diff)
downloadgentoo-01ac1bb3da599965f7b15a09e05148db47e4c121.tar.gz
gentoo-01ac1bb3da599965f7b15a09e05148db47e4c121.tar.bz2
gentoo-01ac1bb3da599965f7b15a09e05148db47e4c121.zip
app-misc/wildq: drop 1.1.10
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc/wildq')
-rw-r--r--app-misc/wildq/Manifest1
-rw-r--r--app-misc/wildq/wildq-1.1.10.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-misc/wildq/Manifest b/app-misc/wildq/Manifest
index a2ad8d323558..6b10948d4e3f 100644
--- a/app-misc/wildq/Manifest
+++ b/app-misc/wildq/Manifest
@@ -1,2 +1 @@
-DIST wildq-1.1.10.tar.gz 16049 BLAKE2B ffb365e7dee7770a0ab52d189b59f1a8a9e6b2c8a63439d884b29fc7182b523eb38e2ada0ce9581d637fed9035dc5f7fc0197451bb4fcafd1d54746b0c0112af SHA512 cf10cd10757e6b933ecc11167c5ad4c548dfbfa9edad030458736ba6d29e816bb214c111fa96fa2625160d6403758d936c8374d6dc26b528e6ae22ed947de5bc
DIST wildq-1.1.11.tar.gz 16753 BLAKE2B f95db636b989b4cf99c7612779c2b4f57f7dd5b185741be017a85de546cdc675592f8c846ff2aa15a8afc416e61f780c1682c956de7125e020666e83ea6a7818 SHA512 474869d13c33ae5b053d4f135a288e1a778f201471def20b0f95c5ab16152c828f77a730ed85a39e4f8619523f4685b6da89fb7954134fe2a10776255062b22d
diff --git a/app-misc/wildq/wildq-1.1.10.ebuild b/app-misc/wildq/wildq-1.1.10.ebuild
deleted file mode 100644
index 4e59a566aacc..000000000000
--- a/app-misc/wildq/wildq-1.1.10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line TOML/JSON/INI/YAML/XML processor using jq c bindings"
-HOMEPAGE="https://pypi.org/project/wildq/ https://github.com/ahmet2mir/wildq"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-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
-}