2019-04-18 08:49:42 +03:00
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
2018-11-10 09:03:25 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
2019-12-17 16:06:29 +03:00
|
|
|
|
|
|
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
2019-04-18 08:49:42 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
|
2018-11-10 09:03:25 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Enhanced Sphinx theme (based on Python 3 docs)"
|
2019-12-17 16:06:29 +03:00
|
|
|
HOMEPAGE="https://github.com/ionelmc/sphinx-py3doc-enhanced-theme
|
|
|
|
https://pypi.org/project/sphinx_py3doc_enhanced_theme/"
|
2018-11-10 09:03:25 +03:00
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
2019-10-12 18:52:35 +03:00
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
2018-11-10 09:03:25 +03:00
|
|
|
IUSE=""
|