blob: 445baa12b1d0994020daa19c3050a7509ee1523c [file] [edit]
# Copyright 2021 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python package for writing Value Change Dump (VCD) files."
HOMEPAGE="https://github.com/westerndigitalcorporation/pyvcd"
SRC_URI="https://github.com/westerndigitalcorporation/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"
# Provide the version since `setuptools_scm` breaks emerging snapshot ebuilds.
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
distutils_enable_tests pytest