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 C1F47138351 for ; Tue, 28 Apr 2020 17:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00D96E093D; Tue, 28 Apr 2020 17:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CFDFAE0949 for ; Tue, 28 Apr 2020 17:30:28 +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 C952634EF4E for ; Tue, 28 Apr 2020 17:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C57A31FE for ; Tue, 28 Apr 2020 17:30:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588094064.b9ba5739e5972311bbb876d5d0e25a4c676b1194.andrewammerlaan@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/Manifest dev-python/markdown-include/markdown-include-0.5.1.ebuild dev-python/markdown-include/metadata.xml X-VCS-Directories: dev-python/markdown-include/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b9ba5739e5972311bbb876d5d0e25a4c676b1194 X-VCS-Branch: dev Date: Tue, 28 Apr 2020 17:30:10 +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: 8aaa40a8-e503-4758-9264-f31cfd0fa531 X-Archives-Hash: 234a8ef61f0fea2c7ca89fdcf505408a commit: b9ba5739e5972311bbb876d5d0e25a4c676b1194 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 28 17:14:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 28 17:14:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ba5739 dev-python/markdown-include: Syntax which allows for incl of other doc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/markdown-include/Manifest | 1 + .../markdown-include/markdown-include-0.5.1.ebuild | 18 ++++++++++++++++++ dev-python/markdown-include/metadata.xml | 13 +++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest new file mode 100644 index 0000000..23cf644 --- /dev/null +++ b/dev-python/markdown-include/Manifest @@ -0,0 +1 @@ +DIST markdown-include-0.5.1.tar.gz 3968 BLAKE2B d6de7fdee70de534b8247c5473347a2f29b6ee351b26fb744899190e9add1ded3f87963b321977266938c91ebeb1afd1e447b089166557cd404c08a363ebeef7 SHA512 f330c8d82100fb66115b7369d7c2121c58ea6b7f38c45633994f0fca99a4f314b852608f2cbac53b96e7944bce0ea46dfe9ab578976975699a8a1182b3d6d2c5 diff --git a/dev-python/markdown-include/markdown-include-0.5.1.ebuild b/dev-python/markdown-include/markdown-include-0.5.1.ebuild new file mode 100644 index 0000000..4ae89a9 --- /dev/null +++ b/dev-python/markdown-include/markdown-include-0.5.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +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 0000000..0ff047d --- /dev/null +++ b/dev-python/markdown-include/metadata.xml @@ -0,0 +1,13 @@ + + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + cmacmackin/markdown-include + markdown-include + + 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 D8487138350 for ; Wed, 29 Apr 2020 11:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26E87E089A; Wed, 29 Apr 2020 11:12:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CB7C6E089A for ; Wed, 29 Apr 2020 11:12:11 +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 B594134EF18 for ; Wed, 29 Apr 2020 11:12:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E08AD200 for ; Wed, 29 Apr 2020 11:12:07 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588094064.b9ba5739e5972311bbb876d5d0e25a4c676b1194.andrewammerlaan@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/Manifest dev-python/markdown-include/markdown-include-0.5.1.ebuild dev-python/markdown-include/metadata.xml X-VCS-Directories: dev-python/markdown-include/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b9ba5739e5972311bbb876d5d0e25a4c676b1194 X-VCS-Branch: master Date: Wed, 29 Apr 2020 11:12: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: a6bfc161-9bb9-4454-85a0-d25dea67e1c0 X-Archives-Hash: 51eda2521a71886d06b048702d15795b Message-ID: <20200429111207.aORu3Qt3pcMsYzdvUaKTP_nIXFvh8eVjafj3fIn71UI@z> commit: b9ba5739e5972311bbb876d5d0e25a4c676b1194 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 28 17:14:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 28 17:14:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ba5739 dev-python/markdown-include: Syntax which allows for incl of other doc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/markdown-include/Manifest | 1 + .../markdown-include/markdown-include-0.5.1.ebuild | 18 ++++++++++++++++++ dev-python/markdown-include/metadata.xml | 13 +++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest new file mode 100644 index 0000000..23cf644 --- /dev/null +++ b/dev-python/markdown-include/Manifest @@ -0,0 +1 @@ +DIST markdown-include-0.5.1.tar.gz 3968 BLAKE2B d6de7fdee70de534b8247c5473347a2f29b6ee351b26fb744899190e9add1ded3f87963b321977266938c91ebeb1afd1e447b089166557cd404c08a363ebeef7 SHA512 f330c8d82100fb66115b7369d7c2121c58ea6b7f38c45633994f0fca99a4f314b852608f2cbac53b96e7944bce0ea46dfe9ab578976975699a8a1182b3d6d2c5 diff --git a/dev-python/markdown-include/markdown-include-0.5.1.ebuild b/dev-python/markdown-include/markdown-include-0.5.1.ebuild new file mode 100644 index 0000000..4ae89a9 --- /dev/null +++ b/dev-python/markdown-include/markdown-include-0.5.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +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 0000000..0ff047d --- /dev/null +++ b/dev-python/markdown-include/metadata.xml @@ -0,0 +1,13 @@ + + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + cmacmackin/markdown-include + markdown-include + +