commit:     30462e528b580ee0f15fd50925fbca89283721da
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:10:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:10:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30462e52

dev-python/pymdown-extensions: Remove old

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

 dev-python/pymdown-extensions/Manifest             |  2 --
 .../pymdown-extensions-10.13.ebuild                | 37 ----------------------
 .../pymdown-extensions-10.14.2.ebuild              | 37 ----------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/pymdown-extensions/Manifest 
b/dev-python/pymdown-extensions/Manifest
index 3e57fd3c8653..cfb711cdd776 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,3 +1 @@
-DIST pymdown_extensions-10.13.tar.gz 843302 BLAKE2B 
7d4196d32abaa16b6f21ae8a5c4a651d8cc59f0eaa94f9822d0d8344b1b032cc43933ed47ec8cec05f1cb8bdfdacbeb4efb33fdb0a4215688a4fef11b5804dcb
 SHA512 
663c22e11d06411de597febb8eb97291182f86c343e791993bbd26be475c4812b497af896620765f6af7759048e6c502420de8e79ce761deb8ad058bcd9dc830
-DIST pymdown_extensions-10.14.2.tar.gz 846777 BLAKE2B 
042f58bb2cea45e2eda604336e6a135db6b770c4acdf6f6223097ff1b9936b166889ba243169f731da52112550fac7e042f88fe981480bc61a2f9a3fbbb3f3ba
 SHA512 
c2df8977bdcc85ae118e5dc3127d97bcca376a8d575b6f588be4e3d8a10f5090fddef3ab5bcc4fbe58dc4729b76375231ef112fad39564ec89d542c08842f52f
 DIST pymdown_extensions-10.14.3.tar.gz 846846 BLAKE2B 
d18df810826bbc1f4628390abf1075f56778bc8cd70883df3bcef935b526b0cb3d8be9fd3fe733701c8610715ad4b5b153f7fdd77f46eb600f85d4b6de8365eb
 SHA512 
38fca498c304b21902041ed670363a2b3d8e03761d8b6881432046e8859880480f728a6eaaf55f1912e6957686b82b0eca5268db1669918558372d75bde879f2

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.13.ebuild 
b/dev-python/pymdown-extensions/pymdown-extensions-10.13.ebuild
deleted file mode 100644
index 954e1dbc8f90..000000000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-10.13.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extensions for Python Markdown"
-HOMEPAGE="
-       https://github.com/facelessuser/pymdown-extensions/
-       https://pypi.org/project/pymdown-extensions/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/markdown-3.6[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       test? (
-               >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.14.2.ebuild 
b/dev-python/pymdown-extensions/pymdown-extensions-10.14.2.ebuild
deleted file mode 100644
index 8ff34e09c949..000000000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-10.14.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extensions for Python Markdown"
-HOMEPAGE="
-       https://github.com/facelessuser/pymdown-extensions/
-       https://pypi.org/project/pymdown-extensions/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-       >=dev-python/markdown-3.6[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       test? (
-               >=dev-python/pygments-2.19.1[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

Reply via email to