dev-python/construct-classes - 0.1.2 (jjakob)

Search

Package Information

Description:
arse your binary structs into dataclasses
Homepage:
https://github.com/matejcik/construct-classes
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.2 8 ~amd64 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=poetry
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1

DESCRIPTION="arse your binary structs into dataclasses"
HOMEPAGE="https://github.com/matejcik/construct-classes"
SRC_URI="https://github.com/matejcik/${PN}/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
"

RESTRICT="test"

python_prepare_all(){
	sed -i '/^include =/d' pyproject.toml || die
	distutils-r1_python_prepare_all
}

Dependencies

RDEPEND

	>=dev-python/construct-2.10[${PYTHON_USEDEP}]
	<dev-python/construct-3

Manifest for 0.1.2

Type File Size Source URLs
DIST construct-classes-0.1.2.gh.tar.gz 11517 bytes https://github.com/matejcik/construct-classes/archive/refs/tags/v0.1.2.tar.gz