Diff pyspelling-2.8.2 with a pyspelling-2.9
/usr/portage/dev-python/pyspelling/pyspelling-2.9.ebuild 2023-10-09 14:52:30.348368372 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 7 |
DISTUTILS_USE_PEP517=hatchling |
8 | 8 | |
9 | 9 |
DOCS_BUILDER="mkdocs" |
... | ... | |
27 | 27 | |
28 | 28 |
LICENSE="MIT" |
29 | 29 |
SLOT="0" |
30 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" |
|
30 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
31 | 31 | |
32 | 32 |
RDEPEND=" |
33 | 33 |
|| ( app-text/aspell app-text/hunspell ) |
... | ... | |
38 | 38 |
dev-python/markdown[${PYTHON_USEDEP}] |
39 | 39 |
dev-python/pyyaml[${PYTHON_USEDEP}] |
40 | 40 |
>=dev-python/soupsieve-1.8[${PYTHON_USEDEP}] |
41 |
>=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}] |
|
41 |
>=dev-python/wcmatch-6.5[${PYTHON_USEDEP}] |
|
42 | 42 |
" |
43 | 43 | |
44 | 44 |
BDEPEND=" |