20 lines
609 B
Bash
20 lines
609 B
Bash
# Template file for 'python3-matplotlib-inline'
|
|
pkgname=python3-matplotlib-inline
|
|
version=0.1.7
|
|
revision=1
|
|
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/matplotlib_inline/matplotlib_inline-${version}.tar.gz"
|
|
checksum=8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90
|
|
# No tests are shipped
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|