summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2018-08-21 11:07:39 +0200
committerLouis Sautier <sbraz@gentoo.org>2018-08-21 16:46:25 +0200
commit7adbcb0c64574a4ecf72a3836c240e6d1e0319ce (patch)
tree6a37d3a6371f2db912dbb59d728e4dd981c026e9 /dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild
parentmedia-gfx/imagemagick: bump to v6.9.10-10 & v7.0.8-10 (diff)
downloadgentoo-7adbcb0c64574a4ecf72a3836c240e6d1e0319ce.tar.gz
gentoo-7adbcb0c64574a4ecf72a3836c240e6d1e0319ce.tar.bz2
gentoo-7adbcb0c64574a4ecf72a3836c240e6d1e0319ce.zip
dev-python/sphinx-bootstrap-theme: bump to 0.6.5, add Python 3.7
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild')
-rw-r--r--dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild
new file mode 100644
index 000000000000..8662ac4f5710
--- /dev/null
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
+HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"