Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/
Date: Fri, 21 Jul 2017 00:23:03
Message-Id: 1500596548.2bc6332e7e195f9b041afc1ff510ef80e766e90b.bicatali@gentoo
1 commit: 2bc6332e7e195f9b041afc1ff510ef80e766e90b
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 18:18:08 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 21 00:22:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc6332e
7
8 dev-python/sphinx_rtd_theme: version bump
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/sphinx_rtd_theme/Manifest | 1 +
13 .../sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest
17 index 195bdd9dfbb..9999324db25 100644
18 --- a/dev-python/sphinx_rtd_theme/Manifest
19 +++ b/dev-python/sphinx_rtd_theme/Manifest
20 @@ -1 +1,2 @@
21 DIST sphinx_rtd_theme-0.1.9.tar.gz 698461 SHA256 273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1 SHA512 e793a4da6209c26acb261efd03e6591561d7fbad97b3d7ab0a105e125a15a035d2066a1b1572a95954304d361abec39d9e1e401cd7200c6206cc8c89ad134d0f WHIRLPOOL 77edc637b20b86a0273c9365fabdec7712dc40e6dae8533085c6c1f6261df9b0ada32f8b0d0d818f2c20902ce1c6619d9fe534da9c524f034638fb729a204052
22 +DIST sphinx_rtd_theme-0.2.4.tar.gz 1392456 SHA256 2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417 SHA512 865b09febc1c289d47a8be3f3d7caa9d2a4715b350e2e2d058855831321a6f870e8339b2ef22eafc2b9fe72ad48f96b8d2fda4bc032c5f8dcdf23f314869cfbb WHIRLPOOL 54977693305ccbb94b7075e2ef6198e4ccea8885fbec1aee161439ebd09691aec802f56f96c6589531b723d400b8d9f498f3d83336278cfb29b4ee9f6ac20aa1
23
24 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
25 new file mode 100644
26 index 00000000000..85bacb7a6c0
27 --- /dev/null
28 +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="ReadTheDocs.org theme for Sphinx"
40 +HOMEPAGE="https://github.com/snide/sphinx_rtd_theme/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
46 +IUSE=""
47 +
48 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"