mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
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:
parent
27c7e6973b
commit
d8f505319f
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-matplotlib-inline/template
Normal file
21
srcpkgs/python3-matplotlib-inline/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue