python3-matplotlib-inline: update to 0.1.7.
This commit is contained in:
parent
73bf4392b7
commit
549f309721
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'python3-matplotlib-inline'
|
||||
pkgname=python3-matplotlib-inline
|
||||
version=0.1.6
|
||||
revision=3
|
||||
_pypkg="${pkgname#python3-}"
|
||||
version=0.1.7
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-traitlets"
|
||||
|
@ -10,8 +9,8 @@ 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
|
||||
distfiles="${PYPI_SITE}/m/matplotlib_inline/matplotlib_inline-${version}.tar.gz"
|
||||
checksum=8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90
|
||||
# No tests are shipped
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Reference in New Issue