dev-python/markdown-include: rsync from ::guru to make repoman happy
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
c9336f0458
commit
fdd198c5de
1
dev-python/markdown-include/Manifest
Normal file
1
dev-python/markdown-include/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST markdown-include-0.6.0.tar.gz 4661 BLAKE2B 449e05b40ab3a8725f68a8c02dc32349de2435520790b955b708c39ac53782c91dd6b592a712fafe9442f6ba1fda0794436500a5a4148d16caaf38dd6af8b69f SHA512 cbd83ff6ae64416410a7b6879c6f3fa4edd1b1d6e898508251651f0366bf7a121d2e0447f638069b84f872713dc9618128a4fa524d2eaddcfa8bfc2ed3be76de
|
18
dev-python/markdown-include/markdown-include-0.6.0.ebuild
Normal file
18
dev-python/markdown-include/markdown-include-0.6.0.ebuild
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
|
||||||
|
HOMEPAGE="https://github.com/cmacmackin/markdown-include"
|
||||||
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
|
16
dev-python/markdown-include/metadata.xml
Normal file
16
dev-python/markdown-include/metadata.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>torokhov-s-a@yandex.ru</email>
|
||||||
|
<name>Sergey Torokhov</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
An extension to Python-Markdown which provides an "include" function,
|
||||||
|
similar to that found in LaTeX (and also the C pre-processor and Fortran).
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">cmacmackin/markdown-include</remote-id>
|
||||||
|
<remote-id type="pypi">markdown-include</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue