[107155] trunk/dports/python/py-imread

stromnov at macports.org stromnov at macports.org
Thu Jun 20 05:38:36 PDT 2013


Revision: 107155
          https://trac.macports.org/changeset/107155
Author:   stromnov at macports.org
Date:     2013-06-20 05:38:36 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-imread: update to version 0.2.6

Modified Paths:
--------------
    trunk/dports/python/py-imread/Portfile
    trunk/dports/python/py-imread/files/patch-setup.py.diff

Modified: trunk/dports/python/py-imread/Portfile
===================================================================
--- trunk/dports/python/py-imread/Portfile	2013-06-20 11:41:21 UTC (rev 107154)
+++ trunk/dports/python/py-imread/Portfile	2013-06-20 12:38:36 UTC (rev 107155)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-imread
-version             0.2.5
-revision            2
+version             0.2.6
+revision            0
 categories-append   graphics
+platforms           darwin
 license             MIT
-platforms           darwin
 
+python.versions     26 27 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Reads images into numpy arrays
@@ -21,14 +23,9 @@
 
 distname            imread-${version}
 
-checksums           rmd160  6a054437bd950bafc12bc306d690093ee6153dd1 \
-                    sha256  8484525fcdfb4ee0fda18d47b174432038acc8b62297f2400c9ed7551cdc1f27
+checksums           rmd160  c41644fc51e7c8194fa73ca38446217df1f74855 \
+                    sha256  c75fde957e0fa2c6e997c4c185c729b2d6d9ab228a9ce6a4d572ebebdfd116dd
 
-python.default_version  27
-python.versions     26 27
-
-patchfiles          patch-setup.py.diff
-
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-numpy \
@@ -36,8 +33,11 @@
                             port:jpeg \
                             port:tiff \
                             port:webp
+
+    #patchfiles              patch-setup.py.diff
+
+    livecheck.type          none
+} else {
+    livecheck.url           ${master_sites}
+    livecheck.regex         "imread-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "imread-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/python/py-imread/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-imread/files/patch-setup.py.diff	2013-06-20 11:41:21 UTC (rev 107154)
+++ trunk/dports/python/py-imread/files/patch-setup.py.diff	2013-06-20 12:38:36 UTC (rev 107155)
@@ -1,5 +1,5 @@
---- setup.py.orig	2012-10-26 16:44:56.000000000 +0400
-+++ setup.py	2012-10-30 15:04:15.000000000 +0400
+--- setup.py.orig	2013-06-20 16:28:23.000000000 +0400
++++ setup.py	2013-06-20 16:29:00.000000000 +0400
 @@ -33,14 +33,6 @@
  include_dirs = []
  library_dirs = []
@@ -15,12 +15,3 @@
  extensions = {
      'imread._imread': [
          'imread/_imread.cpp',
-@@ -56,8 +48,6 @@
- }
- 
- libraries = ['png', 'jpeg', 'tiff', 'webp']
--if 'linux' not in sys.platform:
--    libraries.append('zlib')
- 
- ext_modules = [
-     numpyutils.Extension(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/b7b32978/attachment.html>


More information about the macports-changes mailing list