diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/matplotlib-inline | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/matplotlib-inline')
-rw-r--r-- | dev-python/matplotlib-inline/Manifest | 1 | ||||
-rw-r--r-- | dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/matplotlib-inline/Manifest b/dev-python/matplotlib-inline/Manifest index d1ebc7d42189..077acb2b5361 100644 --- a/dev-python/matplotlib-inline/Manifest +++ b/dev-python/matplotlib-inline/Manifest @@ -1,3 +1,4 @@ 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 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 new file mode 100644 index 000000000000..ddc247e6a9b8 --- /dev/null +++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +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}] +" |