aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-18 18:49:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-18 18:49:23 +0000
commitb11b0133b507597f7e829dfb2ffeb8d2298035e4 (patch)
tree28571a072a8fdc3cef1891636c44e4209147621f /math
parent8bfcdafb1641d10ec2ea9642c1de9435843434c6 (diff)
downloadports-b11b0133b507597f7e829dfb2ffeb8d2298035e4.tar.gz
ports-b11b0133b507597f7e829dfb2ffeb8d2298035e4.zip
math/py-python-igraph: Update 0.7.0 -> 0.8.2
PR: 248697 Approved by: lwhsu (maintainer; via e-mail)
Notes
Notes: svn path=/head/; revision=545248
Diffstat (limited to 'math')
-rw-r--r--math/py-python-igraph/Makefile14
-rw-r--r--math/py-python-igraph/distinfo5
-rw-r--r--math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh11
-rw-r--r--math/py-python-igraph/pkg-descr2
4 files changed, 24 insertions, 8 deletions
diff --git a/math/py-python-igraph/Makefile b/math/py-python-igraph/Makefile
index f47072b04e13..ec16482a49bf 100644
--- a/math/py-python-igraph/Makefile
+++ b/math/py-python-igraph/Makefile
@@ -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 algorithms
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>
diff --git a/math/py-python-igraph/distinfo b/math/py-python-igraph/distinfo
index 2182983ef95d..5af553b2f36e 100644
--- a/math/py-python-igraph/distinfo
+++ b/math/py-python-igraph/distinfo
@@ -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
diff --git a/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh b/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh
new file mode 100644
index 000000000000..91dfd494d15f
--- /dev/null
+++ b/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh
@@ -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
diff --git a/math/py-python-igraph/pkg-descr b/math/py-python-igraph/pkg-descr
index d5d059a684ff..559fceed76d8 100644
--- a/math/py-python-igraph/pkg-descr
+++ b/math/py-python-igraph/pkg-descr
@@ -4,4 +4,4 @@ of edges. Since the module makes use of the open source igraph library
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/