dev-python/imsvdex - 1.2 (flavour)

Search

Install

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

Package Information

Description:
This module takes the VDEX-XML objects and offers an API to them.
Homepage:
https://github.com/collective/imsvdex
License:
D-FSL

Ebuild Details

Version EAPI Keywords Slot
1.2 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# 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}"
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/lxml[]
	dev-python/six[]

BDEPEND

test? ( 
	dev-python/lxml[]
	dev-python/six[] )

Manifest for 1.2

Type File Size Source URLs
DIST imsvdex-1.2.gh.tar.gz 9120 bytes https://github.com/collective/imsvdex/archive/1.2.tar.gz