[90946] trunk/dports/python
dports at macports.org
dports at macports.org
Mon Mar 19 01:16:30 PDT 2012
Revision: 90946
https://trac.macports.org/changeset/90946
Author: dports at macports.org
Date: 2012-03-19 01:16:30 -0700 (Mon, 19 Mar 2012)
Log Message:
-----------
py-ipy: unify and update to v0.75 (#31121, maintainer timeout)
Modified Paths:
--------------
trunk/dports/python/py-ipy/Portfile
Removed Paths:
-------------
trunk/dports/python/py25-ipy/
trunk/dports/python/py26-ipy/
Modified: trunk/dports/python/py-ipy/Portfile
===================================================================
--- trunk/dports/python/py-ipy/Portfile 2012-03-19 08:03:36 UTC (rev 90945)
+++ trunk/dports/python/py-ipy/Portfile 2012-03-19 08:16:30 UTC (rev 90946)
@@ -1,27 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
-name py-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.
+name py-ipy
+version 0.75
-homepage http://software.inl.fr/trac/wiki/IPy
-master_sites http://pypi.python.org/packages/source/I/IPy/
-distname IPy-${version}
-checksums md5 39ea7aef33a0f8607802c7fa6686deb5
+categories python devel net
+maintainers vmunix.org:torstenb \
+ openmaintainer
+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.
-post-destroot {
- xinstall -m 644 ${worksrcpath}/README \
- ${destroot}${prefix}/share/doc/${name}
+platforms darwin
+license BSD
+
+homepage https://github.com/haypo/python-ipy
+master_sites http://pypi.python.org/packages/source/I/IPy/
+
+distname IPy-${version}
+
+python.versions 25 26 27
+python.default_version 27
+
+
+checksums rmd160 f31b64d62d77a37b5fb66bb6bf047258426c7bed \
+ sha256 0fa14af4792cc0b6f61cb5a1cd8fbdf7ddbaa6864ef82681021b750e9e6b2b61
+
+post-destroot {
+ if {${name} != ${subport}} {
+ set docdir ${prefix}/share/doc/${subport}
+ xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120319/81d31713/attachment.html>
More information about the macports-changes
mailing list