diff options
Diffstat (limited to 'dev-python/sphinx-gallery')
-rw-r--r-- | dev-python/sphinx-gallery/Manifest | 4 | ||||
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.1.12-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild | 2 |
3 files changed, 2 insertions, 33 deletions
diff --git a/dev-python/sphinx-gallery/Manifest b/dev-python/sphinx-gallery/Manifest index a0c941e196a3..d09980a4b841 100644 --- a/dev-python/sphinx-gallery/Manifest +++ b/dev-python/sphinx-gallery/Manifest @@ -1,5 +1,3 @@ -DIST sphinx-gallery-0.1.12.tar.gz 68976 BLAKE2B c9f8f12f775df8cac0f0ad7d70b0dd099dacb3b005584d1bbc878437443144d7e2613ceecd25cd4b0c8941818c5596f6435c1fa223b1e5c5d5196827a69163fb SHA512 57e8fc3746c2f5c941ddc3e00c749a6bfa63fb5741b3e5551df02f798858c417acee05a6b35512506aa0c4866b14a093cb4269284501672c3bbbf2edfc1edc1d DIST sphinx-gallery-0.3.1.tar.gz 88807 BLAKE2B 79218a1f438e2b8607c52b14f098c0136cb4d5ce15a12d82bdb3caf0c7c1090e7c4f210437fc660d8d4d19bf87bbaa2ec3c208d2dc8a77ad9deea5b5cefa3c05 SHA512 c51eaaef63a7496e223a4541d0560f694420b6ac4b2cde3779c405f0ab92d34aef7a37e4c41da9e59bd8a050c8d3eed330df3799e76a60ae35cdbc6f7c9cb8c1 -EBUILD sphinx-gallery-0.1.12-r1.ebuild 721 BLAKE2B 05569a482c83cfa0c039235520488322ae379d8b43ba46b70c36aba689966b7e03d0835e2a17082b7acd705270d9e0ccbe799b48c14ebba9eb7cdbf3aa4dfc4f SHA512 ca8681ab869ec68f87275688de11eb3abd8f5cc06b4cb0b4cd0ebb477ec963ac7edea35c78151fabd23fe4b43461f109893dd8f7fead3cde1c5b59684d9de45c -EBUILD sphinx-gallery-0.3.1-r1.ebuild 668 BLAKE2B 0c44b7b3f04da23ef420ed32941a40718de50a0601ce9c9a29d5a3ae9bbdebfd70cc21893d5f396ba4841f7f701004fbb9f5eea0b0c7954a16b8a266002a0982 SHA512 df71f1c23a7d5a93183b7feefb708091c883dc7f1258042c2182592f1995879d9f1d3b78983e56f2365e62e83de421adcd085933824d099b504c101099f29925 +EBUILD sphinx-gallery-0.3.1-r1.ebuild 665 BLAKE2B cdcda55ded932f19cded76da9246a0b1b572ab3133b12ca3012ec487949ac8bebe55febeb6ce97f1b7f56d957111b79784058d4355f2e3c69f3f155e457846e6 SHA512 c409fbaa87c29136cbe45af39d32259c89023fb23279fdcff584bbebb51cd8f5a98953314b7b52032d9521637d3b676d6056d780a8754e1af34b0f174ea5ad47 MISC metadata.xml 398 BLAKE2B 9ba3eb9dc8d9d9e16cb83963ab758bdcd11c6f7c8ff5ee6a9244b8c0e9c9db2162a22b855bdcd43148c0d23ef8c31c075e36bd4afdffa1a2eb5f30d08ce00747 SHA512 3b9762099b163b539d7de52602291433608ef33a9e60d3713e07bcf0b2b8345a52a0b162f6be52c9a88cfd419e5bc4e59307d07213f1d5aa3c4ca892d91f8b9b 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 deleted file mode 100644 index 33297c1d6aa9..000000000000 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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="http://sphinx-gallery.readthedocs.io/" -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/pillow[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] -" -PDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]" - -# tests need extra files not distributed 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 index c041c17450a3..ad35f0273b49 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild @@ -13,7 +13,7 @@ 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" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" |