[147051] trunk/dports/python/py-dynd

stromnov at macports.org stromnov at macports.org
Thu Mar 24 05:26:38 PDT 2016


Revision: 147051
          https://trac.macports.org/changeset/147051
Author:   stromnov at macports.org
Date:     2016-03-24 05:26:38 -0700 (Thu, 24 Mar 2016)
Log Message:
-----------
py-dynd: update to version 0.7.2

Modified Paths:
--------------
    trunk/dports/python/py-dynd/Portfile
    trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff
    trunk/dports/python/py-dynd/files/patch-setup.py.diff

Modified: trunk/dports/python/py-dynd/Portfile
===================================================================
--- trunk/dports/python/py-dynd/Portfile	2016-03-24 12:10:13 UTC (rev 147050)
+++ trunk/dports/python/py-dynd/Portfile	2016-03-24 12:26:38 UTC (rev 147051)
@@ -5,9 +5,9 @@
 PortGroup           github 1.0
 PortGroup           python 1.0
 
-set git_sha1        f64124857edaacbbdfb76c48f3410e277ee1475c
+set git_sha1        8cdef57e71c784d7fe1f3f97a2ce2ce5727a89f1
 
-github.setup        libdynd dynd-python 0.7.1 v
+github.setup        libdynd dynd-python 0.7.2 v
 
 name                py-dynd
 categories-append   devel
@@ -24,8 +24,8 @@
                     Python exposure of the DyND dynamic multi-dimensional \
                     array library.
 
-checksums           rmd160  f666bf5df98cfd0850521b2639cab78a47df0692 \
-                    sha256  4e1dc70235cd0382f083e68aeaa544d4dde4739b66b7af5963599cdefffa8b5e
+checksums           rmd160  dc0c24136b8b295ab85046489b6a3b05146ce8b2 \
+                    sha256  0ef58192fa66e9401dce91bc8a5602e16397529464e2bb027af62ed6f19d7a2c
 
 if {${name} ne ${subport}} {
     depends_build-append \

Modified: trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff	2016-03-24 12:10:13 UTC (rev 147050)
+++ trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff	2016-03-24 12:26:38 UTC (rev 147051)
@@ -1,14 +1,14 @@
---- CMakeLists.txt.orig	2016-02-03 22:54:24.000000000 +0300
-+++ CMakeLists.txt	2016-02-11 13:18:07.000000000 +0300
-@@ -32,7 +31,6 @@
+--- CMakeLists.txt.orig	2016-03-15 17:19:38.000000000 +0300
++++ CMakeLists.txt	2016-03-24 15:02:37.000000000 +0300
+@@ -32,7 +32,6 @@
  # For the Git SHA1/version code
  list(APPEND CMAKE_MODULE_PATH
      "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
 -include(GetGitRevisionDescriptionDyND)
  
- find_package(CUDA 6.5)
  find_package(PythonInterp REQUIRED)
-@@ -91,8 +89,8 @@
+ find_package(PythonLibsNew REQUIRED)
+@@ -78,8 +77,8 @@
  endif()
  
  # Get the git revision

Modified: trunk/dports/python/py-dynd/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-dynd/files/patch-setup.py.diff	2016-03-24 12:10:13 UTC (rev 147050)
+++ trunk/dports/python/py-dynd/files/patch-setup.py.diff	2016-03-24 12:26:38 UTC (rev 147051)
@@ -1,5 +1,5 @@
---- setup.py.orig	2016-02-11 10:11:17.000000000 +0300
-+++ setup.py	2016-02-11 14:46:18.000000000 +0300
+--- setup.py.orig	2016-03-15 17:19:38.000000000 +0300
++++ setup.py	2016-03-24 15:14:58.000000000 +0300
 @@ -40,7 +40,7 @@
  
    def initialize_options(self):
@@ -9,21 +9,10 @@
  
    def run(self):
      # We don't call the origin build_ext, instead ignore that
-@@ -82,7 +82,8 @@
-         build_tests_option = '-DDYND_BUILD_TESTS=OFF'
- 
-     if sys.platform != 'win32':
--        cmake_command = ['cmake', self.extra_cmake_args, pyexe_option,
-+        extra_cmake_args = shlex.split(self.extra_cmake_args)
-+        cmake_command = ['cmake'] + extra_cmake_args + [pyexe_option,
-                          install_lib_option, build_tests_option,
-                          static_lib_option, source]
- 
-@@ -166,9 +167,7 @@
-         import subprocess
+@@ -151,8 +151,7 @@
          return subprocess.Popen(args, stdout = subprocess.PIPE).communicate()[0]
  
--# Get the version number to use from git
+ # Get the version number to use from git
 -ver = check_output(['git', 'describe', '--dirty',
 -                               '--always', '--match', 'v*']).decode('ascii').strip('\n')
 +ver = "@@DYND_PYTHON_VERSION_STRING@@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160324/782a07ed/attachment.html>


More information about the macports-changes mailing list