[Qgis-developer] nightly/master to request python 3.0 plugins

Richard Duivenvoorde rdmailings at duif.net
Fri Oct 28 05:15:43 PDT 2016


An earlier thread

https://lists.osgeo.org/pipermail/qgis-developer/2016-October/045538.html

ended on: current QGIS Master getting to request ?qgis=3.0 versions of
plugins

I had a look into it to create a pull request, but that is coded as the
true Qgis.QGIS_VERSION_INT

https://github.com/qgis/QGIS/blob/master/python/pyplugin_installer/installer_data.py#L238

Would it be ok to change that (temporarily) to a hardcoded "3.0"?

So the master/nightly plugins installer actually requests only plugins
which are ready to be used in 3.0?

https://plugins.qgis.org/plugins/plugins.xml?qgis=3.0

After we have a the actual 3.0 release this could go back to
v = str(Qgis.QGIS_VERSION_INT)

OK?

Regards,

Richard


More information about the Qgis-developer mailing list