Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-gallery/
Date: Thu, 02 May 2019 15:11:40
Message-Id: 1556809622.9aa5534ef256dbd78fdfd3efaeeaf0766d5a3d3f.vdupras@gentoo
1 commit: 9aa5534ef256dbd78fdfd3efaeeaf0766d5a3d3f
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 15:07:02 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 15:07:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa5534e
7
8 dev-python/sphinx-gallery: bump to 0.3.1
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/sphinx-gallery/Manifest | 1 +
14 .../sphinx-gallery/sphinx-gallery-0.3.1.ebuild | 26 ++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-python/sphinx-gallery/Manifest b/dev-python/sphinx-gallery/Manifest
18 index 3ba64540a9a..9c77faaef24 100644
19 --- a/dev-python/sphinx-gallery/Manifest
20 +++ b/dev-python/sphinx-gallery/Manifest
21 @@ -1 +1,2 @@
22 DIST sphinx-gallery-0.1.12.tar.gz 68976 BLAKE2B c9f8f12f775df8cac0f0ad7d70b0dd099dacb3b005584d1bbc878437443144d7e2613ceecd25cd4b0c8941818c5596f6435c1fa223b1e5c5d5196827a69163fb SHA512 57e8fc3746c2f5c941ddc3e00c749a6bfa63fb5741b3e5551df02f798858c417acee05a6b35512506aa0c4866b14a093cb4269284501672c3bbbf2edfc1edc1d
23 +DIST sphinx-gallery-0.3.1.tar.gz 88807 BLAKE2B 79218a1f438e2b8607c52b14f098c0136cb4d5ce15a12d82bdb3caf0c7c1090e7c4f210437fc660d8d4d19bf87bbaa2ec3c208d2dc8a77ad9deea5b5cefa3c05 SHA512 c51eaaef63a7496e223a4541d0560f694420b6ac4b2cde3779c405f0ab92d34aef7a37e4c41da9e59bd8a050c8d3eed330df3799e76a60ae35cdbc6f7c9cb8c1
24
25 diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.3.1.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.3.1.ebuild
26 new file mode 100644
27 index 00000000000..4f1ae7b02a2
28 --- /dev/null
29 +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.3.1.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Sphinx extension to automatically generate an examples gallery"
41 +HOMEPAGE="http://sphinx-gallery.readthedocs.io/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-python/matplotlib[${PYTHON_USEDEP}]
51 + dev-python/pillow[${PYTHON_USEDEP}]
52 + dev-python/sphinx[${PYTHON_USEDEP}]
53 +"
54 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
55 +
56 +# tests need extra files not distributed