From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown2/
Date: Thu, 2 Dec 2021 08:12:31 +0000 (UTC) [thread overview]
Message-ID: <1638432741.8449bc8aa53c49a334869d20f3aa5d428e1887eb.mgorny@gentoo> (raw)
commit: 8449bc8aa53c49a334869d20f3aa5d428e1887eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 07:30:34 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 08:12:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8449bc8a
dev-python/markdown2: Bump to 2.4.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/markdown2/Manifest | 1 +
dev-python/markdown2/markdown2-2.4.2.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest
index d7fcea79d25e..2dbb28a94137 100644
--- a/dev-python/markdown2/Manifest
+++ b/dev-python/markdown2/Manifest
@@ -1 +1,2 @@
DIST markdown2-2.4.1.tar.gz 97089 BLAKE2B 62506be323a0c05060e5922b4eafbe1d0f6c2d9f81348fe5e35af8a577e0d7c26ba56cfa727fc1bb13dc3d08e7a8fe183d9ad91746dfc7a0034d025ff91c1bb9 SHA512 fa62640a135bb01b2dc82f658089c5880a3183c3b6e498ce76a27075d3045d70d7e00b9d497180a63c00cbd9ece83ebabaa8cd31ee326160d891fb422f43528e
+DIST markdown2-2.4.2.tar.gz 96270 BLAKE2B 63808f2b6e8af25eca047e7b24a7ab7ce7afc35fa10aff57b93952cefae765ae8746300f6e93033be87aa73607249198cdfd4fa6e3b3aed711e80d9dc7a006ab SHA512 8c41617213ae8a2d02a986489756d511ee7e1ae970eef348f68808439feaef099ef935ea0a2c31cb9e9abe39899a24fd981a29b7c90d1f8096ba999506121e60
diff --git a/dev-python/markdown2/markdown2-2.4.2.ebuild b/dev-python/markdown2/markdown2-2.4.2.ebuild
new file mode 100644
index 000000000000..8d0e570a4c21
--- /dev/null
+++ b/dev-python/markdown2/markdown2-2.4.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python Markdown language reimplementation"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="https://github.com/trentm/python-markdown2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
+
+src_test() {
+ cd test || die
+ distutils-r1_src_test
+}
+
+python_test() {
+ "${EPYTHON}" -m unittest test_markdown2.py -v ||
+ die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2021-12-02 8:12 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 8:12 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-25 8:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown2/ Michał Górny
2025-02-08 18:35 Michał Górny
2025-02-08 12:11 Arthur Zamarin
2025-01-25 6:24 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28 9:45 Sam James
2024-12-12 4:15 Michał Górny
2024-10-26 13:13 Michał Górny
2024-10-26 13:10 Michał Górny
2024-10-10 5:03 Michał Górny
2024-07-27 7:19 Michał Górny
2024-07-27 7:01 Arthur Zamarin
2024-07-12 2:33 Michał Górny
2024-06-29 14:47 Arthur Zamarin
2024-06-15 15:08 Petr Vaněk
2024-03-13 15:02 Michał Górny
2024-03-13 14:05 Arthur Zamarin
2024-02-26 4:35 Michał Górny
2024-01-06 9:54 Michał Górny
2024-01-06 9:50 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:47 Michał Górny
2023-12-18 5:18 Michał Górny
2023-12-04 6:48 Michał Górny
2023-11-24 16:26 Michał Górny
2023-09-25 18:49 Michał Górny
2023-09-25 17:04 Arthur Zamarin
2023-09-12 15:25 Arthur Zamarin
2023-08-25 3:58 Jakov Smolić
2023-08-24 13:46 Sam James
2023-07-25 5:20 Michał Górny
2023-07-24 10:52 Michał Górny
2023-07-24 8:54 Jakov Smolić
2023-06-23 5:35 Michał Górny
2023-06-07 9:27 Sam James
2023-02-23 6:19 Michał Górny
2023-02-22 20:30 Arthur Zamarin
2023-02-13 6:05 Michał Górny
2023-01-23 7:34 Michał Górny
2022-11-03 19:48 Arthur Zamarin
2022-11-03 19:47 Arthur Zamarin
2022-10-21 5:14 Michał Górny
2022-09-26 10:30 Michał Górny
2022-06-22 7:42 Michał Górny
2022-06-22 5:47 Agostino Sarubbo
2022-05-29 19:16 Arthur Zamarin
2022-04-28 8:31 Michał Górny
2021-12-02 19:58 Michał Górny
2021-12-02 19:48 Sam James
2021-09-18 19:43 Michał Górny
2021-09-18 17:29 Sam James
2021-08-18 6:56 Michał Górny
2021-06-05 14:30 Michał Górny
2021-01-24 21:48 Michał Górny
2021-01-24 20:06 Sam James
2021-01-23 0:54 Michał Górny
2020-12-13 12:15 Michał Górny
2020-12-13 8:58 Sam James
2020-12-11 23:12 Sergei Trofimovich
2020-12-11 23:07 Sergei Trofimovich
2020-12-05 9:52 Michał Górny
2020-10-31 1:05 Louis Sautier
2020-10-20 2:50 Michał Górny
2020-09-20 12:58 Sam James
2020-09-20 12:49 Michał Górny
2020-07-14 16:58 Sergei Trofimovich
2020-07-05 8:38 Sergei Trofimovich
2020-06-20 0:48 Aaron Bauman
2020-06-07 8:48 Agostino Sarubbo
2020-06-07 8:44 Agostino Sarubbo
2020-05-13 7:08 Michał Górny
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-04-21 9:16 Michał Górny
2020-02-05 16:24 Michał Górny
2017-05-02 15:15 Michał Górny
2017-04-26 15:26 Michał Górny
2016-03-18 19:11 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=1638432741.8449bc8aa53c49a334869d20f3aa5d428e1887eb.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