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 E854615801B for ; Sat, 8 Apr 2023 06:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88243E083E; Sat, 8 Apr 2023 06:08:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 155FEE0837 for ; Sat, 8 Apr 2023 06:08:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DC96340F9F for ; Sat, 8 Apr 2023 06:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F8BA23 for ; Sat, 8 Apr 2023 06:08:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1680934080.945386f4edb776e9a40ce91bf89de9125d0a8698.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yamlpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yamlpath/Manifest dev-python/yamlpath/yamlpath-3.7.0.ebuild X-VCS-Directories: dev-python/yamlpath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 945386f4edb776e9a40ce91bf89de9125d0a8698 X-VCS-Branch: master Date: Sat, 8 Apr 2023 06:08:07 +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: f84db137-39ca-419b-b364-deb8f944c463 X-Archives-Hash: 9df5e52ed62a25a6642906f123f3e402 commit: 945386f4edb776e9a40ce91bf89de9125d0a8698 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 8 06:02:21 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 8 06:08:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945386f4 dev-python/yamlpath: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/yamlpath/Manifest | 1 - dev-python/yamlpath/yamlpath-3.7.0.ebuild | 54 ------------------------------- 2 files changed, 55 deletions(-) diff --git a/dev-python/yamlpath/Manifest b/dev-python/yamlpath/Manifest index 110b75bf6bca..aed09cc84c7e 100644 --- a/dev-python/yamlpath/Manifest +++ b/dev-python/yamlpath/Manifest @@ -1,2 +1 @@ -DIST yamlpath-3.7.0.gh.tar.gz 224352 BLAKE2B 9a5483847fa765c3f06a4746b6c364ba66657f739383f0eeaac4f639bf44762bf1d3b7c468ec376d2d8d8bc6669daa60512f2202de6ec3407a5dd674d022f50e SHA512 d0ca007065f5efdc7c876d9596b37028881c4b3782f478f4dd87525cc6e316005bf23b930ea723bf524bc455c492c9eb07c50ccfc9333d9d794f110fa63dd268 DIST yamlpath-3.8.0.gh.tar.gz 227377 BLAKE2B 9a722a6f637144a8085c7b71c8ac0c966d2ff7eda7b7136614db06406024c21cdbf6b30d3a5cc7b78ba8e268d406c0db15f15130098b680a1ce36a6eb8d31b9c SHA512 8a91c1519a7a93b099c77d2f850dc775c0ca8147d3ea4eb96408bb3f53a102301c6a9b6d1c5c47580a59f701e8316ff49e27d4643c21c8bc87fb337e6982e91f diff --git a/dev-python/yamlpath/yamlpath-3.7.0.ebuild b/dev-python/yamlpath/yamlpath-3.7.0.ebuild deleted file mode 100644 index ad955b668138..000000000000 --- a/dev-python/yamlpath/yamlpath-3.7.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Command-line processors for YAML/JSON/Compatible data" -HOMEPAGE=" - https://github.com/wwkimball/yamlpath/ - https://github.com/wwkimball/yamlpath/wiki -" -SRC_URI=" - https://github.com/wwkimball/yamlpath/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/ruamel-yaml[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-console-scripts[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_prepare_all() { - sed -i -e '/ruamel\.yaml/d' setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - local EPYTEST_DESELECT=() - - if ! has_version "dev-ruby/hiera-eyaml"; then - EPYTEST_DESELECT+=( - tests/test_commands_eyaml_rotate_keys.py - tests/test_commands_yaml_merge.py::Test_commands_yaml_merge::test_yaml_syntax_error - tests/test_commands_yaml_paths.py::Test_yaml_paths::test_search_encrypted_values - ) - fi - - epytest -}