commit:     8c95890e8265e3589dee4ebc6cc6a2f384bf10a5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 07:39:36 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 07:39:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c95890e

dev-python/markdown2: Remove old

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

 dev-python/markdown2/Manifest               |  1 -
 dev-python/markdown2/markdown2-2.4.2.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest
index d395bec808b3..6a2ef23abf71 100644
--- a/dev-python/markdown2/Manifest
+++ b/dev-python/markdown2/Manifest
@@ -1,2 +1 @@
-DIST markdown2-2.4.2.tar.gz 96270 BLAKE2B 
63808f2b6e8af25eca047e7b24a7ab7ce7afc35fa10aff57b93952cefae765ae8746300f6e93033be87aa73607249198cdfd4fa6e3b3aed711e80d9dc7a006ab
 SHA512 
8c41617213ae8a2d02a986489756d511ee7e1ae970eef348f68808439feaef099ef935ea0a2c31cb9e9abe39899a24fd981a29b7c90d1f8096ba999506121e60
 DIST markdown2-2.4.3.tar.gz 102973 BLAKE2B 
7a856a9d0bd539e3de1e358aa7d4968aca62b67a30dc64a905633040a6a525b2ac1ec0d4cd7d8d4ed9b38e68e5df3f187cf0f56e1816a4ec10efe4e849356580
 SHA512 
b5eb5cb6ac52878a224aa6b4642ade86593de5340594271940b3ef25809a9e37b9b3cbb04f4fa9880a50a4fee8ed85c1c6d76b19065b0fd703363faf4d812679

diff --git a/dev-python/markdown2/markdown2-2.4.2.ebuild 
b/dev-python/markdown2/markdown2-2.4.2.ebuild
deleted file mode 100644
index 08b6ceab23ac..000000000000
--- a/dev-python/markdown2/markdown2-2.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python Markdown language reimplementation"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="https://github.com/trentm/python-markdown2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_test() {
-       cd test || die
-       distutils-r1_src_test
-}
-
-python_test() {
-       "${EPYTHON}" -m unittest test_markdown2.py -v ||
-               die "Tests fail with ${EPYTHON}"
-}

Reply via email to