2015-02-17 09:35:01 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-10-16 22:58:20 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
2014-12-16 18:37:55 +03:00
|
|
|
|
2016-11-02 01:53:05 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
|
2014-10-16 22:58:20 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
|
2015-08-25 09:05:57 +03:00
|
|
|
HOMEPAGE="https://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html"
|
2014-10-16 22:58:20 +04:00
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2015-03-07 22:23:18 +03:00
|
|
|
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
|
2014-10-16 22:58:20 +04:00
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|