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 0C62015ACFB for ; Mon, 10 Apr 2023 21:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E6DCE0821; Mon, 10 Apr 2023 21:16:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3B20BE0821 for ; Mon, 10 Apr 2023 21:16:25 +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 71D3E335DE6 for ; Mon, 10 Apr 2023 21:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F83CA3D for ; Mon, 10 Apr 2023 21:16:18 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1681161373.305ec2d7fd3d2da60cc239fcf221b5a731862455.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/yq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/yq/Manifest app-misc/yq/yq-3.1.0-r1.ebuild X-VCS-Directories: app-misc/yq/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 305ec2d7fd3d2da60cc239fcf221b5a731862455 X-VCS-Branch: master Date: Mon, 10 Apr 2023 21:16:18 +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: 04332b58-5ea3-4596-b12d-d4b1ec08ea7c X-Archives-Hash: e945018be914cd8aa0bdf25d467c4459 commit: 305ec2d7fd3d2da60cc239fcf221b5a731862455 Author: Patrick McLean gentoo org> AuthorDate: Mon Apr 10 21:16:13 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Apr 10 21:16:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305ec2d7 app-misc/yq: drop 3.1.0-r1 Signed-off-by: Patrick McLean gentoo.org> app-misc/yq/Manifest | 1 - app-misc/yq/yq-3.1.0-r1.ebuild | 59 ------------------------------------------ 2 files changed, 60 deletions(-) diff --git a/app-misc/yq/Manifest b/app-misc/yq/Manifest index cac2fb398b93..eb00780860ba 100644 --- a/app-misc/yq/Manifest +++ b/app-misc/yq/Manifest @@ -1,3 +1,2 @@ -DIST yq-3.1.0.tar.gz 29627 BLAKE2B 9ebeec400462788613b256a29c9706f4d6a06ced8a86b72ce6128cea6bdf258a62ff18b643cea00d5170f68af798d28af324b3908fc3fdea83329bc5feaa5539 SHA512 bb55a9fde5c072d2341faacd76c54d7374fcc70789ddae4d06e36fd48d7ebd6462c8bff13042c39c3fedf191d70752fa2f94af3c69f52f754bca83c3f1f89004 DIST yq-3.1.1.tar.gz 30095 BLAKE2B 0f8ed3d23e1c1b65fae0164f34b19ab774308ee8ec9b5c21547c5eddf930c49750cdbee858b6b48bcd92d4146715f7e4c45dd976141dc5837c788e4ae68a51bc SHA512 f6d372fd406179121849330391ab5657e9bac3b6fb4d33673872d4649337fd60344fe01c534d1382cc35416919cd19b62287350d1f0f825f198fb9cc9bc58c1f DIST yq-3.2.1.tar.gz 30333 BLAKE2B ead106995dcd03bc729aabd07c20dff37cf42053378f9d73c20739cb10921619999df73852d69f397431c4a382d40735c751aff9676d66ab9edbc5480a5c6807 SHA512 5b696434c9b6520873f4b956370fe598e3ac8df544d8b4ebc0d7fa935d344e58d9b838f2133b02c9e35a8afc5193c309d36b4cd8dc7792aef17918b9704b58e0 diff --git a/app-misc/yq/yq-3.1.0-r1.ebuild b/app-misc/yq/yq-3.1.0-r1.ebuild deleted file mode 100644 index d40930f5ff57..000000000000 --- a/app-misc/yq/yq-3.1.0-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents" -HOMEPAGE=" - https://yq.readthedocs.io/ - https://github.com/kislyuk/yq/ - https://pypi.org/project/yq/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-misc/jq - dev-python/argcomplete[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] - dev-python/xmltodict[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/tomli[${PYTHON_USEDEP}] - ' 3.{8..10}) -" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/wheel[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/yq-2.13.0-tests.patch" - "${FILESDIR}/${P}-tomli.patch" -) - -python_prepare_all() { - sed -e 's:unittest.main():unittest.main(verbosity=2):' \ - -i test/test.py || die - - sed -r -e 's:[[:space:]]*"coverage",:: ; s:[[:space:]]*"flake8",::' \ - -i setup.py || die - - sed -e '/license_file/ d' -i setup.cfg || die - - distutils-r1_python_prepare_all -} - -python_test() { - "${EPYTHON}" test/test.py