Install this version:
emerge -a =dev-python/construct-classes-0.2.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/construct-classes-0.2.3
Or alternatively:
emerge --autounmask-write -a =dev-python/construct-classes-0.2.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.3 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..15} )
inherit distutils-r1
DESCRIPTION="Parse your binary structs into dataclasses"
HOMEPAGE="https://github.com/matejcik/construct-classes"
SRC_URI="https://github.com/matejcik/construct-classes/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/construct-2.10[${PYTHON_USEDEP}]
<dev-python/construct-3
"
distutils_enable_tests pytest
#RESTRICT="test"
#python_prepare_all(){
# sed -i '/^include =/d' pyproject.toml || die
# distutils-r1_python_prepare_all
#}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | construct-classes-0.2.3.gh.tar.gz | 5157 bytes | https://github.com/matejcik/construct-classes/archive/refs/tags/v0.2.3.tar.gz |