svn commit: r389644 - in head/math/py-networkx: . files

Dmitry Sivachenko trtrmitya at gmail.com
Mon Jun 15 13:13:01 UTC 2015


> On 14 июня 2015 г., at 18:40, Wen Heping <wen at freebsd.org> wrote:
> 
> Author: wen
> Date: Sun Jun 14 15:40:33 2015
> New Revision: 389644
> URL: https://svnweb.freebsd.org/changeset/ports/389644
> 
> Log:
>  - Update to 1.9.1
> 
>  PR:		200679
>  Submitted by:	yuri at rawbw.com
>  Approved by:	maintainer
> 
> Modified:
>  head/math/py-networkx/Makefile
>  head/math/py-networkx/distinfo
>  head/math/py-networkx/files/patch-setup.py
> 
> Modified: head/math/py-networkx/Makefile
> ==============================================================================
> --- 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$
> 
> PORTNAME=	networkx
> -PORTVERSION=	1.8.1
> +PORTVERSION=	1.9.1
> CATEGORIES=	math python
> MASTER_SITES=	http://networkx.lanl.gov/download/networkx/ \
> 		CHEESESHOP
> @@ -13,6 +13,15 @@ COMMENT=	Tools for complex networks
> 
> LICENSE=	BSD3CLAUSE
> 
> +RUN_DEPENDS:=	${PYTHON_PKGNAMEPREFIX}graphviz>=1.2:${PORTSDIR}/graphics/py-graphviz \
> +		${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator \
> +		${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:${PORTSDIR}/math/py-matplotlib \
> +		${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2:${PORTSDIR}/math/py-numpy \
> +		${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:${PORTSDIR}/science/py-scipy \
> +		${PYTHON_PKGNAMEPREFIX}scikit-sparse>=0.2:${PORTSDIR}/science/py-scikit-sparse \
> +		${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.3:${PORTSDIR}/textproc/py-sphinx \
> +		${PYTHON_PKGNAMEPREFIX}docutils>=0.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?)



More information about the svn-ports-all mailing list