dev-python/fields: Remove last-rited pkg

Bug: https://bugs.gentoo.org/978175
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-21 17:40:35 +02:00
parent d060e5f846
commit b7f5aecef6
4 changed files with 0 additions and 56 deletions

View File

@@ -1 +0,0 @@
DIST fields-5.0.0.tar.gz 36232 BLAKE2B 7e5ebc5b7c76b456acbe02e0b325685776c573dd0715e27402e5245e04f3c54e6e0ac04b8780a50d9b560cb5fbb664bca6a3addc76666f012aa2427140dbf870 SHA512 3d80b9c6a1d0a43568045fc25422b0db783c84e2e3f2be8b1d41b0150f48fef58736d863d06b4562b29190cd6dc2616829faab8e901b7268ac2e9e63e996180e

View File

@@ -1,41 +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} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Container class boilerplate killer"
HOMEPAGE="
https://github.com/ionelmc/python-fields/
https://pypi.org/project/fields/
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
BDEPEND="
test? (
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/characteristic[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
python_prepare_all() {
sed -r \
-e "/--benchmark-disable/d" \
-e 's|\[pytest\]|\[tool:pytest\]|' \
-i setup.cfg || die
distutils-r1_python_prepare_all
}
python_test() {
epytest --ignore tests/test_perf.py tests
}

View File

@@ -1,13 +0,0 @@
<?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>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">ionelmc/python-fields</remote-id>
<remote-id type="pypi">fields</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -159,7 +159,6 @@ app-arch/p7zip
# No revdeps left.
# Removal on 2026-08-12. Bug #978175.
dev-python/characteristic
dev-python/fields
# Andreas Sturmlechner <asturm@gentoo.org> (2026-07-07)
# dev-embedded/ponyprog destabilisation mask, bug #978907