Install this version:
emerge -a =dev-python/dtfabric-20240211
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/dtfabric-20240211
Or alternatively:
emerge --autounmask-write -a =dev-python/dtfabric-20240211
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20240211 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="YAML-based definition language to specify format and data types"
HOMEPAGE="https://github.com/libyal/dtfabric"
HASH_COMMIT=${PV}
SRC_URI="https://github.com/libyal/dtfabric/archive/refs/tags/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="
>=dev-python/pip-7.0.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
test? (
>=dev-python/mock-2.0.0
>=dev-python/pbr-4.2.0
>=dev-python/six-1.1.0
)
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
distutils_enable_tests unittest
src_prepare() {
sed -i -e "s#share/doc/${PN}#share/doc/${PF}#;" setup.py || die
distutils-r1_src_prepare
}
Manage flags for this package:
euse -i <flag> -p dev-python/dtfabric |
euse -E <flag> -p dev-python/dtfabric |
euse -D <flag> -p dev-python/dtfabric
>=dev-python/pip-7.0.0[] >=dev-python/pyyaml-3.10[] test? ( >=dev-python/mock-2.0.0 >=dev-python/pbr-4.2.0 >=dev-python/six-1.1.0 )
>=dev-python/pip-7.0.0[] >=dev-python/pyyaml-3.10[] test? ( >=dev-python/mock-2.0.0 >=dev-python/pbr-4.2.0 >=dev-python/six-1.1.0 )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dtfabric-20240211.tar.gz | 69624 bytes | https://github.com/libyal/dtfabric/archive/refs/tags/20240211.tar.gz |