Updated kikit / tried to repair yosys

This commit is contained in:
Torsten Kurbad
2025-10-15 12:40:58 +02:00
parent 69cb537d3d
commit 5748ef4c56
8 changed files with 47 additions and 40 deletions
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
PYPI_PN="pcbnewTransition"
MY_P="${PYPI_PN}-${PV}"
MY_PN="pcbnewTransition"
MY_P="${MY_PN}-${PV}"
inherit distutils-r1
@@ -20,8 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
inherit pypi
SRC_URI="$(pypi_sdist_url --no-normalize)"
SRC_URI="https://github.com/yaqwsx/${MY_PN}/archive/refs/tags/v${PV}.tar.gz"
fi
LICENSE="MIT"
@@ -38,13 +37,13 @@ DEPEND="${RDEPEND}
')
"
#S="${WORKDIR}/${MY_P}"
S="${WORKDIR}/${MY_P}"
src_compile() {
true;
}
src_install() {
python_domodule ${PYPI_PN}
python_domodule ${MY_PN}
dodoc README.md
}