Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 09:54:16 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458813 - head/math/py-igraph
Message-ID:  <201801120954.w0C9sGQ0053124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Jan 12 09:54:16 2018
New Revision: 458813
URL: https://svnweb.freebsd.org/changeset/ports/458813

Log:
  - Set USE_PYTHON+=concurrent to enable multiple flavors coexist
  
  PR:		224811
  submitted by:	ting-wei lan <lantw44@gmail.com>

Modified:
  head/math/py-igraph/Makefile

Modified: head/math/py-igraph/Makefile
==============================================================================
--- head/math/py-igraph/Makefile	Fri Jan 12 09:30:42 2018	(r458812)
+++ head/math/py-igraph/Makefile	Fri Jan 12 09:54:16 2018	(r458813)
@@ -3,6 +3,7 @@
 
 PORTNAME=	igraph
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	http://igraph.org/nightly/get/python/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ COMMENT=	High performance graph data structures and al
 BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 USE_GNOME=	libxml2
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801120954.w0C9sGQ0053124>