From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/ Date: Tue, 28 Apr 2020 17:30:10 +0000 (UTC) [thread overview] Message-ID: <1588094064.b9ba5739e5972311bbb876d5d0e25a4c676b1194.andrewammerlaan@gentoo> (raw) commit: b9ba5739e5972311bbb876d5d0e25a4c676b1194 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 28 17:14:24 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>andrewammerlaan@riseup.net</email> + <name>Andrew Ammerlaan</name> + </maintainer> + <upstream> + <remote-id type="github">cmacmackin/markdown-include</remote-id> + <remote-id type="pypi">markdown-include</remote-id> + </upstream> +</pkgmetadata>
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdown-include/ Date: Wed, 29 Apr 2020 11:12:07 +0000 (UTC) [thread overview] Message-ID: <1588094064.b9ba5739e5972311bbb876d5d0e25a4c676b1194.andrewammerlaan@gentoo> (raw) Message-ID: <20200429111207.aORu3Qt3pcMsYzdvUaKTP_nIXFvh8eVjafj3fIn71UI@z> (raw) commit: b9ba5739e5972311bbb876d5d0e25a4c676b1194 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 28 17:14:24 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>andrewammerlaan@riseup.net</email> + <name>Andrew Ammerlaan</name> + </maintainer> + <upstream> + <remote-id type="github">cmacmackin/markdown-include</remote-id> + <remote-id type="pypi">markdown-include</remote-id> + </upstream> +</pkgmetadata>
next reply other threads:[~2020-04-28 17:30 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-28 17:30 Andrew Ammerlaan [this message] 2020-04-29 11:12 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdown-include/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2020-11-20 16:03 Andrew Ammerlaan 2020-11-20 16:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-05-24 11:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-05-24 10:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-09-06 19:50 Sergey Torokhov 2022-02-23 12:13 Sergey Torokhov 2022-08-02 22:11 Sergey Torokhov 2022-10-28 21:46 Sergey Torokhov 2022-12-03 16:22 Sergey Torokhov 2022-12-09 17:41 Sergey Torokhov 2022-12-09 17:46 Sergey Torokhov 2023-01-19 0:11 Sergey Torokhov 2023-02-26 22:31 Sergey Torokhov 2023-03-17 13:10 Anna Vyalkova 2023-03-18 12:07 Sergey Torokhov 2023-07-09 2:00 Anna Vyalkova
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1588094064.b9ba5739e5972311bbb876d5d0e25a4c676b1194.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox