Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 09:41:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <202006270941.05R9f9D7095245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lwhsu@lwhsu.org>
 # $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



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