# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( pypy3 python3_{11..13} ) inherit distutils-r1 git-r3 DESCRIPTION="Cross-Platform Windows Registry Browser" HOMEPAGE="https://github.com/williballenthin/python-registry https://pypi.org/project/python-registry" EGIT_REPO_URI="https://github.com/williballenthin/python-registry.git" EGIT_TAG="${PV}" LICENSE="Apache-2" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" DEPEND="" RDEPEND="" python_test() { "${PYTHON}" setup.py test || die }