Fix shortcomings in dev-python/* ebuilds

Signed-off-by: ormorph <roma251078@mail.ru>
pull/290/head
ormorph 1 year ago
parent e4d748ee93
commit eecab8428f

@ -9,12 +9,14 @@ PYTHON_COMPAT=( python3_{8..11} )
inherit trinity-base-2 python-single-r1 inherit trinity-base-2 python-single-r1
DESCRIPTION="Trinity bindings for Python - Development files and scripts" DESCRIPTION="Trinity bindings for Python - Development files and scripts"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
IUSE="examples" IUSE="examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS} DEPEND="${PYTHON_DEPS}
~dev-python/sip4-tqt-${PV} ~dev-python/sip4-tqt-${PV}

@ -9,12 +9,14 @@ PYTHON_COMPAT=( python3_{8..11} )
inherit trinity-base-2 python-single-r1 flag-o-matic inherit trinity-base-2 python-single-r1 flag-o-matic
DESCRIPTION="TQt bindings for Python" DESCRIPTION="TQt bindings for Python"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86" KEYWORDS="~amd64 ~arm64 ~x86"
fi fi
IUSE="examples" IUSE="examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS} DEPEND="${PYTHON_DEPS}
~dev-python/sip4-tqt-${PV} ~dev-python/sip4-tqt-${PV}

@ -9,12 +9,14 @@ PYTHON_COMPAT=( python3_{8..11} )
inherit trinity-base-2 python-single-r1 flag-o-matic inherit trinity-base-2 python-single-r1 flag-o-matic
DESCRIPTION="TQt bindings for Python" DESCRIPTION="TQt bindings for Python"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
IUSE="examples" IUSE="examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS} DEPEND="${PYTHON_DEPS}
~dev-python/sip4-tqt-${PV} ~dev-python/sip4-tqt-${PV}

@ -9,12 +9,14 @@ PYTHON_COMPAT=( python3_{8..11} )
inherit trinity-base-2 python-single-r1 flag-o-matic inherit trinity-base-2 python-single-r1 flag-o-matic
DESCRIPTION="Python/C++ bindings generator runtime library" DESCRIPTION="Python/C++ bindings generator runtime library"
HOMEPAGE="https://trinitydesktop.org"
LICENSE="|| ( GPL-2 GPL-3 SIP )" LICENSE="|| ( GPL-2 GPL-3 SIP )"
SLOT="0" SLOT="0"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86" KEYWORDS="~amd64 ~arm64 ~x86"
fi fi
IUSE="" IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS} DEPEND="${PYTHON_DEPS}
~x11-libs/tqscintilla-${PV} ~x11-libs/tqscintilla-${PV}

@ -9,12 +9,14 @@ PYTHON_COMPAT=( python3_{8..11} )
inherit trinity-base-2 python-single-r1 flag-o-matic inherit trinity-base-2 python-single-r1 flag-o-matic
DESCRIPTION="Python/C++ bindings generator runtime library" DESCRIPTION="Python/C++ bindings generator runtime library"
HOMEPAGE="https://trinitydesktop.org"
LICENSE="|| ( GPL-2 GPL-3 SIP )" LICENSE="|| ( GPL-2 GPL-3 SIP )"
SLOT="0" SLOT="0"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
IUSE="" IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS} DEPEND="${PYTHON_DEPS}
~x11-libs/tqscintilla-${PV} ~x11-libs/tqscintilla-${PV}

Loading…
Cancel
Save