From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF71B15802E for ; Tue, 25 Jun 2024 09:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D29A2BC013; Tue, 25 Jun 2024 09:10:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F7D32BC014 for ; Tue, 25 Jun 2024 09:10:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AFD534302E for ; Tue, 25 Jun 2024 09:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD43A1D31 for ; Tue, 25 Jun 2024 09:10:56 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1718805804.0fbcd6feec6a04a6fed514d2d5346870b2345a3d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/jsonpath-rw-ext/, profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/jsonpath-rw-ext/Manifest dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild dev-python/jsonpath-rw-ext/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-python/jsonpath-rw-ext/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0fbcd6feec6a04a6fed514d2d5346870b2345a3d X-VCS-Branch: master Date: Tue, 25 Jun 2024 09:10:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 262114d5-b58c-4852-8b2f-ecae1f80cacf X-Archives-Hash: 32b7d5e6ee340b2e39f4cbaeacf73241 commit: 0fbcd6feec6a04a6fed514d2d5346870b2345a3d Author: Takuya Wakazono gmail com> AuthorDate: Wed Jun 19 14:03:24 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jun 19 14:03:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0fbcd6fe dev-python/jsonpath-rw-ext: treeclean Bug: https://bugs.gentoo.org/932269 Signed-off-by: Takuya Wakazono gmail.com> dev-python/jsonpath-rw-ext/Manifest | 1 - .../jsonpath-rw-ext-1.2.2-r1.ebuild | 40 ---------------------- dev-python/jsonpath-rw-ext/metadata.xml | 10 ------ profiles/package.mask | 1 - 4 files changed, 52 deletions(-) diff --git a/dev-python/jsonpath-rw-ext/Manifest b/dev-python/jsonpath-rw-ext/Manifest deleted file mode 100644 index e8a03f93b..000000000 --- a/dev-python/jsonpath-rw-ext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jsonpath-rw-ext-1.2.2.tar.gz 20581 BLAKE2B eec62ee71fd234d5f7b8d2e091bdbf8b4bb2ec2780730b8ef77a466111b2fb3cbfc89b84c9e7905b53315150a28d4d84e7f251970d3a9b9002a5dbadf08b45b0 SHA512 28ca708023a942665c946d3e0ec618488f7d30d832e4ad0748d6c7019849f2ad19e3629c4452ab461b9c14d71f3360a4590357637f95ea44f8bc3b4544d5e0af diff --git a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild deleted file mode 100644 index d7754b790..000000000 --- a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Extensions for JSONPath RW" -HOMEPAGE=" - https://pypi.org/project/jsonpath-rw-ext/ - https://github.com/sileht/python-jsonpath-rw-ext -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/pbr-1.8[${PYTHON_USEDEP}] - >=dev-python/jsonpath-rw-1.2.0[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - ) -" - -EPYTEST_DESELECT=( - jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value - jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions -) - -distutils_enable_tests pytest diff --git a/dev-python/jsonpath-rw-ext/metadata.xml b/dev-python/jsonpath-rw-ext/metadata.xml deleted file mode 100644 index 928177122..000000000 --- a/dev-python/jsonpath-rw-ext/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - https://github.com/sileht/python-jsonpath-rw-ext/issues - jsonpath-rw-ext - sileht/python-jsonpath-rw-ext - - diff --git a/profiles/package.mask b/profiles/package.mask index bd8ebce85..e8826bf06 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -58,7 +58,6 @@ net-p2p/ipfs-cluster # Inactive upstream. No revdeps. # Removal on 2024/06/19 dev-python/jsonpath-rw -dev-python/jsonpath-rw-ext # Julien Roy (2024-03-21) # sys-libs/libucontext is masked in ::gentoo