gentoo/dev-python/pkg-resources/pkg-resources-0.ebuild
Michał Górny c8dd68906f
dev-python/pkg-resources: Add a v0 as compat shim for old setuptools
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2026-03-25 10:39:31 +01:00

25 lines
571 B
Bash

# 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}]
"