mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/markdown-include: new package, add 0.8.1
Bug: https://bugs.gentoo.org/907820 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
1
dev-python/markdown-include/Manifest
Normal file
1
dev-python/markdown-include/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST markdown-include-0.8.1.tar.gz 21873 BLAKE2B 83090f66af6f6b7dfc441bce97a0ca91bed3f94274030297e5f46fe8d42d3b3e83afc9f981941870f5bf361bfb5edd54bdda4c5d85595cc5599375f5a2478490 SHA512 4ae155d7e114de9d8ca32c129fe5778e7fc9516321357d8e4d90fad651a1dcb54b1fb144bc51e981cf728f1632dc293ed8cc1e7d4219154a2350780ea6f9b7b2
|
||||
25
dev-python/markdown-include/markdown-include-0.8.1.ebuild
Normal file
25
dev-python/markdown-include/markdown-include-0.8.1.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python-Markdown extension providing LaTeX-style 'include' function"
|
||||
HOMEPAGE="
|
||||
https://github.com/cmacmackin/markdown-include
|
||||
https://pypi.org/project/markdown-include/
|
||||
"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-python/markdown-3.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND=">=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
13
dev-python/markdown-include/metadata.xml
Normal file
13
dev-python/markdown-include/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>marecki@gentoo.org</email>
|
||||
<name>Marek Szuba</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">markdown-include</remote-id>
|
||||
<remote-id type="github">cmacmackin/markdown-include</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user