v2.1.0: This is the second minor release in the Matplotlib 2.x series and the first release with major new features since 1.5. This release contains approximately 2 years worth of work by 275 contributors across over 950 pull requests. Highlights from this release include: * support for string categorical values * export of animations to interactive javascript widgets * major overhaul of polar plots * reproducible output for ps/eps, pdf, and svg backends * performance improvements in drawing lines and images * GUIs show a busy cursor while rendering the plot * along with many other enhancements and bug fixes.
25 lines
776 B
Text
25 lines
776 B
Text
# $NetBSD: Makefile.common,v 1.2 2017/10/13 09:50:35 adam Exp $
|
|
# used by graphics/py-matplotlib/Makefile
|
|
# used by graphics/py-matplotlib-gtk2/Makefile
|
|
# used by graphics/py-matplotlib-tk/Makefile
|
|
|
|
DISTNAME= matplotlib-2.1.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://matplotlib.org/
|
|
# LICENSE= see ${WRKSRC}/LICENSE/LICENSE
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../graphics/py-matplotlib/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../graphics/py-matplotlib/patches
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# see patch-setup.py
|
|
SUBST_CLASSES+= mplpkgs
|
|
SUBST_STAGE.mplpkgs= pre-configure
|
|
SUBST_MESSAGE.mplpkgs= Selecting mpl packages.
|
|
SUBST_FILES.mplpkgs= setup.py
|
|
SUBST_VARS.mplpkgs= MPL_PACKAGES
|