From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD5D9158041 for ; Mon, 6 Sep 2021 19:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2A3AE08F6; Mon, 6 Sep 2021 19:50:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D350CE08F2 for ; Mon, 6 Sep 2021 19:50:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B986D335C39 for ; Mon, 6 Sep 2021 19:50:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF1A8AA for ; Mon, 6 Sep 2021 19:50:07 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1630957446.c5d747e83f1d6a727f814f4116ec40837fe49d87.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/markdown-include/markdown-include-0.6.0.ebuild dev-python/markdown-include/metadata.xml X-VCS-Directories: dev-python/markdown-include/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: c5d747e83f1d6a727f814f4116ec40837fe49d87 X-VCS-Branch: dev Date: Mon, 6 Sep 2021 19:50:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76b94dcb-ba48-4eda-b731-7bfe0f4a64c4 X-Archives-Hash: bf5feaecac68b42159569dea12c4d596 commit: c5d747e83f1d6a727f814f4116ec40837fe49d87 Author: Sergey Torokhov yandex ru> AuthorDate: Mon Sep 6 19:44:06 2021 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Mon Sep 6 19:44:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5d747e8 dev-python/markdown-include: add maintainer, longdescription; rm py3.7 Signed-off-by: Sergey Torokhov yandex.ru> dev-python/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 a26f96419..2d24ec8b2 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 a91e226f4..34949af60 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