blob: d744a2625201bd1003f7475a8aa6c14295c46b24 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="LiteSPI provides a small footprint and configurable SPI core."
HOMEPAGE="https://github.com/litex-hub/litespi"
SRC_URI="https://github.com/litex-hub/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="*"
RDEPEND="
sci-electronics/litex[${PYTHON_USEDEP}]
sci-electronics/migen[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest