commit: b0861ec4f31efb9a0602c2ad0138deafe4c379a7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 30 03:24:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 30 03:36:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0861ec4
dev-python/mistune: Bump to 3.1.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mistune/Manifest | 1 +
dev-python/mistune/mistune-3.1.4.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index baf3ba04eae0..60c5ea135073 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
DIST mistune-3.1.3.tar.gz 94347 BLAKE2B
3464e6b5e4e48faacc303cbf50b15fca235eb9af4fd862bfa7eb4f97a97b4fcefdf4d221151c1e2e546693b3c539d6c71844fe6a2234a2fd9303fb5a9f29f1fd
SHA512
6728543398f0e86612adbf2828b4706da8901738cb8f14df68797bf9cb20e8b9fc15b63e9cd88ee6dd8199fc47676bc4586c54063412256548e429bc4c27488b
+DIST mistune-3.1.4.tar.gz 94588 BLAKE2B
f08207242c8b91afcfe64cc75d4c3c079f7ffc68a7336772deb410cfdc92be3be7692ab29db18a3ef3dca2ef42f07a00a399127b683022e3be34cb835d816da2
SHA512
e41b096ad7ef08a4e82ceffae74370a8eaaf634b40440e551a9b96ba76f3c274994eed56315abcc5f8dc3dedbd02e6d8eb29bf750a5b4793080ee9bea05f8d11
diff --git a/dev-python/mistune/mistune-3.1.4.ebuild
b/dev-python/mistune/mistune-3.1.4.ebuild
new file mode 100644
index 000000000000..3dab1d52b334
--- /dev/null
+++ b/dev-python/mistune/mistune-3.1.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="
+ https://github.com/lepture/mistune/
+ https://pypi.org/project/mistune/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest