From 1d2798dd77c261573d24b8e41775b0a1b98c2a5b Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Fri, 20 Aug 2021 06:35:55 -0500 Subject: py-matplotlib-inline: add new package (#25524) --- .../builtin/packages/py-matplotlib-inline/package.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-matplotlib-inline/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-matplotlib-inline/package.py b/var/spack/repos/builtin/packages/py-matplotlib-inline/package.py new file mode 100644 index 0000000000..e4a2408f1d --- /dev/null +++ b/var/spack/repos/builtin/packages/py-matplotlib-inline/package.py @@ -0,0 +1,19 @@ +# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class PyMatplotlibInline(PythonPackage): + """Inline Matplotlib backend for Jupyter.""" + + homepage = "https://github.com/martinRenou/matplotlib-inline" + pypi = "matplotlib-inline/matplotlib-inline-0.1.2.tar.gz" + + version('0.1.2', sha256='f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e') + + depends_on('python@3.5:', type=('build', 'run')) + depends_on('py-setuptools', type='build') + depends_on('py-traitlets', type=('build', 'run')) -- cgit v1.2.3-70-g09d2