Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (a2ac8b5bd50d92aad234382c096db579c5a1adf0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (a2ac8b5bd50d92aad234382c096db579c5a1adf0)
  • Date: Tue, 17 Jul 2007 04:06:08 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 3 +++
python-devel/networkx/DEPENDS | 1 +
python-devel/networkx/DETAILS | 31 +++++++++++++++++++++++++++++++
python-devel/networkx/DOWNLOAD | 8 ++++++++
python-devel/networkx/HISTORY | 2 ++
5 files changed, 45 insertions(+)

New commits:
commit fc6addeeff0e150fa7c82270405218eb504c125e
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

python-devel/networkx: new spell, software for complex networks

diff --git a/ChangeLog b/ChangeLog
index b7b6e98..691533b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-07-17 Alexander Tsamutali <astsmtl AT gmail.com>
+ * python-devel/networkx: new spell, software for complex networks
+
2007-07-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* net/darkstat: new spell, ntop like network monitor
but with less issues
diff --git a/python-devel/networkx/DEPENDS b/python-devel/networkx/DEPENDS
new file mode 100755
index 0000000..867b4d4
--- /dev/null
+++ b/python-devel/networkx/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/networkx/DETAILS b/python-devel/networkx/DETAILS
new file mode 100755
index 0000000..7b6b38f
--- /dev/null
+++ b/python-devel/networkx/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=networkx
+ VERSION=0.34
+
SOURCE_HASH=sha512:df0d5312fe8652f56ef937ec88125769af565a8c2b99be3d8451e42f50886d44b8ead3c6e2dfcec4e27a9c4119b2ecfda2673611c46276caf22c76b53ea8fefb
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://networkx.lanl.gov/download/networkx/$SOURCE
+ WEB_SITE=http://networkx.lanl.gov/
+ ENTERED=20070717
+ LICENSE[0]=LGPL
+ KEYWORDS="python devel"
+ SHORT="high productivity software for complex networks"
+cat << EOF
+NetworkX (NX) is a Python package for the creation, manipulation, and study
+of the structure, dynamics, and functions of complex networks.
+
+Features:
+ * Allows for 1M+ nodes, 10M+ edges
+ * Includes standard graph-theoretic and statistical physics functions
+ * Easy exchange of network algorithms between applications, disciplines,
and platforms
+ * Includes many classic graphs and synthetic networks
+ * Nodes and edges can be "anything" (e.g. time-series, text, images, XML
records)
+ * Exploits existing code from high-quality legacy software in C, C++,
Fortran, etc.
+ * Open source (encourages community input)
+ * Unit-tested
+
+Additional benefits due to Python:
+ * Allows fast prototyping of new algorithms
+ * Easy to teach
+ * Multi-platform
+ * Allows easy access to almost any database
+EOF
diff --git a/python-devel/networkx/DOWNLOAD b/python-devel/networkx/DOWNLOAD
new file mode 100755
index 0000000..6b021cc
--- /dev/null
+++ b/python-devel/networkx/DOWNLOAD
@@ -0,0 +1,8 @@
+if [[ -e ${SOURCE_CACHE}/${SOURCE} ]] ; then
+ message "${MESSAGE_COLOR}Found source file" \
+ "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}"
+else
+ message "${MESSAGE_COLOR}Downloading source file" \
+ "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}" &&
+ wget --no-check-certificate ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
+fi
diff --git a/python-devel/networkx/HISTORY b/python-devel/networkx/HISTORY
new file mode 100644
index 0000000..52c47bd
--- /dev/null
+++ b/python-devel/networkx/HISTORY
@@ -0,0 +1,2 @@
+2007-07-17 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, DOWNLOAD, HISTORY: Created this spell



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (a2ac8b5bd50d92aad234382c096db579c5a1adf0), Alexander Tsamutali, 07/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page