Numerous updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user