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 550241582EF for ; Mon, 17 Feb 2025 20:47:48 +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 404E9343179 for ; Mon, 17 Feb 2025 20:47:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AFBD111047E; Mon, 17 Feb 2025 20:47:20 +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 AAC3111047E for ; Mon, 17 Feb 2025 20:47:20 +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 60C6334316E for ; Mon, 17 Feb 2025 20:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDEE427ED for ; Mon, 17 Feb 2025 20:47:16 +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: <1739825225.f27858b0900ca501b897f3c7de59a7366cedd7d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/roman-numerals-py/Manifest dev-python/roman-numerals-py/metadata.xml dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild X-VCS-Directories: dev-python/roman-numerals-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f27858b0900ca501b897f3c7de59a7366cedd7d2 X-VCS-Branch: master Date: Mon, 17 Feb 2025 20:47:16 +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: 44929b1f-b6d7-4a1a-b596-590a12594281 X-Archives-Hash: 88352b61248e1d264e8500f45bbbfcd1 commit: f27858b0900ca501b897f3c7de59a7366cedd7d2 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 17 16:28:41 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 17 20:47:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27858b0 dev-python/roman-numerals-py: New package, v2.0.0 New NIH dependency for dev-python/sphinx. Signed-off-by: Michał Górny gentoo.org> dev-python/roman-numerals-py/Manifest | 1 + dev-python/roman-numerals-py/metadata.xml | 12 ++++++++++++ .../roman-numerals-py-2.0.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/roman-numerals-py/Manifest b/dev-python/roman-numerals-py/Manifest new file mode 100644 index 000000000000..6142e67959fc --- /dev/null +++ b/dev-python/roman-numerals-py/Manifest @@ -0,0 +1 @@ +DIST roman_numerals_py-2.0.0.tar.gz 8747 BLAKE2B 55998af1542f61aa0ac8a6bdf11aa6c4ef99f91a8d72df0194659f7b679a07b69f2a67ed71beca373d6c3c8843fd9c7149918755cb97ceaea3d6d9153321e5fd SHA512 c67d0f0c8244449694693c081a5291da7742ad19ede1447da06526bc8edb0f7f20b4778040f052ad104d6c5079c63fd052197fb2f0414d855c9531faa20b2041 diff --git a/dev-python/roman-numerals-py/metadata.xml b/dev-python/roman-numerals-py/metadata.xml new file mode 100644 index 000000000000..5510aeea4eda --- /dev/null +++ b/dev-python/roman-numerals-py/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + AA-Turner/roman-numerals + roman-numerals-py + + diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild new file mode 100644 index 000000000000..b4e159b8f1df --- /dev/null +++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t ) + +inherit distutils-r1 pypi + +DESCRIPTION="Manipulate roman numerals" +HOMEPAGE=" + https://github.com/AA-Turner/roman-numerals/ + https://pypi.org/project/roman-numerals-py/ +" + +LICENSE="|| ( 0BSD CC0-1.0 )" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest