From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-exec/
Date: Sat, 8 Jul 2023 00:52:24 +0000 (UTC) [thread overview]
Message-ID: <1688777529.a340af1858ab15f9e3ddc894e0a4bd9718ece15f.marecki@gentoo> (raw)
commit: a340af1858ab15f9e3ddc894e0a4bd9718ece15f
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 23:04:19 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 00:52:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a340af18
dev-python/markdown-exec: new package, add 1.6.0
Bug: https://bugs.gentoo.org/907820
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/markdown-exec/Manifest | 1 +
.../markdown-exec/markdown-exec-1.6.0.ebuild | 28 ++++++++++++++++++++++
dev-python/markdown-exec/metadata.xml | 16 +++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/markdown-exec/Manifest b/dev-python/markdown-exec/Manifest
new file mode 100644
index 000000000000..4b6f5ac4e843
--- /dev/null
+++ b/dev-python/markdown-exec/Manifest
@@ -0,0 +1 @@
+DIST markdown_exec-1.6.0.tar.gz 18880 BLAKE2B 374f62c112efcf7f02c6b55f1348a3b38ad574240ca2e0af88af52343eb8cd2c0001d3b3dbe629e8917c40a602311e389683abd374e4ce62209bc051ea722389 SHA512 d05d3ede2f0280e8406b7cde7e555f2a1f796101c2cd336883b0e045837767a90fa6beb4ff624fa9029343bd2c3628219f387f438fcdbb661d91219134bf312c
diff --git a/dev-python/markdown-exec/markdown-exec-1.6.0.ebuild b/dev-python/markdown-exec/markdown-exec-1.6.0.ebuild
new file mode 100644
index 000000000000..dbc2b3efc408
--- /dev/null
+++ b/dev-python/markdown-exec/markdown-exec-1.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Utilities to execute code blocks in Markdown files"
+HOMEPAGE="
+ https://pawamoy.github.io/markdown-exec/
+ https://pypi.org/project/markdown-exec/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="ansi"
+
+RDEPEND="
+ >=dev-python/pymdown-extensions-9[${PYTHON_USEDEP}]
+ ansi? ( dev-python/pygments-ansi-color[${PYTHON_USEDEP}] )
+"
+BDEPEND="test? ( dev-python/markupsafe[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
diff --git a/dev-python/markdown-exec/metadata.xml b/dev-python/markdown-exec/metadata.xml
new file mode 100644
index 000000000000..fcffb03da573
--- /dev/null
+++ b/dev-python/markdown-exec/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">markdown-exec</remote-id>
+ <remote-id type="github">pawamoy/markdown-exec</remote-id>
+ </upstream>
+ <use>
+ <flag name="ansi">Enable support for rendering ANSI colours in HTML code blocks</flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2023-07-08 0:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-08 0:52 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-08 23:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-exec/ Marek Szuba
2023-10-17 18:57 Michał Górny
2023-11-23 20:11 Michał Górny
2023-12-30 18:30 Michał Górny
2024-01-06 6:45 Michał Górny
2024-04-16 6:46 Michał Górny
2024-05-20 19:42 Michał Górny
2024-05-23 2:11 Michał Górny
2024-06-14 12:19 Michał Górny
2024-06-20 18:07 Michał Górny
2024-06-20 18:07 Michał Górny
2024-06-21 16:59 Michał Górny
2024-06-24 15:51 Michał Górny
2024-06-28 11:38 Michał Górny
2024-12-07 7:07 Michał Górny
2025-02-25 7:51 Michał Górny
2025-02-25 7:51 Michał Górny
2025-02-25 8:14 Michał Górny
2025-03-12 8:31 Michał Górny
2025-03-19 7:32 Michał Górny
2025-03-25 5:33 Michał Górny
2025-03-25 5:33 Michał Górny
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=1688777529.a340af1858ab15f9e3ddc894e0a4bd9718ece15f.marecki@gentoo \
--to=marecki@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