mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-python/pymdown-extensions: fix S not found
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_6 )
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_6 )
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@@ -26,10 +26,10 @@ RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
|
|||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
doc? (
|
doc? (
|
||||||
dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
|
dev-python/mkdocs-git-revision-date-localized-plugin
|
||||||
dev-python/mkdocs-material[${PYTHON_USEDEP}]
|
dev-python/mkdocs-material
|
||||||
dev-python/pymdown-lexers[${PYTHON_USEDEP}]
|
dev-python/pymdown-lexers
|
||||||
dev-python/pyspelling[${PYTHON_USEDEP}]
|
dev-python/pyspelling
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="
|
||||||
@@ -39,6 +39,8 @@ DEPEND="
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-${MYPV}"
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
python_compile_all() {
|
python_compile_all() {
|
||||||
|
|||||||
Reference in New Issue
Block a user