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 0E45B158083 for ; Sat, 14 Sep 2024 12:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61F07E29C2; Sat, 14 Sep 2024 12:32:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4B9C3E29C3 for ; Sat, 14 Sep 2024 12:32:43 +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 9732734106C for ; Sat, 14 Sep 2024 12:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81B5A2800 for ; Sat, 14 Sep 2024 12:32:39 +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: <1726317153.6b2c7d86c091bf462c7a717c58c2eecfe95e2655.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progressbar2/Manifest dev-python/progressbar2/progressbar2-4.4.2.ebuild X-VCS-Directories: dev-python/progressbar2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b2c7d86c091bf462c7a717c58c2eecfe95e2655 X-VCS-Branch: master Date: Sat, 14 Sep 2024 12:32:39 +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: e7840a73-b212-48d1-b863-d18509f6ed88 X-Archives-Hash: efd3981bee3e64de539ac866adeede73 commit: 6b2c7d86c091bf462c7a717c58c2eecfe95e2655 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 14 12:28:55 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 14 12:32:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2c7d86 dev-python/progressbar2: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/progressbar2/Manifest | 1 - dev-python/progressbar2/progressbar2-4.4.2.ebuild | 44 ----------------------- 2 files changed, 45 deletions(-) diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest index c2a5750a2dd1..3f58da7d31a1 100644 --- a/dev-python/progressbar2/Manifest +++ b/dev-python/progressbar2/Manifest @@ -1,2 +1 @@ -DIST progressbar2-4.4.2.tar.gz 101342 BLAKE2B 67625a794bd19a4ed78be25789980038c69a6590277f085befeef805397972ff1160543814523c425218e019647f1c1641451198e2dd08a5f8eacd9e507a04af SHA512 705383badb3943d3d339854d02ee4114f0e76261373deb8f9aff00fe6aae7f37bacccbbc673c2cb36114c7f8ebbafa96a06408ce6e90c3d26a2e2c65ece86958 DIST progressbar2-4.5.0.tar.gz 101449 BLAKE2B 3c4adc503d1b6e0121dd579719aa6758a52459cf7c2d63016032edd89d9f22918b1e0b497237b1658f703d790273feb64818e420b752a5f0e04e99e75042fc1d SHA512 84d13cce516aebc184285479849a1f4d16d16bbd48c7eab55c28ce131f5c770d97368df1ca57499a59e4d2994bce5a0cef7cc3d7c3a358b2dd6beba785f5db33 diff --git a/dev-python/progressbar2/progressbar2-4.4.2.ebuild b/dev-python/progressbar2/progressbar2-4.4.2.ebuild deleted file mode 100644 index 31edc8ce4b9e..000000000000 --- a/dev-python/progressbar2/progressbar2-4.4.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Text progressbar library for python" -HOMEPAGE=" - https://progressbar-2.readthedocs.io/ - https://github.com/WoLpH/python-progressbar/ - https://pypi.org/project/progressbar2/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ~x86" - -RDEPEND=" - >=dev-python/python-utils-3.8.1[${PYTHON_USEDEP}] - !dev-python/progressbar -" -BDEPEND=" - test? ( - >=dev-python/dill-0.3.6[${PYTHON_USEDEP}] - >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/cov/d' pytest.ini || die - default -} - -python_test() { - local -x PYTHONDONTWRITEBYTECODE=1 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest tests -}