dev-python/python-registry - 1.4 (zGentoo)

Search

Package Information

Description:
Cross-Platform Windows Registry Browser
Homepage:
https://github.com/williballenthin/python-registry https://pypi.org/project/python-registry
License:
Apache-2

Ebuild Details

Version EAPI Keywords Slot
1.4 8 amd64 ~x86 0
View Raw Ebuild
# 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
}

USE Flags