22 lines
652 B
Bash
22 lines
652 B
Bash
# Template file for 'python3-matplotlib-inline'
|
|
pkgname=python3-matplotlib-inline
|
|
version=0.1.3
|
|
revision=2
|
|
_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=a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee
|
|
# No tests are shipped
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|