[143878] trunk/dports/python/py-wand

stromnov at macports.org stromnov at macports.org
Thu Dec 24 05:16:37 PST 2015


Revision: 143878
          https://trac.macports.org/changeset/143878
Author:   stromnov at macports.org
Date:     2015-12-24 05:16:37 -0800 (Thu, 24 Dec 2015)
Log Message:
-----------
py-wand: update to version 0.4.2

Modified Paths:
--------------
    trunk/dports/python/py-wand/Portfile
    trunk/dports/python/py-wand/files/patch-wand_api.py.diff

Modified: trunk/dports/python/py-wand/Portfile
===================================================================
--- trunk/dports/python/py-wand/Portfile	2015-12-24 12:08:02 UTC (rev 143877)
+++ trunk/dports/python/py-wand/Portfile	2015-12-24 13:16:37 UTC (rev 143878)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-wand
-version             0.4.1
+version             0.4.2
 revision            0
 categories-append   graphics
 platforms           darwin
 license             MIT
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -20,12 +20,12 @@
 long_description    ${description}
 
 homepage            http://wand-py.org/
-master_sites        https://pypi.python.org/packages/source/W/Wand/
+master_sites        pypi:W/Wand
 
 distname            Wand-${version}
 
-checksums           rmd160  2e8e0ae7a55763c64f97fadf6bac026c12136a81 \
-                    sha256  a152891be252fe7751d8029ddfb28033e4553ae9602b48b6a9a8985788ab24e0
+checksums           rmd160  d75a2c668ad5c9133dcb4254706888d9f8469b9c \
+                    sha256  a0ded99a9824ddd82617a4b449164e2c5c93853aaff96f9e0bab8b405d62ca7c
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -40,7 +40,6 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/wand/json
-    livecheck.regex     {Wand-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Wand
+    livecheck.type      pypi
 }

Modified: trunk/dports/python/py-wand/files/patch-wand_api.py.diff
===================================================================
--- trunk/dports/python/py-wand/files/patch-wand_api.py.diff	2015-12-24 12:08:02 UTC (rev 143877)
+++ trunk/dports/python/py-wand/files/patch-wand_api.py.diff	2015-12-24 13:16:37 UTC (rev 143878)
@@ -1,11 +1,11 @@
---- wand/api.py.orig	2014-10-31 01:34:29.000000000 +0300
-+++ wand/api.py	2014-10-31 01:35:15.000000000 +0300
-@@ -52,7 +52,7 @@
-     """
-     libwand = None
+--- wand/api.py.orig	2015-11-29 22:02:15.000000000 +0300
++++ wand/api.py	2015-12-24 16:13:28.000000000 +0300
+@@ -58,7 +58,7 @@
+     versions = '', '-6', '-Q16', '-Q8', '-6.Q16'
+     options = '', 'HDRI', 'HDRI-2'
      system = platform.system()
 -    magick_home = os.environ.get('MAGICK_HOME')
 +    magick_home = os.environ.get('MAGICK_HOME') or '@PREFIX@'
-     if magick_home:
-         if system == 'Windows':
-             libwand = 'CORE_RL_wand_{0}.dll'.format(suffix),
+ 
+     if system == 'Windows':
+         # ImageMagick installers normally install coder and filter DLLs in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151224/11cc002b/attachment.html>


More information about the macports-changes mailing list