commit: 24768ae9aae883eb1627ffe8e41d207a8d7cacf3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 5 13:23:13 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 5 13:28:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24768ae9
dev-python/mistune: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mistune/Manifest | 1 -
dev-python/mistune/mistune-3.1.2.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index ed99f5072185..baf3ba04eae0 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-3.1.2.tar.gz 94613 BLAKE2B
89d7c8fc94c7b4fb3860fb720dff170b5505e474beda1f2c6b97a8812d8ac7c2e47b604c542739d96355adc60d0ab7f5e482f17714e0a338f1babd1b6812da50
SHA512
62fe0a8849a36bc3e07854a9d3d333d1155e6a1e84cab0ade824b98869df2dbdc5741dea3e26b7af8e72e8339c7991f00729d890f5af2289c57865585a5d681a
DIST mistune-3.1.3.tar.gz 94347 BLAKE2B
3464e6b5e4e48faacc303cbf50b15fca235eb9af4fd862bfa7eb4f97a97b4fcefdf4d221151c1e2e546693b3c539d6c71844fe6a2234a2fd9303fb5a9f29f1fd
SHA512
6728543398f0e86612adbf2828b4706da8901738cb8f14df68797bf9cb20e8b9fc15b63e9cd88ee6dd8199fc47676bc4586c54063412256548e429bc4c27488b
diff --git a/dev-python/mistune/mistune-3.1.2.ebuild
b/dev-python/mistune/mistune-3.1.2.ebuild
deleted file mode 100644
index e48223d0d237..000000000000
--- a/dev-python/mistune/mistune-3.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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_{10..13} pypy3 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"
-
-distutils_enable_tests pytest
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- ' 3.10)
-"