Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdown-include/
Date: Wed, 29 Apr 2020 11:12:12
Message-Id: 1588094064.b9ba5739e5972311bbb876d5d0e25a4c676b1194.andrewammerlaan@gentoo
1 commit: b9ba5739e5972311bbb876d5d0e25a4c676b1194
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Apr 28 17:14:24 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Apr 28 17:14:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ba5739
7
8 dev-python/markdown-include: Syntax which allows for incl of other doc
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/markdown-include/Manifest | 1 +
14 .../markdown-include/markdown-include-0.5.1.ebuild | 18 ++++++++++++++++++
15 dev-python/markdown-include/metadata.xml | 13 +++++++++++++
16 3 files changed, 32 insertions(+)
17
18 diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
19 new file mode 100644
20 index 0000000..23cf644
21 --- /dev/null
22 +++ b/dev-python/markdown-include/Manifest
23 @@ -0,0 +1 @@
24 +DIST markdown-include-0.5.1.tar.gz 3968 BLAKE2B d6de7fdee70de534b8247c5473347a2f29b6ee351b26fb744899190e9add1ded3f87963b321977266938c91ebeb1afd1e447b089166557cd404c08a363ebeef7 SHA512 f330c8d82100fb66115b7369d7c2121c58ea6b7f38c45633994f0fca99a4f314b852608f2cbac53b96e7944bce0ea46dfe9ab578976975699a8a1182b3d6d2c5
25
26 diff --git a/dev-python/markdown-include/markdown-include-0.5.1.ebuild b/dev-python/markdown-include/markdown-include-0.5.1.ebuild
27 new file mode 100644
28 index 0000000..4ae89a9
29 --- /dev/null
30 +++ b/dev-python/markdown-include/markdown-include-0.5.1.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{6,7,8} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
42 +HOMEPAGE="https://github.com/cmacmackin/markdown-include"
43 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="GPL-3"
46 +KEYWORDS="~amd64 ~x86"
47 +SLOT="0"
48 +
49 +RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
50
51 diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml
52 new file mode 100644
53 index 0000000..0ff047d
54 --- /dev/null
55 +++ b/dev-python/markdown-include/metadata.xml
56 @@ -0,0 +1,13 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +
60 +<pkgmetadata>
61 + <maintainer type="person">
62 + <email>andrewammerlaan@××××××.net</email>
63 + <name>Andrew Ammerlaan</name>
64 + </maintainer>
65 + <upstream>
66 + <remote-id type="github">cmacmackin/markdown-include</remote-id>
67 + <remote-id type="pypi">markdown-include</remote-id>
68 + </upstream>
69 +</pkgmetadata>