40 Commits

Author SHA1 Message Date
Denis Rouzaud
da08c8a435
[cmake] generalize Python output directory in UseTest macro (#43191)
* [cmake] generalize Python output directory in UseTest macro

this is helpful in case we set up another python output directory (eg PySide2)

* define python output directories to the parent scope

* try with target_include_directories

* define vars on top level

* Update UsePythonTest.cmake

* some cleanup

* more cleanup

* fix uic

* fix path for all platforms

* fix var
2021-05-13 07:32:03 +02:00
Denis Rouzaud
eddf6feb45 modernize CMakeLists.txt files 2020-11-12 07:14:46 +10:00
gacarrillor
6415fad072 Get rid of PySpatiaLite 2017-10-29 10:46:54 -05:00
Nyall Dawson
9b2e60ee1b Remove use of old CMP0005 CMake policy
Since it's deprecated on newer CMake versions
2017-08-29 13:37:06 +10:00
Juergen E. Fischer
f10e9eee7d remove python ext-libs that should meanwhile available everywhere 2017-03-10 00:07:08 +01:00
Tom Kralidis
fa89a588e2 add pyproj to Python deps (http://hub.qgis.org/issues/16266) 2017-03-09 11:02:41 -05:00
Alessandro Pasotti
e6b38aff4f Revert "Merge pull request #4087 from elpaso/resource-sharing-plugin"
This reverts commit db0fa9ff5b7421262304ce6fb5f6e832db1baa57, reversing
changes made to aaa8c4e492d135210cd989b5e3131384954badd1.
2017-02-01 15:17:17 +01:00
Alessandro Pasotti
e50bc7c2e8 Added QGIS Resource Sharing Plugin and deps 2017-01-31 12:05:27 +01:00
Denis Rouzaud
f7dbc054db more python 2 removal 2017-01-24 08:30:36 +01:00
Juergen E. Fischer
ffaffadbfa fix typos 2016-10-01 17:58:12 +02:00
David Marteau
34588f3f8c Fix python3 pyspatialite import 2016-09-27 22:49:15 +02:00
Juergen E. Fischer
6e4e845188 pyspatialite: port to python3 2016-09-21 23:43:30 +02:00
Nyall Dawson
88e4410af1 Require Qt >= 5.5 2016-09-21 09:12:54 +10:00
Nyall Dawson
82da555c79 Upgrade internal pygments to 2.1.3 2016-09-05 09:25:59 +10:00
Matthias Kuhn
282f406e5b Disable builtin pyyaml package with python 3
It's not compatible
2016-08-16 09:54:16 +02:00
Tom Kralidis
4649e52cad ensure python-requests is available in the build 2016-08-01 08:26:06 -04:00
Tom Kralidis
6c6f279044 upgrade OWSLib to 0.11.2 2016-07-25 11:01:19 -04:00
Juergen E. Fischer
96148e36ff fix python future installation (followup 5895780) 2016-04-08 21:02:29 +02:00
Juergen E. Fischer
5895780553 fix internal future install (fixes #14577, take II) 2016-04-07 09:08:02 +02:00
Juergen E. Fischer
f129540991 don't include future for python3 (followup 2b55d89) 2016-03-25 10:41:37 +01:00
Juergen E. Fischer
2b55d89d2a give qgis future (followup 15b3600) 2016-03-25 01:00:45 +01:00
Even Rouault
d830d91764 Add missing SQLITE3_INCLUDE_DIR in pyspatialite CMakeLists.txt 2016-03-23 16:03:58 +01:00
Juergen E. Fischer
1ae03be59b add internal nose2 (not available on precise) and update internal six
for processing tests
2016-02-06 03:12:25 +01:00
volaya
62302377db [processing] UI/UX improvements
Related to QEP #19

Some algorithm description provided by Frank Sokolic
2016-01-08 08:27:22 +01:00
Matthias Kuhn
a37b3e27d5 Remove executable flag on a bunch of files 2015-07-20 15:45:44 +02:00
Juergen E. Fischer
c7cb963ac7 also depend on spatialite_init_ex() in pyspatialite (followup 252aaab andd4b72a2) 2015-05-27 23:12:49 +02:00
Radim Blazek
58f9372b3c also spatialite_cleanup_ex conditional for spatialite >= 4 2015-05-27 15:00:33 +02:00
Juergen E. Fischer
252aaab89e adopt 'new' spatialite initialization scheme via thin wrapper around sqlite3_open and sqlite3_close (fixes #12771) 2015-05-26 14:36:36 +02:00
Juergen E. Fischer
841af773e3 remove (outdated) internal spatialite 2015-01-04 16:18:01 +01:00
Tom Kralidis
f6fbdd7cf7 Delete utils.py 2014-11-25 09:18:09 -05:00
Tom Kralidis
9fda2efd07 Delete __init__.py 2014-11-25 09:18:01 -05:00
Tom Kralidis
05a9636874 merge OWSLib 0.8.10 CSW fix
4e5e248403
2014-11-05 06:35:51 -05:00
Tom Kralidis
d6df3a93f3 update MetaSearch to 0.3.1 2014-09-03 08:43:11 -04:00
Juergen E. Fischer
3988ad0f63 make sip bindings to qscintilla derived classes optional (replaces 7e815cad & 8f0b8987) 2014-07-23 19:03:42 +02:00
Juergen E. Fischer
7e815cad76 debian packaging update with workaround for debian #755491 2014-07-21 14:31:21 +02:00
Juergen E. Fischer
36b4f1689d remove executable bit from not executable files 2014-06-29 22:02:13 +02:00
Larry Shaffer
3213d014f3 Refactor plugin staging to build dir and python script compiling 2014-05-20 21:28:42 -06:00
Juergen E. Fischer
07919309c4 stage python extension only for staged plugins 2014-05-18 15:37:42 +02:00
Juergen E. Fischer
7c75ffa3b0 spelling fixes 2014-05-17 22:02:03 +02:00
Juergen E. Fischer
25885b8a0c move internal python extensions to common directory and fix metasearch install 2014-05-17 19:27:23 +02:00