| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 11.6.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Python library for generating CycloneDX SBOMs"
HOMEPAGE="https://github.com/CycloneDX/cyclonedx-python-lib"
SRC_URI="https://github.com/CycloneDX/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="test"
PROPERTIES="test_network"
RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/license-expression[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/packageurl-python[${PYTHON_USEDEP}]
dev-python/py-serializable[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]"
BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
distutils_enable_tests unittest
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/license-expression[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/packageurl-python[${PYTHON_USEDEP}]
dev-python/py-serializable[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
test? ( dev-python/ddt[${PYTHON_USEDEP}] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cyclonedx-python-lib-11.6.0.gh.tar.gz | 1423493 bytes | https://github.com/CycloneDX/cyclonedx-python-lib/archive/v11.6.0.tar.gz |