[127336] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sat Oct 25 11:49:08 PDT 2014


Revision: 127336
          https://trac.macports.org/changeset/127336
Author:   stromnov at macports.org
Date:     2014-10-25 11:49:08 -0700 (Sat, 25 Oct 2014)
Log Message:
-----------
py{24,25,26,31,32,33}-simplejson: Replace with py{27,34}-simplejson

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

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-10-25 18:43:39 UTC (rev 127335)
+++ trunk/dports/python/py-graveyard/Portfile	2014-10-25 18:49:08 UTC (rev 127336)
@@ -139,6 +139,7 @@
 serial              2.7_1       26 33
 sfepy               2013.4_1    26
 shiboken            1.2.2_4     26 32 33
+simplejson          3.6.4_1     24 25 26 31 32 33
 simpletal           4.1_1       25 26
 snmp                4.2.1_1     24 25 26 31 32
 stevedore           0.15_1      25 26 31 32 33

Modified: trunk/dports/python/py-simplejson/Portfile
===================================================================
--- trunk/dports/python/py-simplejson/Portfile	2014-10-25 18:43:39 UTC (rev 127335)
+++ trunk/dports/python/py-simplejson/Portfile	2014-10-25 18:49:08 UTC (rev 127336)
@@ -12,7 +12,7 @@
 platforms           darwin
 license             MIT
 
-python.versions     24 25 26 27 31 32 33 34
+python.versions     27 34
 
 maintainers         stromnov openmaintainer
 
@@ -36,28 +36,14 @@
     post-destroot {
         set docdir ${destroot}${prefix}/share/doc/${subport}
         xinstall -d ${docdir}
-        if {${python.version} == 24} {
-            foreach f [glob -directory ${worksrcpath}/docs *] {
-                copy $f ${docdir}
-            }
-        } else {
-            xinstall -m 644 -W ${worksrcpath} \
-                CHANGES.txt README.rst index.rst \
-                ${docdir}
-        }
+        xinstall -m 644 -W ${worksrcpath} \
+            CHANGES.txt README.rst index.rst \
+            ${docdir}
     }
+
     livecheck.type      none
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
     livecheck.regex     ${real_name}-(\[0-9.\]+)\\.tar\\.gz
 }
-
-subport py24-simplejson {
-    # simplejson dropped support for Python 2.4 at version 2.1.0
-    version         2.1.0
-    distname        ${real_name}-2.1.0
-    checksums       rmd160  41997ae2e309dc538deda50e056119b01afbf23d \
-                    sha256  11bb12aacb646dcccc0d5a3d0e44e5662caf0e71d2f58c7ace8d2ec03cda903b
-    depends_build-append  port:py${python.version}-setuptools
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141025/299bc609/attachment.html>


More information about the macports-changes mailing list