From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44F311582EF for ; Sat, 15 Feb 2025 09:53:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 31AD13430DA for ; Sat, 15 Feb 2025 09:53:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BE3AA110477; Sat, 15 Feb 2025 09:53:17 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B8C55110477 for ; Sat, 15 Feb 2025 09:53:17 +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 6DD1D343077 for ; Sat, 15 Feb 2025 09:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FF4271C for ; Sat, 15 Feb 2025 09:53:14 +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: <1739613172.f2372c973c68c11eef42922597f526db3c35279b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tap-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tap-py/Manifest dev-python/tap-py/tap-py-3.1-r1.ebuild X-VCS-Directories: dev-python/tap-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2372c973c68c11eef42922597f526db3c35279b X-VCS-Branch: master Date: Sat, 15 Feb 2025 09:53:14 +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: 28573d81-8595-47d2-a567-e1a54a907b9d X-Archives-Hash: 20b1288d50cd19b13ca26fd22e9d6658 commit: f2372c973c68c11eef42922597f526db3c35279b Author: Michał Górny gentoo org> AuthorDate: Sat Feb 15 09:45:59 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 15 09:52:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2372c97 dev-python/tap-py: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/tap-py/Manifest | 1 - dev-python/tap-py/tap-py-3.1-r1.ebuild | 37 ---------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/tap-py/Manifest b/dev-python/tap-py/Manifest index 12a3024395b5..7032e7b0679a 100644 --- a/dev-python/tap-py/Manifest +++ b/dev-python/tap-py/Manifest @@ -1,2 +1 @@ -DIST tap.py-3.1.tar.gz 133208 BLAKE2B a41e4d6e06cfc4283ea8e1df1895569a35d7041721760a16a626d99e60bde0f4b45dc517408b67c893d1eafc3aebe9e7fab4eb158d1e13a0b99a85602beaf440 SHA512 4a3b5c5fb54ee1343cfee9bc154e812066d745c020a2c3391761c3e407b7b8428412c799df4963a385e4563ffe3b31e16055cb76ab5940ab6156e57dcf4a4d3a DIST tap_py-3.2.1.tar.gz 125390 BLAKE2B 561f55d46e3d2daca6f03f3c8bfe539b792d5853826da743726fb57d6d891d4698116af7c8cca54abff8ea43810a95eaba4e48f093e0b5033edc92d2920289b2 SHA512 231bffc49eb93f024d661b4f9e7b3bff61c84f00e31bfe25c8ac0a51d9548f31fb47c9b5d515c089c80fc748acfe5841e0be169ec9a1f6691c9509f3eacfe36d diff --git a/dev-python/tap-py/tap-py-3.1-r1.ebuild b/dev-python/tap-py/tap-py-3.1-r1.ebuild deleted file mode 100644 index 5413dae7df11..000000000000 --- a/dev-python/tap-py/tap-py-3.1-r1.ebuild +++ /dev/null @@ -1,37 +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 -PYPI_PN="tap.py" -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="Test Anything Protocol (TAP) tools" -HOMEPAGE=" - https://github.com/python-tap/tappy/ - https://pypi.org/project/tap.py/ -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - dev-python/babel[${PYTHON_USEDEP}] - test? ( - dev-python/more-itertools[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest -distutils_enable_sphinx docs - -pkg_postinst() { - optfeature "YAML blocks associated with test results" \ - "dev-python/more-itertools dev-python/pyyaml" -}