From owner-svn-ports-head@freebsd.org Tue Aug 18 18:49:25 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DDDF3C40AC; Tue, 18 Aug 2020 18:49:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BWKhP1K9Vz4V07; Tue, 18 Aug 2020 18:49:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10B7D164AA; Tue, 18 Aug 2020 18:49:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07IInOK1064036; Tue, 18 Aug 2020 18:49:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07IInOtR064030; Tue, 18 Aug 2020 18:49:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008181849.07IInOtR064030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 18 Aug 2020 18:49:24 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/py-python-igraph: . files X-SVN-Commit-Revision: 545248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2020 18:49:25 -0000 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 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/