diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-19 18:18:08 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-21 00:22:28 +0000 |
commit | 2bc6332e7e195f9b041afc1ff510ef80e766e90b (patch) | |
tree | c1e1cf469cdbf7165a91f346d25f1b1c43462a58 /dev-python | |
parent | dev-python/numba: version bump (diff) | |
download | gentoo-2bc6332e7e195f9b041afc1ff510ef80e766e90b.tar.gz gentoo-2bc6332e7e195f9b041afc1ff510ef80e766e90b.tar.bz2 gentoo-2bc6332e7e195f9b041afc1ff510ef80e766e90b.zip |
dev-python/sphinx_rtd_theme: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinx_rtd_theme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest index 195bdd9dfbb1..9999324db25d 100644 --- a/dev-python/sphinx_rtd_theme/Manifest +++ b/dev-python/sphinx_rtd_theme/Manifest @@ -1 +1,2 @@ DIST sphinx_rtd_theme-0.1.9.tar.gz 698461 SHA256 273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1 SHA512 e793a4da6209c26acb261efd03e6591561d7fbad97b3d7ab0a105e125a15a035d2066a1b1572a95954304d361abec39d9e1e401cd7200c6206cc8c89ad134d0f WHIRLPOOL 77edc637b20b86a0273c9365fabdec7712dc40e6dae8533085c6c1f6261df9b0ada32f8b0d0d818f2c20902ce1c6619d9fe534da9c524f034638fb729a204052 +DIST sphinx_rtd_theme-0.2.4.tar.gz 1392456 SHA256 2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417 SHA512 865b09febc1c289d47a8be3f3d7caa9d2a4715b350e2e2d058855831321a6f870e8339b2ef22eafc2b9fe72ad48f96b8d2fda4bc032c5f8dcdf23f314869cfbb WHIRLPOOL 54977693305ccbb94b7075e2ef6198e4ccea8885fbec1aee161439ebd09691aec802f56f96c6589531b723d400b8d9f498f3d83336278cfb29b4ee9f6ac20aa1 diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild new file mode 100644 index 000000000000..85bacb7a6c0e --- /dev/null +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) + +inherit distutils-r1 + +DESCRIPTION="ReadTheDocs.org theme for Sphinx" +HOMEPAGE="https://github.com/snide/sphinx_rtd_theme/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |