dev-python/sphinx-mdinclude: new package, add 0.6.2
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
94e5cd2224
commit
ab41eb9046
1
dev-python/sphinx-mdinclude/Manifest
Normal file
1
dev-python/sphinx-mdinclude/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST sphinx_mdinclude-0.6.2.tar.gz 65257 BLAKE2B d160bdaa408a942f35becb63c36d87bca2cd12edc607ef997b8266575a47f1029165ea3f3ea40daa4ca2d49393cf066a2b3e35c0b2b73cf056349a37edcb7720 SHA512 dcaa86e2accfb3fbb6f03289c34304507ecb639d59f38d64d72023ae6dff98fc04f89216d36cac6e22833c31b1d481fe18ebb9a670d142c76318a0cc0cb5a929
|
13
dev-python/sphinx-mdinclude/metadata.xml
Normal file
13
dev-python/sphinx-mdinclude/metadata.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>parona@protonmail.com</email>
|
||||
<name>Alfred Wingate</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">omnilib/sphinx-mdinclude</remote-id>
|
||||
<remote-id type="pypi">sphinx-mdinclude</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
32
dev-python/sphinx-mdinclude/sphinx-mdinclude-0.6.2.ebuild
Normal file
32
dev-python/sphinx-mdinclude/sphinx-mdinclude-0.6.2.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Markdown extension for Sphinx"
|
||||
HOMEPAGE="
|
||||
https://sphinx-mdinclude.omnilib.dev/
|
||||
https://github.com/omnilib/sphinx-mdinclude/
|
||||
https://pypi.org/project/sphinx-mdinclude/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
<dev-python/docutils-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/docutils-0.19[${PYTHON_USEDEP}]
|
||||
<dev-python/mistune-4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mistune-3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx-6[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_sphinx docs
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user