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 92D5515808A for ; Sat, 19 Jul 2025 11:06:54 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7E681340D5F for ; Sat, 19 Jul 2025 11:06:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 37856110569; Sat, 19 Jul 2025 11:06:35 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2E92A110569 for ; Sat, 19 Jul 2025 11:06:35 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF712340D20 for ; Sat, 19 Jul 2025 11:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C05BB3246 for ; Sat, 19 Jul 2025 11:06:32 +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: <1752923181.7342b66f22964fd4b7ae86ac73ca3cba96cf2407.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progress/Manifest dev-python/progress/progress-1.6-r1.ebuild X-VCS-Directories: dev-python/progress/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7342b66f22964fd4b7ae86ac73ca3cba96cf2407 X-VCS-Branch: master Date: Sat, 19 Jul 2025 11:06:32 +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: 0bf83d22-9d17-477f-a36e-6fe5c0799f90 X-Archives-Hash: a3318c5017833cc166bc836f9a92315f commit: 7342b66f22964fd4b7ae86ac73ca3cba96cf2407 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 19 10:54:25 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 19 11:06:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7342b66f dev-python/progress: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/progress/Manifest | 1 - dev-python/progress/progress-1.6-r1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/progress/Manifest b/dev-python/progress/Manifest index 45dc8227eab9..4b690c1fc523 100644 --- a/dev-python/progress/Manifest +++ b/dev-python/progress/Manifest @@ -1,2 +1 @@ DIST progress-1.6.1.tar.gz 7164 BLAKE2B 94d58891b82bd8b510e15c42232221c6aac694d65a05716b7baa6be54d73dcd25ebab1ef3399dde91673a6c28ce2174627a707429626f2aa3a59ee61a4c8f400 SHA512 77699f6d901f6ce80de20b8d1aa5046db32aef7e26c2e834ff9ee0db6e9242fece48373a7d4a4de946eb73dbf901ccb595755cc06a48efe7ce60d84d17e18454 -DIST progress-1.6.tar.gz 7842 BLAKE2B 102f1ac481b5d5007d72b02f5451ad4bf7ef986be35034f68fc94108025ea274494d3d9fe56b9473c8ea6ca4abc2cfc458b453550d180fcf567f8a5c5feeafe6 SHA512 58a614bba5a7273a42ba5e9607b3a965fec17f26a4f24563d4c13679ea32b23dda7509c5da81a2a34bebeeedd91154d0457ab8dac95cc7a092add2567249cc94 diff --git a/dev-python/progress/progress-1.6-r1.ebuild b/dev-python/progress/progress-1.6-r1.ebuild deleted file mode 100644 index 08f19eebdc3d..000000000000 --- a/dev-python/progress/progress-1.6-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Easy to use progress bars" -HOMEPAGE=" - https://github.com/verigak/progress/ - https://pypi.org/project/progress/ -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" - -python_test() { - "${EPYTHON}" test_progress.py || die "Tests fail with ${EPYTHON}" -}