commit:     6aa0975b01a96c3961d531d96414c4d123d40d81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 09:59:15 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 09:59:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa0975b

dev-python/recommonmark: Remove old

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

 dev-python/recommonmark/recommonmark-0.6.0.ebuild | 35 -----------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-python/recommonmark/recommonmark-0.6.0.ebuild 
b/dev-python/recommonmark/recommonmark-0.6.0.ebuild
deleted file mode 100644
index 8fc040ab8a5..00000000000
--- a/dev-python/recommonmark/recommonmark-0.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python docutils-compatibility bridge to CommonMark"
-HOMEPAGE="https://recommonmark.readthedocs.io/";
-SRC_URI="https://github.com/rtfd/recommonmark/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-
-RDEPEND="
-       >=dev-python/commonmark-0.8.1[${PYTHON_USEDEP}]
-       >=dev-python/docutils-0.14[${PYTHON_USEDEP}]
-       <dev-python/sphinx-3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # known broken with new sphinx
-       # https://github.com/readthedocs/recommonmark/issues/164
-       sed -e 's:test_lists:_&:' \
-               -e '/CustomExtensionTests/s:SphinxIntegrationTests:object:' \
-               -i tests/test_sphinx.py || die
-
-       distutils-r1_src_prepare
-}

Reply via email to