summaryrefslogtreecommitdiff
path: root/dev-python/mistune
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/Manifest4
-rw-r--r--dev-python/mistune/metadata.xml13
-rw-r--r--dev-python/mistune/mistune-3.2.0.ebuild23
-rw-r--r--dev-python/mistune/mistune-3.2.1.ebuild23
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
deleted file mode 100644
index e75b070cae68..000000000000
--- a/dev-python/mistune/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST mistune-3.2.0.tar.gz 95467 BLAKE2B d88ab7247dff9db4ccac7bfb47774881da3b3e5ce945b8fd2d58567eb4cbb72d6715dfbda986aff03a0fd41c6d35b5cf5924a23a3288b00effe97a32e496debf SHA512 0fc30fb323bc901830472626fc34fc4d99fc066a7492c61c7d2672df473e95220accad02f98ddcf070ddbd9fe918585319251f767e7c41443eaa37918e007838
-DIST mistune-3.2.0.tar.gz.provenance 9203 BLAKE2B 39533037d52f637cdcd52095cad9e22ec9cda53c431385539f1c4e2c8347052a53b15847de417185ddc39b789f51036016dd87d34bd3ce464a9ea658110a66f7 SHA512 0bddb4fbfba7b7eb7b0e88b51e1a80a3c6858c60d45c796e314c710230d7ca81ad7fa1644b82e402651ad1e808445430477ec183e2dd452e076253279b775b9d
-DIST mistune-3.2.1.tar.gz 98003 BLAKE2B 04655d9eb8d47fc913c3f7f934bdaf6bc2d0ecb89a1be817060b45951790f419af20a32eb5cd5b7142856b75d2f44b0b923ed795ed584989b8fa5224506708c0 SHA512 df95ff09b5113f2cb99fe317fa511a3018933e2731f50395cdd686a0629eafa3c02beaef6ad801237f6be530c46a79948e127b5fc53c6d091cd4283b1bbc2617
-DIST mistune-3.2.1.tar.gz.provenance 9305 BLAKE2B 4478adaa370153117e8fd0874cdb93eff6696803cf9459db43af25cd28a3a9a3f348f36e6f11eeafd0287864d47a1bb031b925b6fca0ab5fade0d015143ebd8e SHA512 09023814554b7b60c6fe8e3969bb057470287940c0b843ee15e9eb9ff0d08e01eb7667d8bebd5c7be814d2f0de192c2dc8b8509535fb283509959045e704df96
diff --git a/dev-python/mistune/metadata.xml b/dev-python/mistune/metadata.xml
deleted file mode 100644
index bd94a62c27fe..000000000000
--- a/dev-python/mistune/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">mistune</remote-id>
- <remote-id type="github">lepture/mistune</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/mistune/mistune-3.2.0.ebuild b/dev-python/mistune/mistune-3.2.0.ebuild
deleted file mode 100644
index 5eae05275c0d..000000000000
--- a/dev-python/mistune/mistune-3.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/lepture/mistune
-PYTHON_COMPAT=( python3_{13..14} )
-
-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 ~x64-macos"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
diff --git a/dev-python/mistune/mistune-3.2.1.ebuild b/dev-python/mistune/mistune-3.2.1.ebuild
deleted file mode 100644
index 785e0815b9d6..000000000000
--- a/dev-python/mistune/mistune-3.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/lepture/mistune
-PYTHON_COMPAT=( python3_{13..14} )
-
-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 ~x64-macos"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest