21 lines
622 B
Bash
21 lines
622 B
Bash
# Template file for 'python3-matplotlib-inline'
|
|
pkgname=python3-matplotlib-inline
|
|
version=0.1.6
|
|
revision=3
|
|
_pypkg="${pkgname#python3-}"
|
|
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=f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304
|
|
# No tests are shipped
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|