summaryrefslogtreecommitdiff
path: root/app-misc/wildq
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-misc/wildq
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-misc/wildq')
-rw-r--r--app-misc/wildq/Manifest4
-rw-r--r--app-misc/wildq/wildq-1.1.10.ebuild28
-rw-r--r--app-misc/wildq/wildq-1.1.11.ebuild2
3 files changed, 2 insertions, 32 deletions
diff --git a/app-misc/wildq/Manifest b/app-misc/wildq/Manifest
index 443e3af8f0a4..57feb4c8afba 100644
--- a/app-misc/wildq/Manifest
+++ b/app-misc/wildq/Manifest
@@ -1,5 +1,3 @@
-DIST wildq-1.1.10.tar.gz 16049 BLAKE2B ffb365e7dee7770a0ab52d189b59f1a8a9e6b2c8a63439d884b29fc7182b523eb38e2ada0ce9581d637fed9035dc5f7fc0197451bb4fcafd1d54746b0c0112af SHA512 cf10cd10757e6b933ecc11167c5ad4c548dfbfa9edad030458736ba6d29e816bb214c111fa96fa2625160d6403758d936c8374d6dc26b528e6ae22ed947de5bc
DIST wildq-1.1.11.tar.gz 16753 BLAKE2B f95db636b989b4cf99c7612779c2b4f57f7dd5b185741be017a85de546cdc675592f8c846ff2aa15a8afc416e61f780c1682c956de7125e020666e83ea6a7818 SHA512 474869d13c33ae5b053d4f135a288e1a778f201471def20b0f95c5ab16152c828f77a730ed85a39e4f8619523f4685b6da89fb7954134fe2a10776255062b22d
-EBUILD wildq-1.1.10.ebuild 822 BLAKE2B 78193a87c17a0524f5a0a9156e10a1e9cca986ffcf3f52c2b1473f1b49c36dab2a596a09b67b08718001ca3cf05f3faa09cd7da8b8062ae67be7a7a6cc2dade7 SHA512 b4119c91db98b4495d815c54addf0cf13cda44933eb41bcadbbbfabe04584116fddfe06e27f8b11858efb5921cd70585d1b8190945486d3927ec4af69eeea537
-EBUILD wildq-1.1.11.ebuild 827 BLAKE2B 5662478cff4066b41cc7e6d8a70c24970c432061f87dd7a1b484225a2e64fc839be05e859d898db5e096e6e21ee1605fdf9d055c68287dd7732f1bc336c40217 SHA512 33f529987b5de4abd5c4d196d7dc76602f7f5265cfb100a7bc7ab11c0a572fc0ccde60c3b5d0ade566fe4b7d3c7932a0a37c520881cbfe3467f1cee75e2d0e1d
+EBUILD wildq-1.1.11.ebuild 828 BLAKE2B 7224c560542a464d4ec40cd288e79539a575a6e68bc5e35e7487e88c5105345641a2fd8c6d1024e1c84baa9f54078061f9901245dd6c87c7a4604cef5283e760 SHA512 a03dd5f73676b29a85604326706f0097307a057e5f675c9aeec5b1544117fdabf412e8a2255b6540ce8812c2d150cb52cfb03c75a8f52617a8eed06e2e8049a1
MISC metadata.xml 508 BLAKE2B 695a62ad87abc092ce1239c3af2330b947ed2a80ba004e01e3ec5fe126adbfa1b8a49dd3553a5854806b8a6e1b438032fcb26c3e8f9897d5449052f6a321d9c7 SHA512 b8024902371a1aae89e30f807edc2626520791f14f1f9a1d63e310bc491d7c13a49518fbade2dbeeecb592bb1c1550d6e4a8b0df9d792551b8c3e7e56defd1a7
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
-}
diff --git a/app-misc/wildq/wildq-1.1.11.ebuild b/app-misc/wildq/wildq-1.1.11.ebuild
index 3daa9013b3be..227028c4c4cb 100644
--- a/app-misc/wildq/wildq-1.1.11.ebuild
+++ b/app-misc/wildq/wildq-1.1.11.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1