Numerous updates

This commit is contained in:
Torsten Kurbad
2023-07-03 11:36:29 +02:00
parent 23f82b3134
commit 15f290f264
84 changed files with 988 additions and 1270 deletions
+5 -4
View File
@@ -3,9 +3,10 @@
# $Id$
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_SINGLE_IMPL=1
inherit python-single-r1
inherit distutils-r1
MY_PN="PcbDraw"
@@ -18,11 +19,13 @@ if [[ ${PV} == "9999" ]] ; then
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/yaqwsx/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
fi
LICENSE="MIT"
SLOT="0"
IUSE=""
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -50,14 +53,12 @@ DEPEND="${RDEPEND}
')
"
S="${WORKDIR}/${MY_PN}-${PV}"
src_compile() {
true;
}
src_install() {
sed -
python_domodule ${PN}
python_doscript ${FILESDIR}/pcbdraw
dodoc -r doc