Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guzzle_sphinx_theme/
Date: Fri, 14 Sep 2018 20:02:15
Message-Id: 1536955268.aa7fde1c8edf3d2da3c612b44dc1e7227e3014c9.andrey_utkin@gentoo
1 commit: aa7fde1c8edf3d2da3c612b44dc1e7227e3014c9
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 8 23:54:02 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 20:01:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7fde1c
7
8 dev-python/guzzle_sphinx_theme: add python3_7, EAPI=7
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 .../guzzle_sphinx_theme-0.7.11-r1.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
16 new file mode 100644
17 index 00000000000..d18b0f7dc70
18 --- /dev/null
19 +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
26 +
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="Sphinx theme used by Guzzle"
30 +HOMEPAGE="https://github.com/guzzle/guzzle_sphinx_theme"
31 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 +
33 +LICENSE="MIT"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
36 +IUSE=""
37 +
38 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39 +RDEPEND=">=dev-python/sphinx-1.2[${PYTHON_USEDEP}]"