svn commit: r560413 - in head/math/py-matplotlib: . files

Rainer Hurling rhurlin at FreeBSD.org
Tue Jan 5 17:05:58 UTC 2021


Author: rhurlin
Date: Tue Jan  5 17:05:57 2021
New Revision: 560413
URL: https://svnweb.freebsd.org/changeset/ports/560413

Log:
  math/py-matplotlib: Update to 3.3.3
  
  Changelog: https://github.com/matplotlib/matplotlib/releases
  
  PR:		252432
  Approved by:	arrowd (mentor)

Modified:
  head/math/py-matplotlib/Makefile
  head/math/py-matplotlib/distinfo
  head/math/py-matplotlib/files/patch-setup.cfg

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Tue Jan  5 16:59:44 2021	(r560412)
+++ head/math/py-matplotlib/Makefile	Tue Jan  5 17:05:57 2021	(r560413)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	matplotlib
-PORTVERSION=	3.3.1
+PORTVERSION=	3.3.3
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -38,25 +38,26 @@ USE_PYTHON=	distutils
 
 LDFLAGS+=	-fuse-ld=lld
 
+PLIST_SUB=	VER=${PORTVERSION}
+PORTEXAMPLES=	*
+
 OPTIONS_DEFINE=		EXAMPLES \
 			QT5AGGBACKEND TKAGGBACKEND
 OPTIONS_DEFAULT=	TKAGGBACKEND
 OPTIONS_SUB=		yes
 
 QT5AGGBACKEND_DESC=	Qt5Agg backend support
+TKAGGBACKEND_DESC=	TKAgg backend support
+
 QT5AGGBACKEND_USES=	display pyqt:5
 QT5AGGBACKEND_USE=	PYQT=sip,widgets
 QT5AGGBACKEND_VARS=	QT5AGG_BACKEND=True
 QT5AGGBACKEND_VARS_OFF=	QT5AGG_BACKEND=False
-TKAGGBACKEND_DESC=	TKAgg backend support
 TKAGGBACKEND_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
 TKAGGBACKEND_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
 TKAGGBACKEND_USES=	display tk:run
 TKAGGBACKEND_VARS=	TKAGG_BACKEND=True
 TKAGGBACKEND_VARS_OFF=	TKAGG_BACKEND=False
-
-PLIST_SUB=	VER=${PORTVERSION}
-PORTEXAMPLES=	*
 
 post-extract:
 	@${FIND} ${WRKSRC} -name '*.py' | ${XARGS} ${CHMOD} -x

Modified: head/math/py-matplotlib/distinfo
==============================================================================
--- head/math/py-matplotlib/distinfo	Tue Jan  5 16:59:44 2021	(r560412)
+++ head/math/py-matplotlib/distinfo	Tue Jan  5 17:05:57 2021	(r560413)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598015166
-SHA256 (matplotlib-3.3.1.tar.gz) = 87f53bcce90772f942c2db56736788b39332d552461a5cb13f05ff45c1680f0e
-SIZE (matplotlib-3.3.1.tar.gz) = 38780756
+TIMESTAMP = 1609832769
+SHA256 (matplotlib-3.3.3.tar.gz) = b1b60c6476c4cfe9e5cf8ab0d3127476fd3d5f05de0f343a452badaad0e4bdec
+SIZE (matplotlib-3.3.3.tar.gz) = 37944403

Modified: head/math/py-matplotlib/files/patch-setup.cfg
==============================================================================
--- head/math/py-matplotlib/files/patch-setup.cfg	Tue Jan  5 16:59:44 2021	(r560412)
+++ head/math/py-matplotlib/files/patch-setup.cfg	Tue Jan  5 17:05:57 2021	(r560413)
@@ -30,8 +30,8 @@
 +#           is the default behavior
 +#
 +## Date/timezone support:
-+pytz = False
-+dateutil = False
++pytz = True
++dateutil = True
 +
 +[gui_support]
 +# Matplotlib supports multiple GUI toolkits, including Cocoa,


More information about the svn-ports-all mailing list