From c5d747e83f1d6a727f814f4116ec40837fe49d87 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Mon, 6 Sep 2021 22:44:06 +0300 Subject: [PATCH] dev-python/markdown-include: add maintainer, longdescription; rm py3.7 Signed-off-by: Sergey Torokhov --- .../markdown-include/markdown-include-0.6.0.ebuild | 4 ++-- dev-python/markdown-include/metadata.xml | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-python/markdown-include/markdown-include-0.6.0.ebuild b/dev-python/markdown-include/markdown-include-0.6.0.ebuild index a26f964199..2d24ec8b27 100644 --- a/dev-python/markdown-include/markdown-include-0.6.0.ebuild +++ b/dev-python/markdown-include/markdown-include-0.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml index a91e226f45..34949af602 100644 --- a/dev-python/markdown-include/metadata.xml +++ b/dev-python/markdown-include/metadata.xml @@ -1,8 +1,14 @@ - - + + 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