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

ram at macports.org ram at macports.org
Sun May 29 15:17:40 PDT 2016


Revision: 149087
          https://trac.macports.org/changeset/149087
Author:   ram at macports.org
Date:     2016-05-29 15:17:40 -0700 (Sun, 29 May 2016)
Log Message:
-----------
python/py-dnspython: update to 1.14.0

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

Modified: trunk/dports/python/py-dnspython/Portfile
===================================================================
--- trunk/dports/python/py-dnspython/Portfile	2016-05-29 18:47:12 UTC (rev 149086)
+++ trunk/dports/python/py-dnspython/Portfile	2016-05-29 22:17:40 UTC (rev 149087)
@@ -4,7 +4,7 @@
 PortGroup          python 1.0
 
 name               py-dnspython
-version            1.12.0
+version            1.14.0
 categories-append  net
 license            ISC
 platforms          darwin
@@ -23,22 +23,15 @@
 
 python.versions    26 27 33 34
 
-checksums          rmd160 e17bd5b87b45e6ca3192110bed1997be2c43861c \
-                   sha256 03fb82af866001c4afa58c48027bcc4b80bbf0a7f27e1d861cf06393eea4724f
+checksums          rmd160 f762bb70ddf17c141909ef9ce9cdf5d78605ff05 \
+                   sha256 1406421e208931a66fef38ef0106711e1da277c9f40ed935ec1ab7374c1687fc
 
-if {${name} ne ${subport}} {
-  if {${python.version} >= 30} {
-    distname       dnspython3-${version}
-    master_sites   ${homepage}kits3/${version}
-    checksums      rmd160 e2ac97bcc10f8c1e1f32730deabf2966754b873a \
-                   sha256 68affac839c7283661fd9f1b4baf74911a2292a627ee2dd1c3c98186b5c812f1
-  }
-}
+depends_build-append port:py${python.version}-setuptools
 
 post-destroot {
   if {${name} ne ${subport}} {
   xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}/examples
-  xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README \
+  xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README.md \
     ${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: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160529/edf90a60/attachment.html>


More information about the macports-changes mailing list