[110332] trunk/dports/python/py-biopython/Portfile

mmoll at macports.org mmoll at macports.org
Thu Aug 29 22:01:12 PDT 2013


Revision: 110332
          https://trac.macports.org/changeset/110332
Author:   mmoll at macports.org
Date:     2013-08-29 22:01:12 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
py-biopython: update to 1.62, enable py32 and py33 versions, remove optional runtime dependency (py-reportlab) and eliminated dependency (flex, replaced by python's shlex)

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

Modified: trunk/dports/python/py-biopython/Portfile
===================================================================
--- trunk/dports/python/py-biopython/Portfile	2013-08-30 03:28:56 UTC (rev 110331)
+++ trunk/dports/python/py-biopython/Portfile	2013-08-30 05:01:12 UTC (rev 110332)
@@ -5,7 +5,7 @@
 PortGroup python 1.0
 
 name            py-biopython
-version         1.61
+version         1.62
 categories-append     science
 maintainers     mmoll openmaintainer
 platforms       darwin
@@ -18,20 +18,15 @@
 license         MIT
 master_sites    ${homepage}/DIST
 distname        biopython-${version}
-checksums           md5     cea235813a0a31b578b38d71f6dbaf53 \
-                    sha1    fea0a48606b6085b861f31276d012036e4c8a425 \
-                    rmd160  eeefb1e556b6d06054167142afb949a0ca13f832
+checksums           md5     4deca9b640b8347c5eb202df7dbb65f9 \
+                    sha1    d77b26274dbaca86abc9959a2991019157a1de11 \
+                    rmd160  f04060c5351ac683e35c82477a855570c331db46
 
-# Note that python31 and python32 support are in beta,
-# but reportlab does not seem available for python3
-
-python.versions         25 26 27
+python.versions         25 26 27 32 33
 python.default_version  27
 
 if { ${subport} != ${name} } {
-    depends_lib-append  port:py${python.version}-numpy \
-                        port:py${python.version}-reportlab \
-                        port:flex
+    depends_lib-append  port:py${python.version}-numpy
 
     post-destroot {
         file delete -force ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/bd7992ca/attachment-0001.html>


More information about the macports-changes mailing list