Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (81d8fa59a2b7341f51a10eaff21c1ffe50f1e036)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (81d8fa59a2b7341f51a10eaff21c1ffe50f1e036)
  • Date: Sat, 20 Sep 2008 07:02:49 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/netaddr/DEPENDS | 1 +
python-pypi/netaddr/DETAILS | 26 ++++++++++++++++++++++++++
python-pypi/netaddr/HISTORY | 2 ++
4 files changed, 33 insertions(+)

New commits:
commit 81d8fa59a2b7341f51a10eaff21c1ffe50f1e036
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netaddr: new spell, pythonic manipulation of IPv4, IPv6, CIDR, EUI and
MAC network addresses

diff --git a/ChangeLog b/ChangeLog
index 16813cd..8c377d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/netaddr: new spell, pythonic manipulation of IPv4,
IPv6, CIDR,
+ EUI and MAC network addresses
+
2008-09-19 David Kowis <dkowis AT shlrm.org>
* archive/backuppc: New spell, supposed to be better than bacula ;)
* accounts: Added backuppc user
diff --git a/python-pypi/netaddr/DEPENDS b/python-pypi/netaddr/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/netaddr/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/netaddr/DETAILS b/python-pypi/netaddr/DETAILS
new file mode 100755
index 0000000..5120682
--- /dev/null
+++ b/python-pypi/netaddr/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=netaddr
+ VERSION=0.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/n/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://netaddr.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:53b373f78cd86ce0211c1a3396173a0f745058d05bd4f7bac5bdee603d7aaa9f1fa5f566c789a64a4d320d4da05a256cf97e61279016672a1a6acd9b988fa320
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://code.google.com/p/netaddr/
+ LICENSE[0]=BSD
+ ENTERED=20080920
+ SHORT="pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC
network addresses"
+cat << EOF
+netaddr is a Python library for the manipulation of various common network
+address notations and representations.
+
+It takes the hassle out of fiddling with innumerable variations of network
+addresses, presenting a consistent, extensible, easy-to-use and (above all)
+Pythonic API.
+
+With it you can validate, convert, categorise, iterate, generate, slice &
dice:
+ * MAC (Media Access Control)
+ * IEEE EUI-48 and EUI-64
+ * IP version 4
+ * IP version 6
+ * CIDR (Classless Inter-Domain Routing)
+EOF
diff --git a/python-pypi/netaddr/HISTORY b/python-pypi/netaddr/HISTORY
new file mode 100644
index 0000000..325e812
--- /dev/null
+++ b/python-pypi/netaddr/HISTORY
@@ -0,0 +1,2 @@
+2008-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (81d8fa59a2b7341f51a10eaff21c1ffe50f1e036), Vlad Glagolev, 09/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page