[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4df1c26388ae55462d6bc7d1585a0d6e1ec979e8)

Vlad Glagolev scm at sourcemage.org
Wed Aug 27 17:17:02 EDT 2008


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

 ChangeLog               |    4 ++++
 python-pypi/ipy/DEPENDS |    1 +
 python-pypi/ipy/DETAILS |   21 +++++++++++++++++++++
 python-pypi/ipy/HISTORY |    2 ++
 4 files changed, 28 insertions(+)

New commits:
commit 4df1c26388ae55462d6bc7d1585a0d6e1ec979e8
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    ipy: new spell, class/tools for handling of IPv4/IPv6 addresses and networks

diff --git a/ChangeLog b/ChangeLog
index eae48a2..2f60aa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-28 Vlad Glagolev <stealth at sourcemage.org>
+	* python-pypi/ipy: new spell, class/tools for handling of IPv4/IPv6
+	  addresses and networks
+
 2008-08-27 Vlad Glagolev <stealth at sourcemage.org>
 	* python-pypi/suds: new spell, lightweight SOAP python client
 
diff --git a/python-pypi/ipy/DEPENDS b/python-pypi/ipy/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/ipy/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/ipy/DETAILS b/python-pypi/ipy/DETAILS
new file mode 100755
index 0000000..4c7c703
--- /dev/null
+++ b/python-pypi/ipy/DETAILS
@@ -0,0 +1,21 @@
+           SPELL=ipy
+          SPELLX=IPy
+         VERSION=0.62
+          SOURCE=$SPELLX-$VERSION.tar.gz
+   SOURCE_URL[0]=http://pypi.python.org/packages/source/I/$SPELLX/$SOURCE
+     SOURCE_HASH=sha512:ab778b52fea528c6843a57987cd89b4f0ffb5984c7e3df92e35dbb5b4e73384e4906010d4f760f626ee78c40654f246b34d902caac86fc4cb874abf70e439253
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+        WEB_SITE=http://software.inl.fr/trac/wiki/IPy
+      LICENSE[0]=BSD
+         ENTERED=20080828
+           SHORT="class/tools for handling of IPv4/IPv6 addresses and networks"
+cat << EOF
+IPy are a Python class and tools for handling of IPv4 and IPv6 addresses and
+networks. It is similar to Net::IP Perl module.
+
+The IP class allows a comfortable parsing and handling for most notations in
+use for IPv4 and IPv6 Addresses and Networks. It was greatly inspired bei RIPE's
+Perl module NET::IP's interface but doesn't share the Implementation. It doesn't
+share non-CIDR netmasks, so funky stuff lixe a netmask 0xffffff0f can't be done
+here.
+EOF
diff --git a/python-pypi/ipy/HISTORY b/python-pypi/ipy/HISTORY
new file mode 100644
index 0000000..f5c99b6
--- /dev/null
+++ b/python-pypi/ipy/HISTORY
@@ -0,0 +1,2 @@
+2008-08-28 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS, DETAILS: spell created



More information about the SM-Commit mailing list