dev-python/pkg-resources - 0 (gentoo)

Search

Deprecated: This version is deprecated.

Reason: Backwards compatibility package for pkg_resources that have been removed from >=dev-python/setuptools-82. Please migrate to importlib.{metadata,resources} and/or dev-python/packaging.

Deprecated by Michał Górny on 2026-03-25

Package Information

Description:
pkg_resources compatibility shim
Homepage:
https://github.com/pypa/setuptools/ https://pypi.org/project/setuptools/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..14} pypy3_11 )

inherit python-r1

DESCRIPTION="pkg_resources compatibility shim"
HOMEPAGE="
	https://github.com/pypa/setuptools/
	https://pypi.org/project/setuptools/
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND="
	${PYTHON_DEPS}
	<dev-python/setuptools-82[${PYTHON_USEDEP}]
"

Dependencies

RDEPEND

	${PYTHON_DEPS}
	<dev-python/setuptools-82[${PYTHON_USEDEP}]