From owner-svn-ports-head@freebsd.org Sat Jun 27 09:41:09 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 DB69E34A4E2; Sat, 27 Jun 2020 09:41:09 +0000 (UTC) (envelope-from sunpoet@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 49v7zn5X6Rz4cgy; Sat, 27 Jun 2020 09:41:09 +0000 (UTC) (envelope-from sunpoet@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 B95802324C; Sat, 27 Jun 2020 09:41:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05R9f9w2095251; Sat, 27 Jun 2020 09:41:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05R9f9D7095245; Sat, 27 Jun 2020 09:41:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202006270941.05R9f9D7095245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 27 Jun 2020 09:41:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540588 - in head: . math math/py-igraph math/py-python-igraph X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . math math/py-igraph math/py-python-igraph X-SVN-Commit-Revision: 540588 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: Sat, 27 Jun 2020 09:41:09 -0000 Author: sunpoet Date: Sat Jun 27 09:41:08 2020 New Revision: 540588 URL: https://svnweb.freebsd.org/changeset/ports/540588 Log: Move math/py-igraph to math/py-python-igraph PR: 246548 Submitted by: sunpoet (myself) Approved by: lwhsu (maintainer) Added: head/math/py-python-igraph/ - copied from r540587, head/math/py-igraph/ Deleted: head/math/py-igraph/ Modified: head/MOVED head/math/Makefile head/math/py-python-igraph/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jun 27 09:39:28 2020 (r540587) +++ head/MOVED Sat Jun 27 09:41:08 2020 (r540588) @@ -15110,3 +15110,4 @@ devel/p5-IO-stringy|devel/p5-IO-Stringy|2020-06-26|New devel/looks|devel/jgoodies-looks|2020-06-26|Renamed to match upstream comms/py-serial|comms/py-pyserial|2020-06-27|Rename to match upstream naming devel/py-usb|devel/py-pyusb|2020-06-27|Rename to match upstream naming +math/py-igraph|math/py-python-igraph|2020-06-27|Rename to match upstream naming Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Jun 27 09:39:28 2020 (r540587) +++ head/math/Makefile Sat Jun 27 09:41:08 2020 (r540588) @@ -761,7 +761,6 @@ SUBDIR += py-gym SUBDIR += py-hdbscan SUBDIR += py-hdmedians - SUBDIR += py-igraph SUBDIR += py-intspan SUBDIR += py-keras SUBDIR += py-keras-applications @@ -813,6 +812,7 @@ SUBDIR += py-pystan SUBDIR += py-pysym SUBDIR += py-python-fcl + SUBDIR += py-python-igraph SUBDIR += py-python-louvain SUBDIR += py-pyvtk SUBDIR += py-quadprog Modified: head/math/py-python-igraph/Makefile ============================================================================== --- head/math/py-igraph/Makefile Sat Jun 27 09:39:28 2020 (r540587) +++ head/math/py-python-igraph/Makefile Sat Jun 27 09:41:08 2020 (r540588) @@ -1,13 +1,12 @@ # Created by: Li-Wen Hsu # $FreeBSD$ -PORTNAME= igraph +PORTNAME= python-igraph PORTVERSION= 0.7.0 PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://igraph.org/nightly/get/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= High performance graph data structures and algorithms