[130813] trunk/dports/python/py-ssl/Portfile

larryv at macports.org larryv at macports.org
Fri Jan 2 13:38:57 PST 2015


Revision: 130813
          https://trac.macports.org/changeset/130813
Author:   larryv at macports.org
Date:     2015-01-02 13:38:57 -0800 (Fri, 02 Jan 2015)
Log Message:
-----------
py25-ssl: Replace with python27

The ssl module is in the CPython 2.7 standard library.

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

Modified: trunk/dports/python/py-ssl/Portfile
===================================================================
--- trunk/dports/python/py-ssl/Portfile	2015-01-02 21:38:56 UTC (rev 130812)
+++ trunk/dports/python/py-ssl/Portfile	2015-01-02 21:38:57 UTC (rev 130813)
@@ -5,7 +5,7 @@
 
 name                py-ssl
 version             1.15
-revision            1
+revision            2
 categories-append   devel security
 license             PSF
 maintainers         nomaintainer
@@ -18,18 +18,9 @@
 we haven't tried it).
 
 homepage            http://pypi.python.org/pypi/ssl/
-master_sites        http://pypi.python.org/packages/source/s/ssl/
-distname            ssl-${version}
-checksums           md5     81ea8a1175e437b4c769ae65b3290e0c \
-                    sha1    18035755a0ab75fe23191b5588d4572bfe675b5c \
-                    rmd160  c4bf59d13ad7142d09cca7b9796a849275874e0a
 
 python.versions     25
 
-if {${name} ne ${subport}} {
-    patchfiles          patch-setup_py.diff
-
-    post-patch   {
-            reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
-    }
-}
+depends_lib
+replaced_by         python27
+PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150102/677e66bf/attachment-0001.html>


More information about the macports-changes mailing list