From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/sphinx-gallery/Manifest | 1 + dev-python/sphinx-gallery/metadata.xml | 13 ++++++++++ .../sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/sphinx-gallery/Manifest create mode 100644 dev-python/sphinx-gallery/metadata.xml create mode 100644 dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild (limited to 'dev-python/sphinx-gallery') diff --git a/dev-python/sphinx-gallery/Manifest b/dev-python/sphinx-gallery/Manifest new file mode 100644 index 000000000000..2d5b1174649e --- /dev/null +++ b/dev-python/sphinx-gallery/Manifest @@ -0,0 +1 @@ +DIST sphinx-gallery-0.3.1.tar.gz 88807 BLAKE2B 79218a1f438e2b8607c52b14f098c0136cb4d5ce15a12d82bdb3caf0c7c1090e7c4f210437fc660d8d4d19bf87bbaa2ec3c208d2dc8a77ad9deea5b5cefa3c05 SHA512 c51eaaef63a7496e223a4541d0560f694420b6ac4b2cde3779c405f0ab92d34aef7a37e4c41da9e59bd8a050c8d3eed330df3799e76a60ae35cdbc6f7c9cb8c1 diff --git a/dev-python/sphinx-gallery/metadata.xml b/dev-python/sphinx-gallery/metadata.xml new file mode 100644 index 000000000000..bc29d84fb4ed --- /dev/null +++ b/dev-python/sphinx-gallery/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + sphinx-gallery + sphinx-gallery/sphinx-gallery + + gentoo-staging + diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild new file mode 100644 index 000000000000..b49e10f6b1c7 --- /dev/null +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension to automatically generate an examples gallery" +HOMEPAGE=" + https://sphinx-gallery.github.io/ + https://github.com/sphinx-gallery/sphinx-gallery" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +# tests need extra files not distributed -- cgit v1.3