commit:     ae64791dfce87db9f476994a372cdaa8515ffd09
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 20:15:00 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 15 20:15:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae64791d

dev-python/pymdown-extensions: drop 9.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pymdown-extensions/Manifest             |  1 -
 .../pymdown-extensions-9.10.ebuild                 | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/dev-python/pymdown-extensions/Manifest 
b/dev-python/pymdown-extensions/Manifest
index c631a2e7d237..f1fc2ed44dbc 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,2 +1 @@
-DIST pymdown-extensions-9.10.gh.tar.gz 1056472 BLAKE2B 
f691d3fd762b97dd42d59c8e647469a8c0cc4202849661fdcc1c445721c48bd5ea84190a99306b9b5b2215968daf1f19f0765b11fb757045288188e07b55b1a1
 SHA512 
61784be05ba19424da8964f0b852733900a8f9bd699037f6cb1a3c608133c3c7cb3528549d3165d15340e680a67768d30f687c782cae56fc8030e246bcf4f023
 DIST pymdown-extensions-9.11.gh.tar.gz 1062074 BLAKE2B 
d695fa946c264f7ce2da7731fd5ce5388152a2179830108a6b43f769144246c33118084b4b2fe1e45b4255e26dc91871be699043008f67d2f04c5e5396f9ad12
 SHA512 
7745f0da83e3ecab9ac16947662c7a4da31e9ed62c6c519457083e0e8075f386a10146f18edc59cb17dee383335bb303c109da2ab08501118a53ee7315b1095f

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-9.10.ebuild 
b/dev-python/pymdown-extensions/pymdown-extensions-9.10.ebuild
deleted file mode 100644
index 0c69268fb623..000000000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-9.10.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-       dev-python/mkdocs-git-revision-date-localized-plugin
-       dev-python/mkdocs-minify-plugin
-       dev-python/mkdocs-material
-       dev-python/pymdown-lexers
-       dev-python/pyspelling
-"
-DOCS_INITIALIZE_GIT=1
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Extensions for Python Markdown"
-HOMEPAGE="
-       https://github.com/facelessuser/pymdown-extensions/
-       https://pypi.org/project/pymdown-extensions/
-"
-SRC_URI="
-       https://github.com/facelessuser/pymdown-extensions/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~riscv x86"
-
-RDEPEND="
-       >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       test? (
-               >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_compile_all() {
-       default
-       # We need to do this manually instead of relying on docs_compile
-       # https://bytemeta.vip/repo/facelessuser/pymdown-extensions/issues/1446
-       # https://bugs.gentoo.org/859637
-       if use doc; then
-               python -m mkdocs build || die "Failed to make docs"
-               # Colliding files found by ecompress:
-               rm site/sitemap.xml.gz || die
-               HTML_DOCS=( "site/." )
-       fi
-}

Reply via email to