summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-11 10:59:15 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-11 10:59:15 +0100
commit6aa0975b01a96c3961d531d96414c4d123d40d81 (patch)
tree74e345994f4f24cb905cf4bbf1190645a3e6e895 /dev-python/recommonmark
parentdev-embedded/openocd: Stabilize 0.10.0-r1 x86, #763855 (diff)
downloadgentoo-6aa0975b01a96c3961d531d96414c4d123d40d81.tar.gz
gentoo-6aa0975b01a96c3961d531d96414c4d123d40d81.tar.bz2
gentoo-6aa0975b01a96c3961d531d96414c4d123d40d81.zip
dev-python/recommonmark: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/recommonmark')
-rw-r--r--dev-python/recommonmark/recommonmark-0.6.0.ebuild35
1 files changed, 0 insertions, 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 8fc040ab8a5c..000000000000
--- 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
-}