public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mdit-py-plugins/
Date: Sun, 23 Jan 2022 18:50:00 +0000 (UTC)	[thread overview]
Message-ID: <1642963741.6bbe375254ab9f2f44303d6525dd32579b0345fc.arthurzam@gentoo> (raw)

commit:     6bbe375254ab9f2f44303d6525dd32579b0345fc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 13:53:12 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 18:49:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbe3752

dev-python/mdit-py-plugins: new package, add 0.3.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/mdit-py-plugins/Manifest                |  1 +
 .../mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild   | 31 ++++++++++++++++++++++
 dev-python/mdit-py-plugins/metadata.xml            | 13 +++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/mdit-py-plugins/Manifest b/dev-python/mdit-py-plugins/Manifest
new file mode 100644
index 000000000000..c04b4ab0815a
--- /dev/null
+++ b/dev-python/mdit-py-plugins/Manifest
@@ -0,0 +1 @@
+DIST mdit-py-plugins-0.3.0.gh.tar.gz 50654 BLAKE2B e84842e7cada1d9239f1d449c1a21ed654ab13017ea92f82190053b37371bc7e06d7afb65f6f56f7fa935666d24d05dca99628121bd4092a1143c289588ddfa4 SHA512 dd6aa738c6d93e45437326b1be52e0a9fc411aa3beacb61690919c272979c97ac1b38116b1ebb01c7d8fe724d4af9621c81ccd45131a690df8a2c0c325eef0e8

diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
new file mode 100644
index 000000000000..8cdbd10b5c1c
--- /dev/null
+++ b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Collection of plugins for markdown-it-py"
+HOMEPAGE="https://pypi.org/project/mdit-py-plugins/
+	https://github.com/executablebooks/mdit-py-plugins"
+SRC_URI="
+	https://github.com/executablebooks/mdit-py-plugins/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/markdown-it-py[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-regressions[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/mdit-py-plugins/metadata.xml b/dev-python/mdit-py-plugins/metadata.xml
new file mode 100644
index 000000000000..95553c8241b9
--- /dev/null
+++ b/dev-python/mdit-py-plugins/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">mdit-py-plugins</remote-id>
+		<remote-id type="github">executablebooks/mdit-py-plugins</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-01-23 18:50 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 18:50 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-07  8:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/mdit-py-plugins/ Sam James
2022-02-07 11:18 Sam James
2022-02-07 11:30 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:36 Sam James
2022-02-07 22:29 Sam James
2022-02-08 17:38 Arthur Zamarin
2022-02-09 14:18 Yixun Lan
2022-03-02  9:05 Agostino Sarubbo
2022-03-03  7:34 Agostino Sarubbo
2022-03-03 12:49 Agostino Sarubbo
2022-03-06  8:54 Agostino Sarubbo
2022-03-12 12:54 Arthur Zamarin
2022-03-12 13:02 Arthur Zamarin
2022-03-12 13:51 Arthur Zamarin
2022-03-12 14:49 Arthur Zamarin
2022-05-29 19:16 Arthur Zamarin
2022-06-24 15:46 Michał Górny
2022-07-06 22:01 James Le Cuirot
2022-09-27 18:25 Arthur Zamarin
2022-10-07  7:03 Michał Górny
2022-11-03 19:14 Arthur Zamarin
2022-11-03 19:38 Arthur Zamarin
2022-12-06  6:02 Michał Górny
2022-12-07 16:24 Michał Górny
2023-01-07 18:25 Arthur Zamarin
2023-01-08  5:06 Michał Górny
2023-02-19  4:32 Michał Górny
2023-03-03  5:53 Michał Górny
2023-03-19 17:36 Arthur Zamarin
2023-03-24 19:44 Arthur Zamarin
2023-03-24 19:48 Michał Górny
2023-04-05  7:03 Arthur Zamarin
2023-04-05  8:10 Michał Górny
2023-05-31 19:08 Michał Górny
2023-06-06  5:43 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-07-10  1:47 Michał Górny
2023-12-08 17:04 WANG Xuerui
2024-05-13  2:12 Michał Górny
2024-05-18  6:11 Michał Górny
2024-05-28 12:10 Michał Górny
2024-09-10  7:06 Michał Górny
2024-09-28 11:41 Arthur Zamarin
2024-09-28 12:04 Michał Górny
2025-02-27 20:59 Michał Górny
2025-05-13 18:54 Arthur Zamarin
2025-08-11 19:08 Michał Górny
2025-09-17  3:17 Sam James

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=1642963741.6bbe375254ab9f2f44303d6525dd32579b0345fc.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --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: link
Be 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