Date: Fri, 09 Mar 2018 08:05:32 +0100 From: Tobias Kortkamp <tobik@FreeBSD.org> To: Yuri Victorovich <yuri@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463931 - head/math/py-matplotlib Message-ID: <1520579132.2281350.1297005544.2666E040@webmail.messagingengine.com> In-Reply-To: <201803090630.w296UKXM067168@repo.freebsd.org> References: <201803090630.w296UKXM067168@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 9, 2018, at 07:30, Yuri Victorovich wrote: > Author: yuri > Date: Fri Mar 9 06:30:20 2018 > New Revision: 463931 > URL: https://svnweb.freebsd.org/changeset/ports/463931 > > Log: > math/py-matplotlib: Add missing dependency devel/py- > backports.functools_lru_cache > > Reported by: Shane <FreeBSD@ShaneWare.Biz> in bug#226441 comment > Approved by: tcberner (mentor, implicit) > Approved by: portmgr blanket > > Modified: > head/math/py-matplotlib/Makefile > > Modified: head/math/py-matplotlib/Makefile > ============================================================================== > --- head/math/py-matplotlib/Makefile Fri Mar 9 05:55:53 2018 (r463930) > +++ head/math/py-matplotlib/Makefile Fri Mar 9 06:30:20 2018 (r463931) > @@ -4,6 +4,7 @@ > PORTNAME= matplotlib > DISTVERSIONPREFIX= v > DISTVERSION= 2.1.2 > +PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > @@ -18,6 +19,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ > libfontconfig.so:x11-fonts/fontconfig \ > libtcl86.so:lang/tcl86 > RUN_DEPENDS= ${PYNUMPY} \ > + ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py- > backports.functools_lru_cache@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cycler>0:devel/py-cycler@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:devel/py-dateutil@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \ > devel/py-backports.functools_lru_cache is for Python 2.7 only and this breaks the build of all Python 3.x flavors of devel/py-matplotlib.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1520579132.2281350.1297005544.2666E040>