Gentoo Archives: gentoo-commits

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