Diff spdx-tools-0.7.1 with a spdx-tools-0.8.1
/usr/portage/dev-python/spdx-tools/spdx-tools-0.8.1.ebuild 2023-10-09 14:52:30.376368372 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 | 7 |
PYPI_NO_NORMALIZE=1 |
8 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
8 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
9 | 9 | |
10 | 10 |
inherit distutils-r1 pypi |
11 | 11 | |
... | ... | |
16 | 16 |
" |
17 | 17 | |
18 | 18 |
LICENSE="Apache-2.0" |
19 |
SLOT="0/0.7" |
|
20 |
KEYWORDS="~amd64 ~riscv" |
|
19 |
SLOT="0" |
|
20 |
KEYWORDS="~amd64" |
|
21 | 21 | |
22 | 22 |
RDEPEND=" |
23 |
dev-python/beartype[${PYTHON_USEDEP}] |
|
23 | 24 |
dev-python/click[${PYTHON_USEDEP}] |
25 |
dev-python/license-expression[${PYTHON_USEDEP}] |
|
24 | 26 |
dev-python/ply[${PYTHON_USEDEP}] |
25 | 27 |
dev-python/pyyaml[${PYTHON_USEDEP}] |
26 | 28 |
dev-python/rdflib[${PYTHON_USEDEP}] |
29 |
dev-python/semantic-version[${PYTHON_USEDEP}] |
|
27 | 30 |
dev-python/uritools[${PYTHON_USEDEP}] |
28 | 31 |
dev-python/xmltodict[${PYTHON_USEDEP}] |
29 | 32 |
" |
30 | 33 | |
31 | 34 |
distutils_enable_tests pytest |
35 | ||
36 |
EPYTEST_IGNORE=( |
|
37 |
# requires pyshacl |
|
38 |
tests/spdx3/validation/json_ld/test_shacl_validation.py |
|
39 |
) |