conda-forge / gdal-feedstock

A conda-smithy repository for gdal.
BSD 3-Clause "New" or "Revised" License
30 stars 62 forks source link

Test entry points, call all Python apps with --help #934

Closed plimkilde closed 1 month ago

plimkilde commented 2 months ago

Checklist

Closes #834

Now that GDAL 3.9 has landed, we can test the proper entry points (Python apps, called without the .py extension). Also incorporated are changes (as a result of upstream GDAL fixes) so that all of these apps are now tested with --help, see https://github.com/OSGeo/gdal/issues/8717.

There has been a bit of churn on GDAL upstream regarding these entry points, see:

The commands including .py are still the ones shown in GDAL docs, so for now I test both e.g. gdal_calc.py and gdal_calc.

conda-forge-webservices[bot] commented 2 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

gillins commented 2 months ago

Thanks @plimkilde @rouault this is a huge step forward and will definitely make life much easier!

plimkilde commented 1 month ago

Rebased to fix build number conflict