Diff jupyter-events-0.6.3 with a jupyter-events-0.7.0
/usr/portage/dev-python/jupyter-events/jupyter-events-0.7.0.ebuild 2023-10-09 14:52:30.300368371 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=hatchling |
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
8 | 8 | |
9 | 9 |
inherit distutils-r1 pypi |
10 | 10 | |
... | ... | |
17 | 17 | |
18 | 18 |
LICENSE="BSD" |
19 | 19 |
SLOT="0" |
20 |
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
20 |
KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" |
|
21 | 21 | |
22 | 22 |
# jsonschema[format-nongpl] deps are always on in our ebuild |
23 | 23 |
RDEPEND=" |
24 |
>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] |
|
24 |
>=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}] |
|
25 | 25 |
>=dev-python/python-json-logger-2.0.4[${PYTHON_USEDEP}] |
26 | 26 |
>=dev-python/pyyaml-5.3[${PYTHON_USEDEP}] |
27 |
dev-python/referencing[${PYTHON_USEDEP}] |
|
27 | 28 |
>=dev-python/traitlets-5.3[${PYTHON_USEDEP}] |
28 | 29 |
" |
29 | 30 |
BDEPEND=" |
30 | 31 |
test? ( |
31 |
dev-python/pytest-console-scripts[${PYTHON_USEDEP}] |
|
32 |
dev-python/pytest-asyncio[${PYTHON_USEDEP}] |
|
33 | 32 |
dev-python/click[${PYTHON_USEDEP}] |
33 |
dev-python/pytest-asyncio[${PYTHON_USEDEP}] |
|
34 |
dev-python/pytest-console-scripts[${PYTHON_USEDEP}] |
|
34 | 35 |
dev-python/rich[${PYTHON_USEDEP}] |
35 | 36 |
) |
36 | 37 |
" |