| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 git-r3
DESCRIPTION="Parse and create Python distribution metadata"
HOMEPAGE="https://github.com/repo-helper/dist-meta"
EGIT_REPO_URI="https://github.com/repo-helper/${PN}.git"
LICENSE="MIT"
SLOT="0"
RESTRICT="test"
PROPERTIES="test_network"
RDEPEND="dev-python/domdf-python-tools[${PYTHON_USEDEP}]
dev-python/handy-archives[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]"
BDEPEND="dev-python/hatch-requirements-txt[${PYTHON_USEDEP}]
test? ( dev-python/apeye[${PYTHON_USEDEP}]
dev-python/coincidence[${PYTHON_USEDEP}]
dev-python/first[${PYTHON_USEDEP}]
dev-python/pypi-json[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
EPYTEST_IGNORE=(
# https://github.com/repo-helper/dist-meta/issues/21
tests/test_metadata_top_packages.py
)
dev-python/domdf-python-tools[${PYTHON_USEDEP}]
dev-python/handy-archives[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/hatch-requirements-txt[${PYTHON_USEDEP}]
test? ( dev-python/apeye[${PYTHON_USEDEP}]
dev-python/coincidence[${PYTHON_USEDEP}]
dev-python/first[${PYTHON_USEDEP}]
dev-python/pypi-json[${PYTHON_USEDEP}] )