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 52D5115800F for ; Fri, 27 Jan 2023 20:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FB05E0BB1; Fri, 27 Jan 2023 20:10:19 +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 89B98E0BB1 for ; Fri, 27 Jan 2023 20:10:19 +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 BDB4C34112F for ; Fri, 27 Jan 2023 20:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0822D8AE for ; Fri, 27 Jan 2023 20:10:13 +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: <1674850206.696bbdc760d2e72ca83eb9cc609beca547b00d2a.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.6.9.ebuild X-VCS-Directories: dev-python/yamlpath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 696bbdc760d2e72ca83eb9cc609beca547b00d2a X-VCS-Branch: master Date: Fri, 27 Jan 2023 20:10:13 +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: 3b102ed3-2e47-4620-963e-f299167c2391 X-Archives-Hash: 0ebe83dfe7330aab39fcb7e4576d5146 commit: 696bbdc760d2e72ca83eb9cc609beca547b00d2a Author: Michał Górny gentoo org> AuthorDate: Fri Jan 27 20:06:29 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 27 20:10:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696bbdc7 dev-python/yamlpath: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/yamlpath/Manifest | 1 - dev-python/yamlpath/yamlpath-3.6.9.ebuild | 39 ------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/yamlpath/Manifest b/dev-python/yamlpath/Manifest index a1716d054ec1..03ad0cc241b7 100644 --- a/dev-python/yamlpath/Manifest +++ b/dev-python/yamlpath/Manifest @@ -1,2 +1 @@ -DIST yamlpath-3.6.9.gh.tar.gz 220753 BLAKE2B 8110cfccc7376b17bf0248e7a1b4b09962e7180629c3dc0ca5e9106d64a4ce0f3ff3c5aa626ed388ba13d412fb3d0b08d4d8a659c0322a249c28cad5283e133b SHA512 8a7802b890a32423c85f24fc39d7d614a87f30f72ca0e77621ba10eb69fed4bb3c8fa70f687ab30eab1f08036c14a03b4a007332246a5cdf5b15ea47b7280bd4 DIST yamlpath-3.7.0.gh.tar.gz 224352 BLAKE2B 9a5483847fa765c3f06a4746b6c364ba66657f739383f0eeaac4f639bf44762bf1d3b7c468ec376d2d8d8bc6669daa60512f2202de6ec3407a5dd674d022f50e SHA512 d0ca007065f5efdc7c876d9596b37028881c4b3782f478f4dd87525cc6e316005bf23b930ea723bf524bc455c492c9eb07c50ccfc9333d9d794f110fa63dd268 diff --git a/dev-python/yamlpath/yamlpath-3.6.9.ebuild b/dev-python/yamlpath/yamlpath-3.6.9.ebuild deleted file mode 100644 index 57cf84eea746..000000000000 --- a/dev-python/yamlpath/yamlpath-3.6.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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}] - dev-ruby/hiera-eyaml - ) -" - -distutils_enable_tests --install pytest - -python_prepare_all() { - sed -e '/ruamel\.yaml/d' \ - -e '/pytest-cov/d' \ - -e "/find_packages/s/()/(exclude=\['tests'\])/" \ - -i setup.py || die - - distutils-r1_python_prepare_all -}