Install this version:
emerge -a =dev-python/imsvdex-1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/imsvdex-1.2
Or alternatively:
emerge --autounmask-write -a =dev-python/imsvdex-1.2
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="This module takes the VDEX-XML objects and offers an API to them."
HOMEPAGE="https://github.com/collective/imsvdex"
SRC_URI="https://github.com/collective/imsvdex/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="D-FSL"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="test"
RESTRICT="mirror
!test? ( test )"
RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
BDEPEND="test? ( ${RDEPEND} )"
src_prepare() {
eapply "${FILESDIR}/${PN}-${PV}-assertequal.patch"
eapply_user
}
python_test() {
"${PYTHON}" -m unittest discover -s imsvdex/tests || die "Test failed with ${EPYTHON}"
}
Manage flags for this package:
euse -i <flag> -p dev-python/imsvdex |
euse -E <flag> -p dev-python/imsvdex |
euse -D <flag> -p dev-python/imsvdex
dev-python/lxml[] dev-python/six[]
test? ( dev-python/lxml[] dev-python/six[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | imsvdex-1.2.gh.tar.gz | 9120 bytes | https://github.com/collective/imsvdex/archive/1.2.tar.gz |