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 B85EB15808A for ; Sat, 02 Aug 2025 16:15:25 +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 A45E6340E1E for ; Sat, 02 Aug 2025 16:15:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57DFD11056A; Sat, 02 Aug 2025 16:15:05 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5191B11056A for ; Sat, 02 Aug 2025 16:15:05 +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 09FA4335CB4 for ; Sat, 02 Aug 2025 16:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5404032BD for ; Sat, 02 Aug 2025 16:15:02 +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: <1754151045.468603a65ea151656347a00e25d701415e864f37.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/roman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/roman/Manifest dev-python/roman/roman-5.0.ebuild X-VCS-Directories: dev-python/roman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 468603a65ea151656347a00e25d701415e864f37 X-VCS-Branch: master Date: Sat, 02 Aug 2025 16:15:02 +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: 8ac6883d-65f6-46fd-8b4a-0286c289bd2a X-Archives-Hash: f21ff92105734f1bbeb670c5b42092d8 commit: 468603a65ea151656347a00e25d701415e864f37 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 2 16:10:45 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 2 16:10:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468603a6 dev-python/roman: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/roman/Manifest | 1 - dev-python/roman/roman-5.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest index 846f452682a7..bcfd52457ea6 100644 --- a/dev-python/roman/Manifest +++ b/dev-python/roman/Manifest @@ -1,2 +1 @@ -DIST roman-5.0.tar.gz 7664 BLAKE2B 1e3b8f90eba33abe7bc061ca30b8f12da23976fc15315923813c97a9f9dfc5909de475c3db752f015aa34faa775165cd8518ede5c9a8b1a87da5778abf964305 SHA512 9acd5d1587338497080066d3cd01c0a2cf007c664145514acaaa38cbbd6bbc6eac55469db9015dcd050a2457c69837dd9cdccf110a771f6b09c2a9bd59de8c4e DIST roman-5.1.tar.gz 8066 BLAKE2B 4731e6974a5f6f4063af1efe1fd7283031e18b233df83f9edee944e36b2a0f252fdf8c17407babe00102671ff0e8798cf426a9fea56b6612a14ab902e01b29fe SHA512 f8a57d37b46d2f1fb11247d3c461848aac9696798111b3b4db32adfb23b97e3f06bdfa4dceb7a37023ee57552a93afba2bdafb5f6006846b45d4ea6004b80398 diff --git a/dev-python/roman/roman-5.0.ebuild b/dev-python/roman/roman-5.0.ebuild deleted file mode 100644 index f3db6871e195..000000000000 --- a/dev-python/roman/roman-5.0.ebuild +++ /dev/null @@ -1,26 +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} ) - -inherit distutils-r1 pypi - -DESCRIPTION="An Integer to Roman numerals converter" -HOMEPAGE=" - https://pypi.org/project/roman/ - https://github.com/zopefoundation/roman -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -distutils_enable_tests unittest - -python_prepare_all() { - mv "${S}/src/tests.py" . || die "moving test file failed" - distutils-r1_python_prepare_all -}