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

toobaz-guest pushed a commit to branch patch-queue/master
in repository python-shapely.

commit 3036fb6567c0c37e0584f86ac9b202021728fd6f
Author: Pietro Battiston <m...@pietrobattiston.it>
Date:   Mon Sep 29 08:48:38 2014 +0200

    Do not install .pxi file
    
    This file is apparently not required for the (post-install) functioning of
    shapely, and it makes the Python 2 and 3 versions clash.
    
    Gbp-Pq: Name 0003-Do-not-install-.pxi-file.patch
---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 9748470..7529165 100755
--- a/setup.py
+++ b/setup.py
@@ -85,8 +85,7 @@ setup_args = dict(
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Topic :: Scientific/Engineering :: GIS',
-    ],
-    data_files         = [('shapely', ['shapely/_geos.pxi'])]
+    ]
 )
 
 # Add DLLs for Windows

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to