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 50DD015814C for ; Wed, 15 Nov 2023 17:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42CF92BC020; Wed, 15 Nov 2023 17:10:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DBE32BC020 for ; Wed, 15 Nov 2023 17:10:12 +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 4D9CF335DB6 for ; Wed, 15 Nov 2023 17:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FC5311A5 for ; Wed, 15 Nov 2023 17:10:09 +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: <1700067980.3e277dca4683b7fbb673e3aa905677c68a5972d7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autopage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/autopage/Manifest dev-python/autopage/autopage-0.5.1.ebuild X-VCS-Directories: dev-python/autopage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e277dca4683b7fbb673e3aa905677c68a5972d7 X-VCS-Branch: master Date: Wed, 15 Nov 2023 17:10:09 +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: 5c4097b4-454d-452a-a3f7-d927fdc88014 X-Archives-Hash: 2352808b025b44505d34c608b625daab commit: 3e277dca4683b7fbb673e3aa905677c68a5972d7 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 15 17:06:20 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 15 17:06:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e277dca dev-python/autopage: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/autopage/Manifest | 1 - dev-python/autopage/autopage-0.5.1.ebuild | 44 ------------------------------- 2 files changed, 45 deletions(-) diff --git a/dev-python/autopage/Manifest b/dev-python/autopage/Manifest index 746b49f9bf13..1149a2b74668 100644 --- a/dev-python/autopage/Manifest +++ b/dev-python/autopage/Manifest @@ -1,2 +1 @@ -DIST autopage-0.5.1.gh.tar.gz 21406 BLAKE2B 45d67443fa882d6f824ea71a8f9d20eb1ae789a271d84dc566a2535de631b5ce644aa28f51c5be1db818194e39628b6526ac087cd6eccc425132f15fafda10e9 SHA512 3d6e10c222566fd5f5e07e3247ebe19ce7ffe3b4baf9948741ee9a8aaafbefb0fcfaf4b26f0a4a6392615e73c7e8539c9bcbff1112a291c193c0b653f33e8657 DIST autopage-0.5.2.gh.tar.gz 21904 BLAKE2B 73597326f6d22d4cac9c9969edc0e6fc23f555d149947aa3aa81529347928a3f9112e9fb15a3ad65e17274ed308fb6fe20810d8364415fe7e59ab1bd47411361 SHA512 68e76dd4c4f049785e226eae499be85139bf57c59fd2161f5bb9df66878541e39a3edc1806f42382bd2d9a922cbdace0d05b60366f72d9a39c31fc39eae05883 diff --git a/dev-python/autopage/autopage-0.5.1.ebuild b/dev-python/autopage/autopage-0.5.1.ebuild deleted file mode 100644 index 4a683e92c60e..000000000000 --- a/dev-python/autopage/autopage-0.5.1.ebuild +++ /dev/null @@ -1,44 +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_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="A library to provide automatic paging for console output" -HOMEPAGE=" - https://github.com/zaneb/autopage/ - https://pypi.org/project/autopage/ -" -SRC_URI=" - https://github.com/zaneb/autopage/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - test? ( - dev-python/fixtures[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -src_prepare() { - sed -e 's/test_short_streaming_output/_&/' \ - -e 's/test_interrupt_early/_&/' \ - -i autopage/tests/test_end_to_end.py || die - - distutils-r1_src_prepare -} - -python_test() { - unset LESS PAGER - eunittest -}