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.
This commit is contained in:
Andrew J. Hesford 2021-04-30 22:17:06 -04:00
parent 27c7e6973b
commit d8f505319f

View file

@ -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 <ajh@sideband.org>"
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
}