[python-shapely] 114/148: Rebased patch

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-shapely.

commit 2d2e614fa2eb70afe4c4f2e37cc235e867b5c895
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Fri Sep 26 16:01:10 2014 +0200

    Rebased patch
---
 .../0001-Use-cythonize-for-cythonization.patch      | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/debian/patches/0001-Use-cythonize-for-cythonization.patch b/debian/patches/0001-Use-cythonize-for-cythonization.patch
index 84abea8..dfcca7b 100644
--- a/debian/patches/0001-Use-cythonize-for-cythonization.patch
+++ b/debian/patches/0001-Use-cythonize-for-cythonization.patch
@@ -3,25 +3,29 @@ Date: Mon, 20 Jan 2014 11:16:00 +0100
 Subject: Use "cythonize" for cythonization
 
 ---
- setup.py | 29 ++---------------------------
- 1 file changed, 2 insertions(+), 27 deletions(-)
+ setup.py | 31 ++-----------------------------
+ 1 file changed, 2 insertions(+), 29 deletions(-)
+ mode change 100755 => 100644 setup.py
 
 diff --git a/setup.py b/setup.py
-index 413a474..6aba026 100755
+old mode 100755
+new mode 100644
+index ea428c0..2d18d56
 --- a/setup.py
 +++ b/setup.py
-@@ -14,6 +14,7 @@ except ImportError:
- from distutils.cmd import Command
+@@ -15,6 +15,7 @@ from distutils.cmd import Command
  from distutils.errors import CCompilerError, DistutilsExecError, \
      DistutilsPlatformError
+ from distutils.sysconfig import get_config_var
 +from Cython.Build import cythonize
  import errno
  import glob
  import os
-@@ -177,33 +178,7 @@ elif sys.platform == 'win32':
+@@ -153,35 +154,7 @@ elif sys.platform == 'win32':
  else:
      libraries = ['geos_c']
  
+-
 -if os.path.exists("MANIFEST.in"):
 -    pyx_file = "shapely/speedups/_speedups.pyx"
 -    c_file = "shapely/speedups/_speedups.c"
@@ -47,9 +51,10 @@ index 413a474..6aba026 100755
 -    Extension(
 -        "shapely.speedups._speedups",
 -        ["shapely/speedups/_speedups.c"],
--        libraries=libraries)
+-        libraries=libraries,
+-        include_dirs=[get_config_var('INCLUDEDIR')],),
 -]
 +ext_modules = cythonize("shapely/speedups/_speedups.pyx")
  
  try:
-     # try building with speedups
+     import numpy as np

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list