public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-it-py/
Date: Thu, 23 Feb 2023 06:19:50 +0000 (UTC)	[thread overview]
Message-ID: <1677133088.6e5b4326d28f00c7114142f7358c5ecdbde10940.mgorny@gentoo> (raw)

commit:     6e5b4326d28f00c7114142f7358c5ecdbde10940
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 05:42:00 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 06:18:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5b4326

dev-python/markdown-it-py: Bump to 2.2.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/markdown-it-py/Manifest                 |  1 +
 .../markdown-it-py/markdown-it-py-2.2.0.ebuild     | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/markdown-it-py/Manifest b/dev-python/markdown-it-py/Manifest
index 0082a5e4c543..b3058d46d60d 100644
--- a/dev-python/markdown-it-py/Manifest
+++ b/dev-python/markdown-it-py/Manifest
@@ -1 +1,2 @@
 DIST markdown-it-py-2.1.0.gh.tar.gz 265858 BLAKE2B 0d1bb789ed9a8d08b16c753f7ecc7cc6a6b1fd59fc39d303a0de15276a0a0f93dc8c8bc952de60450741f26770dd3955ae0e6aaa358bacf1003e5eb9124d3a54 SHA512 04e90538c8693f795aed2ed0a5bef4eaf0c12fac32cc0c2049c563e974b229940b9ceaea849ce86fa9804ccdd7be93145f3b6fc8d0774e96fafa0484368d0a88
+DIST markdown-it-py-2.2.0.gh.tar.gz 266808 BLAKE2B 8eae5e1924e7afbc79203a11beb7b8271c4c524f5b26cd4bed86f784e4e811d081c2c6bf573bfcdb08f5e270c323957c439c9b9744c7036c4615daece24bde35 SHA512 84d6c15084bf33bdecdcbc8419322f2898bde20de6baeaee6c66c4e6ad9e47dfb8a14e2b1fcf71b8c42e7b61a7caed119919faf0faf6765aad85c186d91fe9d5

diff --git a/dev-python/markdown-it-py/markdown-it-py-2.2.0.ebuild b/dev-python/markdown-it-py/markdown-it-py-2.2.0.ebuild
new file mode 100644
index 000000000000..a4afe6ca22e6
--- /dev/null
+++ b/dev-python/markdown-it-py/markdown-it-py-2.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python port of markdown-it, Markdown parser"
+HOMEPAGE="
+	https://pypi.org/project/markdown-it-py/
+	https://github.com/executablebooks/markdown-it-py/
+"
+SRC_URI="
+	https://github.com/executablebooks/markdown-it-py/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	<dev-python/linkify-it-py-3[${PYTHON_USEDEP}]
+	dev-python/mdurl[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-regressions[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	# No need to benchmark
+	benchmarking/
+)


             reply	other threads:[~2023-02-23  6:19 UTC|newest]

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

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=1677133088.6e5b4326d28f00c7114142f7358c5ecdbde10940.mgorny@gentoo \
    --to=mgorny@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