gentoo/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
Arthur Zamarin 4407e9ef43
dev-python/dependency-groups: Keyword 1.3.1 alpha, #954773
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-05-16 19:04:22 +03:00

26 lines
529 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="A tool for resolving PEP 735 Dependency Group data"
HOMEPAGE="
https://github.com/pypa/dependency-groups/
https://pypi.org/project/dependency-groups/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~riscv ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest