dev-python/baron: tried to enable doc building

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-02 10:59:10 +02:00
parent c0eef7f4a6
commit 419057aa1c
2 changed files with 6 additions and 10 deletions

View File

@@ -8,22 +8,18 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Full Syntax Tree for python to make writing refactoring code a realist task"
HOMEPAGE=" http://baron.pycqa.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="https://github.com/PyCQA/baron https://baron.pycqa.org"
SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="!test? ( test )"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
DEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)
"
RDEPEND="
dev-python/rply[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
# Doc building fails:
# RuntimeError: Non Expected warning in `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48
#distutils_enable_sphinx docs dev-python/matplotlib dev-python/ipython