Updated kikit / tried to repair yosys
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user