dev-python/cyclonedx-python-lib - 7.6.2 (nest)

Search

Package Information

Description:
Python library for generating CycloneDX SBOMs
Homepage:
https://github.com/CycloneDX/cyclonedx-python-lib
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
7.6.2 8 ~amd64 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=poetry
PYTHON_COMPAT=( python3_{12..13} )

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/license-expression[${PYTHON_USEDEP}]
	dev-python/packageurl-python[${PYTHON_USEDEP}]
	<dev-python/py-serializable-2[${PYTHON_USEDEP}]
	dev-python/sortedcontainers[${PYTHON_USEDEP}]"
BDEPEND="test? ( app-text/xmldiff[${PYTHON_USEDEP}]
		dev-python/ddt[${PYTHON_USEDEP}]
		dev-python/jsonschema[${PYTHON_USEDEP}] )"

distutils_enable_tests unittest

USE Flags

Dependencies

RDEPEND

dev-python/license-expression[${PYTHON_USEDEP}]
	dev-python/packageurl-python[${PYTHON_USEDEP}]
	<dev-python/py-serializable-2[${PYTHON_USEDEP}]
	dev-python/sortedcontainers[${PYTHON_USEDEP}]

BDEPEND

test? ( app-text/xmldiff[${PYTHON_USEDEP}]
		dev-python/ddt[${PYTHON_USEDEP}]
		dev-python/jsonschema[${PYTHON_USEDEP}] )

Manifest for 7.6.2

Type File Size Source URLs
DIST cyclonedx-python-lib-7.6.2.gh.tar.gz 1049019 bytes https://github.com/CycloneDX/cyclonedx-python-lib/archive/v7.6.2.tar.gz