[92114] trunk/dports/python/py-dnspython/Portfile

ram at macports.org ram at macports.org
Wed Apr 18 17:26:03 PDT 2012


Revision: 92114
          https://trac.macports.org/changeset/92114
Author:   ram at macports.org
Date:     2012-04-18 17:26:03 -0700 (Wed, 18 Apr 2012)
Log Message:
-----------
science/py-dnspython: update to 1.10.0, closes #34070

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

Modified: trunk/dports/python/py-dnspython/Portfile
===================================================================
--- trunk/dports/python/py-dnspython/Portfile	2012-04-19 00:16:05 UTC (rev 92113)
+++ trunk/dports/python/py-dnspython/Portfile	2012-04-19 00:26:03 UTC (rev 92114)
@@ -4,7 +4,7 @@
 PortGroup          python 1.0
 
 name               py-dnspython
-version            1.9.4
+version            1.10.0
 categories-append  net
 platforms          darwin
 maintainers        ram openmaintainer
@@ -19,16 +19,24 @@
 master_sites       ${homepage}kits/${version}
 distname           dnspython-${version}
 
-python.versions    24 25 26 27
+python.versions    24 25 26 27 31 32
 
-checksums          md5 8a89b7865251c4e9d8ec2f8cc9f8cd78 \
-                   sha1 41d00d0f81bc9aba02c5c62e1d4a8ee57810410e \
-                   rmd160 0ec0bb554208b215e8f70b7ebc41414387d6a178
+checksums          rmd160 44f6ddf2b2534be1e6466d96741d688400763b79 \
+                   sha256 4dc21450ec6ac94dd105b4e5f39a75b404ad45a30869ff73acb6fd4d9974f857
 
+if {$subport != $name} {
+  if {${python.version} >= 30} {
+    distname       dnspython3-${version}
+    master_sites   ${homepage}kits3/${version}
+    checksums      rmd160 0c6e84e30b06d713a13ba7615dc723ba42c683f0 \
+                   sha256 1478051ba0ad24aa33ce4cd504190104ede99ca3c8c907163f4cc820ddfe2e95
+  }
+}
+
 post-destroot {
   if {${name} != ${subport}} {
   xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}/examples
-  xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \
+  xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README \
     ${destroot}${prefix}/share/doc/${subport}
   xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \
     mx.py name.py reverse.py reverse_name.py xfr.py \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120418/9a207470/attachment.html>


More information about the macports-changes mailing list