python3-matplotlib-inline: update to 0.1.3.

This commit is contained in:
Andrew J. Hesford 2021-09-08 20:02:48 -04:00
parent 565a5bfbff
commit f9b2d9d171

View file

@ -1,6 +1,6 @@
# Template file for 'python3-matplotlib-inline' # Template file for 'python3-matplotlib-inline'
pkgname=python3-matplotlib-inline pkgname=python3-matplotlib-inline
version=0.1.2 version=0.1.3
revision=1 revision=1
_pypkg="${pkgname#python3-}" _pypkg="${pkgname#python3-}"
wrksrc="${_pypkg}-${version}" wrksrc="${_pypkg}-${version}"
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/ipython/matplotlib-inline" homepage="https://github.com/ipython/matplotlib-inline"
distfiles="${PYPI_SITE}/m/${_pypkg}/${_pypkg}-${version}.tar.gz" distfiles="${PYPI_SITE}/m/${_pypkg}/${_pypkg}-${version}.tar.gz"
checksum=f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e checksum=a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee
# No tests are shipped # No tests are shipped
make_check=no make_check=no