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 BA3E91580EB for ; Wed, 21 May 2025 17:22:16 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A3120343179 for ; Wed, 21 May 2025 17:22:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 943461103DE; Wed, 21 May 2025 17:22:15 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8681F1103DE for ; Wed, 21 May 2025 17:22:15 +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 28F6D343178 for ; Wed, 21 May 2025 17:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B97119E5 for ; Wed, 21 May 2025 17:22:13 +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: <1747847451.ee1c2b4206a558ffe79e5406368af43d4217cdb1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/forbiddenfruit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/forbiddenfruit/Manifest dev-python/forbiddenfruit/forbiddenfruit-0.1.4.ebuild dev-python/forbiddenfruit/metadata.xml X-VCS-Directories: dev-python/forbiddenfruit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee1c2b4206a558ffe79e5406368af43d4217cdb1 X-VCS-Branch: master Date: Wed, 21 May 2025 17:22:13 +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: 4cac2c09-56c7-486f-bd40-c24f6cd949f9 X-Archives-Hash: a7c73ab6e9fad717de0f343051022643 commit: ee1c2b4206a558ffe79e5406368af43d4217cdb1 Author: Michał Górny gentoo org> AuthorDate: Wed May 21 15:50:56 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 21 17:10:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1c2b42 dev-python/forbiddenfruit: New package, v0.1.4 Needed for dev-python/blockbuster. It is unmaintained for years, but apparently works up to Python 3.14 for what they need it for. The test suite needs fixing, though. Signed-off-by: Michał Górny gentoo.org> dev-python/forbiddenfruit/Manifest | 1 + .../forbiddenfruit/forbiddenfruit-0.1.4.ebuild | 24 ++++++++++++++++++++++ dev-python/forbiddenfruit/metadata.xml | 12 +++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/forbiddenfruit/Manifest b/dev-python/forbiddenfruit/Manifest new file mode 100644 index 000000000000..352aada6fd32 --- /dev/null +++ b/dev-python/forbiddenfruit/Manifest @@ -0,0 +1 @@ +DIST forbiddenfruit-0.1.4.tar.gz 43756 BLAKE2B 0fc5d2b313807ae6645f086844162408901e890bfb689f3f585ba452e5a788767c34da2574059a73a8d5d9c2e46c9811d4bc7f00eaf74bc60607229be7735d16 SHA512 88f8751a9ca1d475eb74114787a7aeda02973e9bc2c4bbb08de8a4d6fe05c6fb82db093aace8f718caaaeb8b06c89112e5f418b8ee4d903cc6183ddfa2cdb087 diff --git a/dev-python/forbiddenfruit/forbiddenfruit-0.1.4.ebuild b/dev-python/forbiddenfruit/forbiddenfruit-0.1.4.ebuild new file mode 100644 index 000000000000..05ef3b30106e --- /dev/null +++ b/dev-python/forbiddenfruit/forbiddenfruit-0.1.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 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="Patch built-in Python objects" +HOMEPAGE=" + https://github.com/clarete/forbiddenfruit/ + https://pypi.org/project/forbiddenfruit/ +" + +LICENSE="|| ( GPL-3 MIT )" +SLOT="0" +KEYWORDS="~amd64" +# This is currently tested via dev-python/blockbuster +# TODO: fix a subset of tests to work directly +RESTRICT="test" + +#distutils_enable_tests pytest diff --git a/dev-python/forbiddenfruit/metadata.xml b/dev-python/forbiddenfruit/metadata.xml new file mode 100644 index 000000000000..198d0ddd5df8 --- /dev/null +++ b/dev-python/forbiddenfruit/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + clarete/forbiddenfruit + forbiddenfruit + +