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 EDF4D158041 for ; Tue, 7 Sep 2021 02:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3E32E096A; Tue, 7 Sep 2021 02:58:58 +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 7BACBE096A for ; Tue, 7 Sep 2021 02:58:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 93C69342A8B for ; Tue, 7 Sep 2021 02:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407BDE5 for ; Tue, 7 Sep 2021 02:58:54 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1630957446.c5d747e83f1d6a727f814f4116ec40837fe49d87.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: c5d747e83f1d6a727f814f4116ec40837fe49d87 X-VCS-Branch: master Date: Tue, 7 Sep 2021 02:58:54 +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: 86f0ed7e-6d27-4a78-a8fb-e442c7db50f9 X-Archives-Hash: 82c6dae4f9c6968eabc8ffc9d133c2f3 commit: c5d747e83f1d6a727f814f4116ec40837fe49d87 Author: Sergey Torokhov yandex ru> AuthorDate: Mon Sep 6 19:44:06 2021 +0000 Commit: Haelwenn Monnier hacktivis me> 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