[127473] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Oct 28 13:10:53 PDT 2014


Revision: 127473
          https://trac.macports.org/changeset/127473
Author:   stromnov at macports.org
Date:     2014-10-28 13:10:53 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
py{24,25,26,33}-reportlab: Replace with py{27,34}-reportlab

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

Removed Paths:
-------------
    trunk/dports/python/py-reportlab/files/

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-10-28 19:50:07 UTC (rev 127472)
+++ trunk/dports/python/py-graveyard/Portfile	2014-10-28 20:10:53 UTC (rev 127473)
@@ -142,6 +142,7 @@
 rbtools             0.4.3_1     24 25 26
 regex               0.1-20141009_1 26 31 32 33
 repl                0.8.1_1     24 25 26
+reportlab           3.1.8_1     24 25 26 33
 rfc3339             5_1         25 26
 rfoo                1.3.0_1     24 25 26
 ropemacs            0.7_1       25 26

Modified: trunk/dports/python/py-reportlab/Portfile
===================================================================
--- trunk/dports/python/py-reportlab/Portfile	2014-10-28 19:50:07 UTC (rev 127472)
+++ trunk/dports/python/py-reportlab/Portfile	2014-10-28 20:10:53 UTC (rev 127473)
@@ -11,7 +11,7 @@
 platforms           darwin
 license             BSD
 
-python.versions     24 25 26 27 33 34
+python.versions     27 34
 
 maintainers         stromnov openmaintainer
 
@@ -30,21 +30,9 @@
                     sha256  35177c86ad52a3a3a15678f2f442694f1ff909cc303364899e8ca241934a262b
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:freetype
+    depends_lib-append  port:freetype \
+                        path:${python.pkgd}/PIL:py${python.version}-Pillow
 
-    # ReportLab 3.x requires Python 2.7+
-    if {[lsearch {24 25 26} ${python.version}] != -1} {
-        version             2.7
-        revision            0
-        checksums           rmd160  0ff90be737e925bc156c36dabb25b183834cf537 \
-                            sha256  82b56935e4a75641b40eb22050f0b6e46a0f0a9ebfacdf3b24a1e9c0eef2af6d
-        distname            reportlab-${version}
-
-        patchfiles-append   patch-src_reportlab_lib_testutils.py.diff
-    } else {
-        depends_lib-append  path:${python.pkgd}/PIL:py${python.version}-Pillow
-    }
-
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.txt LICENSE.txt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/b03ef335/attachment.html>


More information about the macports-changes mailing list