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 <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-21 17:50:56 +02:00
parent 85ddb104b6
commit ee1c2b4206
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST forbiddenfruit-0.1.4.tar.gz 43756 BLAKE2B 0fc5d2b313807ae6645f086844162408901e890bfb689f3f585ba452e5a788767c34da2574059a73a8d5d9c2e46c9811d4bc7f00eaf74bc60607229be7735d16 SHA512 88f8751a9ca1d475eb74114787a7aeda02973e9bc2c4bbb08de8a4d6fe05c6fb82db093aace8f718caaaeb8b06c89112e5f418b8ee4d903cc6183ddfa2cdb087

View File

@@ -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

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">clarete/forbiddenfruit</remote-id>
<remote-id type="pypi">forbiddenfruit</remote-id>
</upstream>
</pkgmetadata>