dev-python/sphinx-mdinclude: new package, add 0.6.2

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-09-21 16:16:55 +03:00
parent 94e5cd2224
commit ab41eb9046
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST sphinx_mdinclude-0.6.2.tar.gz 65257 BLAKE2B d160bdaa408a942f35becb63c36d87bca2cd12edc607ef997b8266575a47f1029165ea3f3ea40daa4ca2d49393cf066a2b3e35c0b2b73cf056349a37edcb7720 SHA512 dcaa86e2accfb3fbb6f03289c34304507ecb639d59f38d64d72023ae6dff98fc04f89216d36cac6e22833c31b1d481fe18ebb9a670d142c76318a0cc0cb5a929

View 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>

View 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