[150225] trunk/dports/python

petr at macports.org petr at macports.org
Wed Jul 13 02:19:51 PDT 2016


Revision: 150225
          https://trac.macports.org/changeset/150225
Author:   petr at macports.org
Date:     2016-07-13 02:19:51 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
py-openssl: update to version 16.0.0, retire py26 subport, related to #51825.

Modified Paths:
--------------
    trunk/dports/python/py-graveyard/Portfile
    trunk/dports/python/py-openssl/Portfile

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2016-07-13 08:31:30 UTC (rev 150224)
+++ trunk/dports/python/py-graveyard/Portfile	2016-07-13 09:19:51 UTC (rev 150225)
@@ -82,7 +82,7 @@
 py-mock                 1.0.1_1     25 31 32 33
 py-netlib               0.10.1_1    26
 py-notify-python        0.1.1_6     26
-py-openssl              0.15.1_1    33
+py-openssl              0.15.1_6    26 33
 py-pep8                 1.6.2_1     25 26 31 32 33
 py-powerline            2.2_1       26 33
 py-pygments             1.6_1       24 25 31 32

Modified: trunk/dports/python/py-openssl/Portfile
===================================================================
--- trunk/dports/python/py-openssl/Portfile	2016-07-13 08:31:30 UTC (rev 150224)
+++ trunk/dports/python/py-openssl/Portfile	2016-07-13 09:19:51 UTC (rev 150225)
@@ -8,8 +8,8 @@
 set _n              [string index ${_name} 0]
 
 name                py-openssl
-version             0.15.1
-revision            5
+version             16.0.0
+
 categories-append   devel security
 license             Apache-2
 maintainers         mcalhoun openmaintainer
@@ -25,11 +25,11 @@
 distname            ${_name}-${version}
 master_sites        pypi:${_n}/${_name}/
 
-checksums           md5     f447644afcbd5f0a1f47350fec63a4c6 \
-                    sha1    e4d752de1fea5a40a982d4d55004cfb14109ba99 \
-                    rmd160  e3161873d453b5653705711a9f2cc8500ea6c94f
+checksums           md5     9587d813dcf656e9f2760e41a3682dc3 \
+                    rmd160  5743ac77e6accd99ce645adbfff559ba379f94b7 \
+                    sha256  363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d
 
-python.versions     26 27 34 35
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
@@ -44,11 +44,12 @@
 
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} \
-            ChangeLog \
+            CHANGELOG.rst \
+            CODE_OF_CONDUCT.rst \
+            CONTRIBUTING.rst \
             INSTALL.rst \
+            README.rst \
             LICENSE \
-            README.rst \
-            TODO \
                 ${destroot}${prefix}/share/doc/${subport}
 
         file delete ${destroot}${prefix}/share/doc/${subport}/examples
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/d2c28662/attachment.html>


More information about the macports-changes mailing list