From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/markdown-include/Manifest | 1 + .../markdown-include/markdown-include-0.6.0.ebuild | 18 ++++++++++++++++++ dev-python/markdown-include/metadata.xml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-python/markdown-include/Manifest create mode 100644 dev-python/markdown-include/markdown-include-0.6.0.ebuild create mode 100644 dev-python/markdown-include/metadata.xml (limited to 'dev-python/markdown-include') diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest new file mode 100644 index 000000000000..8b34c8a7c6fe --- /dev/null +++ b/dev-python/markdown-include/Manifest @@ -0,0 +1 @@ +DIST markdown-include-0.6.0.tar.gz 4661 BLAKE2B 449e05b40ab3a8725f68a8c02dc32349de2435520790b955b708c39ac53782c91dd6b592a712fafe9442f6ba1fda0794436500a5a4148d16caaf38dd6af8b69f SHA512 cbd83ff6ae64416410a7b6879c6f3fa4edd1b1d6e898508251651f0366bf7a121d2e0447f638069b84f872713dc9618128a4fa524d2eaddcfa8bfc2ed3be76de diff --git a/dev-python/markdown-include/markdown-include-0.6.0.ebuild b/dev-python/markdown-include/markdown-include-0.6.0.ebuild new file mode 100644 index 000000000000..4e06b693f898 --- /dev/null +++ b/dev-python/markdown-include/markdown-include-0.6.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +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}]" diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml new file mode 100644 index 000000000000..34949af602e4 --- /dev/null +++ b/dev-python/markdown-include/metadata.xml @@ -0,0 +1,16 @@ + + + + + torokhov-s-a@yandex.ru + Sergey Torokhov + + + An extension to Python-Markdown which provides an "include" function, + similar to that found in LaTeX (and also the C pre-processor and Fortran). + + + cmacmackin/markdown-include + markdown-include + + -- cgit v1.3.1