Date: Mon, 15 Jun 2015 16:12:56 +0300 From: Dmitry Sivachenko <trtrmitya@gmail.com> To: Wen Heping <wen@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r389644 - in head/math/py-networkx: . files Message-ID: <99541E49-CAC2-4CDC-AA6E-574571499AFB@gmail.com> In-Reply-To: <201506141540.t5EFeXUl066872@svn.freebsd.org> References: <201506141540.t5EFeXUl066872@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 14 =D0=B8=D1=8E=D0=BD=D1=8F 2015 =D0=B3., at 18:40, Wen Heping = <wen@freebsd.org> wrote: >=20 > Author: wen > Date: Sun Jun 14 15:40:33 2015 > New Revision: 389644 > URL: https://svnweb.freebsd.org/changeset/ports/389644 >=20 > Log: > - Update to 1.9.1 >=20 > PR: 200679 > Submitted by: yuri@rawbw.com > Approved by: maintainer >=20 > Modified: > head/math/py-networkx/Makefile > head/math/py-networkx/distinfo > head/math/py-networkx/files/patch-setup.py >=20 > Modified: head/math/py-networkx/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/math/py-networkx/Makefile Sun Jun 14 15:31:28 2015 = (r389643) > +++ head/math/py-networkx/Makefile Sun Jun 14 15:40:33 2015 = (r389644) > @@ -2,7 +2,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D networkx > -PORTVERSION=3D 1.8.1 > +PORTVERSION=3D 1.9.1 > CATEGORIES=3D math python > MASTER_SITES=3D http://networkx.lanl.gov/download/networkx/ \ > CHEESESHOP > @@ -13,6 +13,15 @@ COMMENT=3D Tools for complex networks >=20 > LICENSE=3D BSD3CLAUSE >=20 > +RUN_DEPENDS:=3D = ${PYTHON_PKGNAMEPREFIX}graphviz>=3D1.2:${PORTSDIR}/graphics/py-graphviz = \ > + = ${PYTHON_PKGNAMEPREFIX}decorator>=3D3.4.0:${PORTSDIR}/devel/py-decorator = \ > + = ${PYTHON_PKGNAMEPREFIX}matplotlib>=3D1.4.0:${PORTSDIR}/math/py-matplotlib = \ > + = ${PYTHON_PKGNAMEPREFIX}numpy>=3D1.9.2:${PORTSDIR}/math/py-numpy \ > + = ${PYTHON_PKGNAMEPREFIX}scipy>=3D0.15.1:${PORTSDIR}/science/py-scipy \ > + = ${PYTHON_PKGNAMEPREFIX}scikit-sparse>=3D0.2:${PORTSDIR}/science/py-scikit-= sparse \ > + = ${PYTHON_PKGNAMEPREFIX}sphinx>=3D1.2.3:${PORTSDIR}/textproc/py-sphinx \ > + = ${PYTHON_PKGNAMEPREFIX}docutils>=3D0.12:${PORTSDIR}/textproc/py-docutils > + Hmm... so am I right that version 1.8.1 worked without these deps and = 1.9.1 require all of them? This turned networkx port into huge monster. I suspect most of them are = at least optional (does it need sphinx to run?)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99541E49-CAC2-4CDC-AA6E-574571499AFB>