Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 18:49:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545248 - in head/math/py-python-igraph: . files
Message-ID:  <202008181849.07IInOtR064030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Aug 18 18:49:23 2020
New Revision: 545248
URL: https://svnweb.freebsd.org/changeset/ports/545248

Log:
  math/py-python-igraph: Update 0.7.0 -> 0.8.2
  
  PR:		248697
  Approved by:	lwhsu (maintainer; via e-mail)

Added:
  head/math/py-python-igraph/files/
  head/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh   (contents, props changed)
Modified:
  head/math/py-python-igraph/Makefile
  head/math/py-python-igraph/distinfo
  head/math/py-python-igraph/pkg-descr

Modified: head/math/py-python-igraph/Makefile
==============================================================================
--- head/math/py-python-igraph/Makefile	Tue Aug 18 18:36:09 2020	(r545247)
+++ head/math/py-python-igraph/Makefile	Tue Aug 18 18:49:23 2020	(r545248)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	python-igraph
-PORTVERSION=	0.7.0
-PORTREVISION=	2
+PORTVERSION=	0.8.2
 CATEGORIES=	math python
-MASTER_SITES=	http://igraph.org/nightly/get/python/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	lwhsu@FreeBSD.org
@@ -13,10 +12,15 @@ COMMENT=	High performance graph data structures and al
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
+BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph \
+		aclocal:devel/automake
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR}
 
-USES=		gnome python
+USES=		bison gnome libtool:build python
 USE_PYTHON=	autoplist concurrent distutils
 USE_GNOME=	libxml2
+
+pre-configure:
+	@${ECHO} ${PORTVERSION} > ${WRKSRC}/vendor/source/igraph/IGRAPH_VERSION
 
 .include <bsd.port.mk>

Modified: head/math/py-python-igraph/distinfo
==============================================================================
--- head/math/py-python-igraph/distinfo	Tue Aug 18 18:36:09 2020	(r545247)
+++ head/math/py-python-igraph/distinfo	Tue Aug 18 18:49:23 2020	(r545248)
@@ -1,2 +1,3 @@
-SHA256 (python-igraph-0.7.0.tar.gz) = 64ac270e80a92066d489407be1900a329df8e26844430f941ecc88771188c471
-SIZE (python-igraph-0.7.0.tar.gz) = 369325
+TIMESTAMP = 1597653394
+SHA256 (python-igraph-0.8.2.tar.gz) = 4601638d7d22eae7608cdf793efac75e6c039770ec4bd2cecf76378c84ce7d72
+SIZE (python-igraph-0.8.2.tar.gz) = 3970354

Added: head/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh	Tue Aug 18 18:49:23 2020	(r545248)
@@ -0,0 +1,11 @@
+--- vendor/source/igraph/bootstrap.sh.orig	2020-08-17 08:48:54 UTC
++++ vendor/source/igraph/bootstrap.sh
+@@ -4,7 +4,7 @@ cd "`dirname $0`"
+ 
+ ## Find out our version number, need git for this
+ printf "Finding out version number/string... "
+-tools/getversion.sh > IGRAPH_VERSION
++#tools/getversion.sh > IGRAPH_VERSION
+ cat IGRAPH_VERSION
+ 
+ for i in glibtoolize libtoolize; do

Modified: head/math/py-python-igraph/pkg-descr
==============================================================================
--- head/math/py-python-igraph/pkg-descr	Tue Aug 18 18:36:09 2020	(r545247)
+++ head/math/py-python-igraph/pkg-descr	Tue Aug 18 18:49:23 2020	(r545248)
@@ -4,4 +4,4 @@ of edges. Since the module makes use of the open sourc
 written in almost 100% pure C, it is blazing fast and outperforms most other
 pure Python-based packages around.
 
-WWW: http://cneurocvs.rmki.kfki.hu/igraph
+WWW: http://cneurocvs.rmki.kfki.hu/igraph/



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