summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib-inline
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /dev-python/matplotlib-inline
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'dev-python/matplotlib-inline')
-rw-r--r--dev-python/matplotlib-inline/Manifest3
-rw-r--r--dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild2
-rw-r--r--dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild21
3 files changed, 2 insertions, 24 deletions
diff --git a/dev-python/matplotlib-inline/Manifest b/dev-python/matplotlib-inline/Manifest
index 077acb2b5361..733d9b46e7f5 100644
--- a/dev-python/matplotlib-inline/Manifest
+++ b/dev-python/matplotlib-inline/Manifest
@@ -1,4 +1,3 @@
DIST matplotlib-inline-0.1.3.gh.tar.gz 7337 BLAKE2B 995b6e5ce9068760e701e3b429d2187bdc7e7c5b989d54a9fb1f8b5f385f91c6a3621a54d5a1e62c9000737f5f42d9ceae5be7f36b664b7e06ff9c712e6d76ac SHA512 684821204faa3cb35c46663b8c8cb8f0ba5d4f761d15bc708de69c98753685c89da1d330087bcfa970792de592188768dc068accc471d55360f551e44cf4a79a
-EBUILD matplotlib-inline-0.1.3-r1.ebuild 607 BLAKE2B 13c82e35a3ec7a034fe7097f223cadba64f099f9636145c1d944bbb22fd678058d4d47bc38612e9c2126a8a05b2e70f92675eef3f4b912fb881ff528681a5063 SHA512 7fd545c8df886ebf1ed91cddbfa13febadaa1109c90793c4b9a61002ab4bffd53b7bafd7f7afda9f6bc6185a4a1ce729f0b407cd0c4d18c3f2fda180dc275ae0
-EBUILD matplotlib-inline-0.1.3.ebuild 559 BLAKE2B da8b774f30bcbe673312467edd47a9994627cfa478562fee3f2d0bf386e3f80f79bc7df71a5c32c350ff0196fba0eeab11b388b44d0bc5d464661646aa8b24eb SHA512 03c060079930f1997f3a54e5261c0c8558c47c31dfa1397a4af3164b77bf227241d395b7be29b06cc1789ffb202537fe9cf2b109c7bfb495fb5abd5c8f55e5dc
+EBUILD matplotlib-inline-0.1.3-r1.ebuild 599 BLAKE2B e98c4a7618ca510b8deae074473bb7b9d8e1c0dbc65d56fce2dad5c9c30d256ca3daf05ff5d143e4d6debfb8f003ad471479a1bcc902225f349109b1612a31c0 SHA512 066cb1abc7d8d2773f97181a62f9ae266c39d1cfa1617ae68a4dc1e5c8f2aea7f95865b3dd0725577ae1ed87bd2738957f5e5b7860b36756490ab7a8ef078685
MISC metadata.xml 388 BLAKE2B 2c15ea9d7f572bfd693b7b715ad5d32b0528889b07e7b7d2b58e2f99d1884acf376ed5bcbcf527179b232bc761c3aa31a59b112acd7b3a82f07f19d2592d167d SHA512 a40bc579234e3f6f4cb7cf12c0851ff23be0e9a2af94af099d503214f626d03a26dff3fc5d1aebedb5c3b4adfb13f1b6fb72ec10d62d3fea6bc2772271cea027
diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild
index ddc247e6a9b8..4b448be54c8b 100644
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild
+++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild
deleted file mode 100644
index e2785b5e9e27..000000000000
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Inline Matplotlib backend for Jupyter"
-HOMEPAGE="https://github.com/ipython/matplotlib-inline/"
-SRC_URI="
- https://github.com/ipython/matplotlib-inline/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/traitlets[${PYTHON_USEDEP}]"