From owner-svn-ports-head@freebsd.org Tue Jan 5 17:05:58 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C8934C2FCB; Tue, 5 Jan 2021 17:05:58 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9JmQ1lt6z4lPX; Tue, 5 Jan 2021 17:05:58 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 243467759; Tue, 5 Jan 2021 17:05:58 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 105H5wjK094019; Tue, 5 Jan 2021 17:05:58 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 105H5vcG094017; Tue, 5 Jan 2021 17:05:57 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202101051705.105H5vcG094017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Tue, 5 Jan 2021 17:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560413 - in head/math/py-matplotlib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/math/py-matplotlib: . files X-SVN-Commit-Revision: 560413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 17:05:58 -0000 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,