Install this version:
emerge -a =dev-python/regfile-generics-0.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/regfile-generics-0.1.0
Or alternatively:
emerge --autounmask-write -a =dev-python/regfile-generics-0.1.0
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
DESCRIPTION="Python abstraction layer for registerfile access"
HOMEPAGE="https://github.com/icglue/regfile_generics"
SRC_URI="https://github.com/icglue/regfile_generics/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
S="${WORKDIR}/regfile_generics-${PV}"
BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | regfile-generics-0.1.0.gh.tar.gz | 14055 bytes | https://github.com/icglue/regfile_generics/archive/0.1.0.tar.gz |