mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
336 B
Text
5 lines
336 B
Text
This module extends Python with a Graph class which is capable of handling
|
|
arbitrary directed and undirected graphs with thousands of nodes and millions
|
|
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.
|