2019-04-18 08:49:42 +03:00
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
2017-01-02 23:57:37 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
2019-04-18 08:49:42 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
2017-01-02 23:57:37 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Python docutils-compatibility bridge to CommonMark"
|
|
|
|
HOMEPAGE="https://recommonmark.readthedocs.io/"
|
|
|
|
LICENSE="MIT"
|
|
|
|
|
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
SLOT="0"
|
2018-06-30 23:35:17 +03:00
|
|
|
KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
|
2017-01-02 23:57:37 +03:00
|
|
|
RDEPEND="
|
|
|
|
dev-python/docutils[${PYTHON_USEDEP}]
|
2018-10-19 01:38:47 +03:00
|
|
|
<=dev-python/commonmark-0.5.4[${PYTHON_USEDEP}]
|
2017-01-02 23:57:37 +03:00
|
|
|
"
|
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
IUSE=""
|