From d8f505319f96c2da7400dc68faffbe963ce08fa3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 30 Apr 2021 22:17:06 -0400 Subject: [PATCH] New package: python3-matplotlib-inline-0.1.2 The inline matplotlib logic in python3-ipython has been refactored into this separate package that is needed for proper notebook functionality. --- srcpkgs/python3-matplotlib-inline/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-matplotlib-inline/template diff --git a/srcpkgs/python3-matplotlib-inline/template b/srcpkgs/python3-matplotlib-inline/template new file mode 100644 index 00000000000..82eccf890a5 --- /dev/null +++ b/srcpkgs/python3-matplotlib-inline/template @@ -0,0 +1,21 @@ +# Template file for 'python3-matplotlib-inline' +pkgname=python3-matplotlib-inline +version=0.1.2 +revision=1 +_pypkg="${pkgname#python3-}" +wrksrc="${_pypkg}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-traitlets" +short_desc="Inline Matplotlib backend for Jupyter" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://github.com/ipython/matplotlib-inline" +distfiles="${PYPI_SITE}/m/${_pypkg}/${_pypkg}-${version}.tar.gz" +checksum=f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e +# No tests are shipped +make_check=no + +post_install() { + vlicense LICENSE +}