dev-python/fusesoc - 2.4.5 (gentoo-zh)

Search

Package Information

Description:
Award-winnning package manager and build abstraction tool for HDL code.
Homepage:
https://github.com/olofk/fusesoc/ https://pypi.org/project/fusesoc/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
2.4.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 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 pypi

PATCHES=(
	"${FILESDIR}/${P}-remove-deprecated-license-classifier.patch"
)

DESCRIPTION="
Award-winnning package manager and build abstraction tool for HDL code.
"
HOMEPAGE="
	https://github.com/olofk/fusesoc/
	https://pypi.org/project/fusesoc/
"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/edalize-0.4.1
	>=dev-python/pyparsing-2.3.1
	>=dev-python/pyyaml-6.0
	>=dev-python/simplesat-0.9.1
	dev-python/fastjsonschema
	dev-python/argcomplete
"

# prohibit network environment
RESTRICT="test"

Dependencies

RDEPEND

	>=dev-python/edalize-0.4.1
	>=dev-python/pyparsing-2.3.1
	>=dev-python/pyyaml-6.0
	>=dev-python/simplesat-0.9.1
	dev-python/fastjsonschema
	dev-python/argcomplete