summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib-inline
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
commit46eedbedafdb0040c37884982d4c775ce277fb7b (patch)
treedb33a91259730be84999e13a8d8168c799f50ac0 /dev-python/matplotlib-inline
parente23a08d0c97a0cc415aaa165da840b056f93c997 (diff)
gentoo resync : 20.10.2021
Diffstat (limited to 'dev-python/matplotlib-inline')
-rw-r--r--dev-python/matplotlib-inline/Manifest6
-rw-r--r--dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild21
-rw-r--r--dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild2
-rw-r--r--dev-python/matplotlib-inline/metadata.xml1
4 files changed, 4 insertions, 26 deletions
diff --git a/dev-python/matplotlib-inline/Manifest b/dev-python/matplotlib-inline/Manifest
index c152abee6fff..41cb9cccd1e1 100644
--- a/dev-python/matplotlib-inline/Manifest
+++ b/dev-python/matplotlib-inline/Manifest
@@ -1,5 +1,3 @@
-DIST matplotlib-inline-0.1.2.gh.tar.gz 7340 BLAKE2B 026c08d8a96d4402a1b70e50f1adce2b620c17b00d9e4dc365540c41b2d8f189a73cf6c65c8946ae45e7e5325321d28918692c2c6b5f81668fa56fedb40fd425 SHA512 e6ac7efe10979afb773b75c4d2ee321c52b1e9788a80703d063b0936b4989946aa35206ff7e8ad4ffaf6c1116d893de9516fc033f53685ad3a55d8f1a9a8fd48
DIST matplotlib-inline-0.1.3.gh.tar.gz 7337 BLAKE2B 995b6e5ce9068760e701e3b429d2187bdc7e7c5b989d54a9fb1f8b5f385f91c6a3621a54d5a1e62c9000737f5f42d9ceae5be7f36b664b7e06ff9c712e6d76ac SHA512 684821204faa3cb35c46663b8c8cb8f0ba5d4f761d15bc708de69c98753685c89da1d330087bcfa970792de592188768dc068accc471d55360f551e44cf4a79a
-EBUILD matplotlib-inline-0.1.2.ebuild 549 BLAKE2B fb1dee47ea76d56564d39e6f29d254356bcbead6fc15181285cac69851cf8506a4aeb6e135d710989f597c108ab11f173628b23ada8986bd50f37aa7e338cef3 SHA512 3aeaa8783c40cfcb411584eac7fdfc070f0e8ba1d71590e97fc5fca6cfaaa7917f95359c47e6003a32c381274a451b9183ce040a880c8c376217437e3419230a
-EBUILD matplotlib-inline-0.1.3.ebuild 555 BLAKE2B 93b05b2ddc718165f49afb3cb06512c0f7d746b725da64064d92e59b8370f6cc29c6a6448a8f64195043c6ec81522a29343a3bebe037b47b7e734c077344edfe SHA512 dbe629ead7ad50baaf5689288a31343dec095c9d3263a36df1fb75a6dda403a35156e5489f1826400786f05e6af1d0c0ba56e8fc2d3305c7e7365c80675a7440
-MISC metadata.xml 364 BLAKE2B ed49b2fa437a2f09b0299ce20b67f21f6a47598541b5947db5577fce784d08c61e8c87e3ee84da52f6535a076d4ea9ec7acb06071bcca8329064a192fe433d13 SHA512 796577807f86c3568136409adcb92fc0f8eb2259d63f308709c95fa15bad5cdff0e8603a9e2cf705c2f7b61df86c5fed98aef773c571267169d030a9406e69f1
+EBUILD matplotlib-inline-0.1.3.ebuild 549 BLAKE2B fb1dee47ea76d56564d39e6f29d254356bcbead6fc15181285cac69851cf8506a4aeb6e135d710989f597c108ab11f173628b23ada8986bd50f37aa7e338cef3 SHA512 3aeaa8783c40cfcb411584eac7fdfc070f0e8ba1d71590e97fc5fca6cfaaa7917f95359c47e6003a32c381274a451b9183ce040a880c8c376217437e3419230a
+MISC metadata.xml 388 BLAKE2B 2c15ea9d7f572bfd693b7b715ad5d32b0528889b07e7b7d2b58e2f99d1884acf376ed5bcbcf527179b232bc761c3aa31a59b112acd7b3a82f07f19d2592d167d SHA512 a40bc579234e3f6f4cb7cf12c0851ff23be0e9a2af94af099d503214f626d03a26dff3fc5d1aebedb5c3b4adfb13f1b6fb72ec10d62d3fea6bc2772271cea027
diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
deleted file mode 100644
index 33bc090b29a7..000000000000
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.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 ~ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/traitlets[${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
index 50c6f3da0068..33bc090b29a7 100644
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild
+++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
diff --git a/dev-python/matplotlib-inline/metadata.xml b/dev-python/matplotlib-inline/metadata.xml
index aad2292b4508..db1e0b9d696a 100644
--- a/dev-python/matplotlib-inline/metadata.xml
+++ b/dev-python/matplotlib-inline/metadata.xml
@@ -4,6 +4,7 @@
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">ipython/matplotlib-inline</remote-id>
<remote-id type="pypi">matplotlib-inline</remote-id>