Сравнение qscintilla-python-2.13.3 с qscintilla-python-2.14.1
/usr/portage/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild 2023-10-09 14:52:30.364368372 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
inherit python-r1 qmake-utils |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 |
inherit out-of-source-utils python-r1 qmake-utils |
|
8 | 8 | |
9 | 9 |
DESCRIPTION="Python bindings for QScintilla" |
10 | 10 |
HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ https://pypi.org/project/QScintilla/" |
... | ... | |
20 | 20 | |
21 | 21 |
LICENSE="GPL-3" |
22 | 22 |
SLOT="0" |
23 |
KEYWORDS="amd64 ~arm64 ~ppc64 x86" |
|
23 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" |
|
24 | 24 |
IUSE="debug" |
25 | 25 | |
26 | 26 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
... | ... | |
34 | 34 |
~x11-libs/qscintilla-${PV}:= |
35 | 35 |
" |
36 | 36 |
RDEPEND="${DEPEND} |
37 |
>=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}] |
|
37 |
>=dev-python/PyQt5-sip-12.12:=[${PYTHON_USEDEP}] |
|
38 | 38 |
" |
39 | 39 |
BDEPEND=" |
40 |
>=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}] |
|
41 |
>=dev-python/sip-6.2[${PYTHON_USEDEP}] |
|
40 |
>=dev-python/PyQt-builder-1.15[${PYTHON_USEDEP}] |
|
41 |
>=dev-python/sip-6.7[${PYTHON_USEDEP}] |
|
42 | 42 |
dev-qt/qtcore:5 |
43 | 43 |
" |
44 | 44 |