Diff sphinx-prompt-1.7.0 with a sphinx-prompt-1.8.0
/usr/portage/dev-python/sphinx-prompt/sphinx-prompt-1.8.0.ebuild 2023-10-09 14:52:30.380368373 +0300 | ||
---|---|---|
20 | 20 | |
21 | 21 |
LICENSE="BSD" |
22 | 22 |
SLOT="0" |
23 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" |
|
23 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
24 | 24 | |
25 | 25 |
RDEPEND=" |
26 | 26 |
dev-python/sphinx[${PYTHON_USEDEP}] |
... | ... | |
30 | 30 |
distutils_enable_tests pytest |
31 | 31 | |
32 | 32 |
python_prepare_all() { |
33 |
# upstream repeatedly fails to update version number |
|
34 |
# also pins all dependencies to exact versions, sigh |
|
33 |
# version number relies on git repo, sigh |
|
34 |
# also all dependencies are pinned to exact versions, sigh |
|
35 |
# also huge hack to install package as "sphinx-prompt", sigh |
|
35 | 36 |
sed -i \ |
36 | 37 |
-e "/^version =/s:[0-9.]\+:${PV}:" \ |
37 | 38 |
-e '/^\[tool\.poetry\.dependencies\]$/,$s:"[0-9.]\+:"*:' \ |
39 |
-e '/include.*sphinx-prompt/d' \ |
|
38 | 40 |
pyproject.toml || die |
39 | 41 | |
40 | 42 |
distutils-r1_python_prepare_all |