[66501] trunk/dports/python

saispo at macports.org saispo at macports.org
Thu Apr 15 06:51:21 PDT 2010


Revision: 66501
          http://trac.macports.org/changeset/66501
Author:   saispo at macports.org
Date:     2010-04-15 06:51:17 -0700 (Thu, 15 Apr 2010)
Log Message:
-----------
Upgrade py-ipy to latest version and add it for python25 and python26

Modified Paths:
--------------
    trunk/dports/python/py-ipy/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-ipy/
    trunk/dports/python/py25-ipy/Portfile
    trunk/dports/python/py26-ipy/
    trunk/dports/python/py26-ipy/Portfile

Modified: trunk/dports/python/py-ipy/Portfile
===================================================================
--- trunk/dports/python/py-ipy/Portfile	2010-04-15 04:54:34 UTC (rev 66500)
+++ trunk/dports/python/py-ipy/Portfile	2010-04-15 13:51:17 UTC (rev 66501)
@@ -1,25 +1,25 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-ipy
-version			0.42
+version			0.70
 revision		1
 categories		python
-maintainers		nomaintainer
+maintainers		saispo at macports.org
 platforms		darwin freebsd
 description		python module for handling IPv4 and IPv6 addresses and networks
 long_description	IPy is a Python module for handling IPv4 and IPv6 \
 				addresses and networks in a fashion similar to perl's \
 				Net::IP and friends. The IP class allows a comfortable \
 				parsing and handling for most notations in use for \
-				IPv4 and IPv6 addresses and networks. 
+				IPv4 and IPv6 addresses and networks.
 
-homepage		http://c0re.23.nu/c0de/IPy/
-master_sites	${homepage}
+homepage		http://software.inl.fr/trac/wiki/IPy
+master_sites	http://pypi.python.org/packages/source/I/IPy/
 distname		IPy-${version}
-checksums		md5 76bb49482b8c99a49505331558d0eb71
+checksums		md5 39ea7aef33a0f8607802c7fa6686deb5
 
 post-destroot	{
 	xinstall -m 644 ${worksrcpath}/README \

Added: trunk/dports/python/py25-ipy/Portfile
===================================================================
--- trunk/dports/python/py25-ipy/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-ipy/Portfile	2010-04-15 13:51:17 UTC (rev 66501)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-ipy
+version			0.70
+revision		1
+categories		python
+maintainers		saispo at macports.org
+platforms		darwin freebsd
+description		python module for handling IPv4 and IPv6 addresses and networks
+long_description	IPy is a Python module for handling IPv4 and IPv6 \
+				addresses and networks in a fashion similar to perl's \
+				Net::IP and friends. The IP class allows a comfortable \
+				parsing and handling for most notations in use for \
+				IPv4 and IPv6 addresses and networks.
+
+homepage		http://software.inl.fr/trac/wiki/IPy
+master_sites	http://pypi.python.org/packages/source/I/IPy/
+distname		IPy-${version}
+checksums		md5 39ea7aef33a0f8607802c7fa6686deb5
+
+post-destroot	{
+	xinstall -m 644 ${worksrcpath}/README \
+		${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-ipy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-ipy/Portfile
===================================================================
--- trunk/dports/python/py26-ipy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-ipy/Portfile	2010-04-15 13:51:17 UTC (rev 66501)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name			py26-ipy
+version			0.70
+revision		1
+categories		python
+maintainers		saispo at macports.org
+platforms		darwin freebsd
+description		python module for handling IPv4 and IPv6 addresses and networks
+long_description	IPy is a Python module for handling IPv4 and IPv6 \
+				addresses and networks in a fashion similar to perl's \
+				Net::IP and friends. The IP class allows a comfortable \
+				parsing and handling for most notations in use for \
+				IPv4 and IPv6 addresses and networks.
+
+homepage		http://software.inl.fr/trac/wiki/IPy
+master_sites	http://pypi.python.org/packages/source/I/IPy/
+distname		IPy-${version}
+checksums		md5 39ea7aef33a0f8607802c7fa6686deb5
+
+post-destroot	{
+	xinstall -m 644 ${worksrcpath}/README \
+		${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py26-ipy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100415/d16f744c/attachment.html>


More information about the macports-changes mailing list