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 +}