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

Search

Install

Install this version:

emerge -a =dev-python/fusesoc-2.4.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/fusesoc-2.4.6

Or alternatively:

emerge --autounmask-write -a =dev-python/fusesoc-2.4.6

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.6 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[${PYTHON_USEDEP}]
	>=dev-python/pyparsing-2.3.1[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	>=dev-python/simplesat-0.9.1[${PYTHON_USEDEP}]
	dev-python/fastjsonschema[${PYTHON_USEDEP}]
	dev-python/argcomplete[${PYTHON_USEDEP}]
"

# prohibit network environment
RESTRICT="test"

Inherited Eclasses

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[]