| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…odule from working directory
…ws direct import and install via a Wheel)
|
Would it be possible to add in Travis-CI testing of the wheel building target ? |
Sorry, something went wrong.
|
@rouault - yes this is on the todo list. I'll hopefully get a look at it this week and will add to this pull request. Currently none of the Python tests are run on Travis so it will be good to get these added back in. |
Sorry, something went wrong.
|
What does the wheel exactly contain ? The mapscript.py and the corresponding .dll/.so right ? Not libmapserver.so/dll, and all its dependencies ? This could probably be clarified in the "Wheels and PyPI" section of mapscript/python/README.rst so people have a clear understanding that they also need to install the native mapserver binaries alongside the wheel (I'm saying that since for example some rasterio wheels provide the full GDAL stack with them) |
Sorry, something went wrong.
|
@rouault - I've made a few changes that hopefully address these. The wheel only contains the mapscript.py and .so, plus the examples folder (which is very outdated but I hope to sort out for a next release). They are all in a separate folder now which helps keep Python environments cleaner, and can be easily pip uninstalled.
|
Sorry, something went wrong.
|
If there are no further comments I'll go ahead and merge this later today, to then focus on updating the Python MapScript examples distributed in the Wheel package. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request contains the updates to the Python CMakeLists including:
Along with the above the pull request:
See the wiki page at https://github.com/mapserver/mapserver/wiki/Python-MapScript-Updates-2018 for ongoing updates to the Python MapScript bindings