mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
dev-python/pymdown-extensions: new package
Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,12 +3,15 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Extensions for Python Markdown."
|
||||
HOMEPAGE="https://github.com/facelessuser/pymdown-extensions"
|
||||
HOMEPAGE="
|
||||
https://github.com/facelessuser/pymdown-extensions
|
||||
https://pypi.org/project/pymdown-extensions
|
||||
"
|
||||
SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
@@ -18,16 +21,21 @@ KEYWORDS="~amd64 ~x86"
|
||||
# Docs require pymdownx.tabbed which is in master on github atm
|
||||
# but not in the 6.3.0 release tarballs for some reason
|
||||
|
||||
#IUSE="doc"
|
||||
#REQUIRED_USE="x86? ( !doc )"
|
||||
#
|
||||
#BDEPEND="doc? (
|
||||
# dev-python/mkdocs-material
|
||||
# dev-python/mkdocs-git-revision-date-localized-plugin )"
|
||||
|
||||
RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
|
||||
# doc? (
|
||||
# dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
|
||||
# dev-python/mkdocs-material[${PYTHON_USEDEP}]
|
||||
# dev-python/pymdown-lexers[${PYTHON_USEDEP}]
|
||||
# dev-python/pyspelling[${PYTHON_USEDEP}]
|
||||
# )
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user