Closed tschoonj closed 4 years 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.
I do have some suggestions for making it better though...
For recipe:
Documentation on acceptable licenses can be found here.
This now also occurring in https://github.com/conda-forge/atk-feedstock/pull/17 and will probably pop up in all builds that use gettext on Windows.
There's https://github.com/conda-forge/admin-requests where we can mark a build as broken
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.
I do have some suggestions for making it better though...
For recipe:
{{<one space><variable name><one space>}}
form. See lines [33, 34, 35, 36, 37, 38].Documentation on acceptable licenses can be found here.
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.
I do have some suggestions for making it better though...
For recipe:
{{<one space><variable name><one space>}}
form. See lines [36, 37, 38, 39, 40, 41].Documentation on acceptable licenses can be found here.
Looks like I fixed things while keeping support for OSX ARM.
One remaining thing to fix is the license: it looks to me that there parts LGPL-2 and other bits are GPL-3... how does one write that down?
LGPL-2.0-or-later AND GPL-3.0-or-later
(exact version might be different and -or-later
might need to be changed -only
)
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.
Thanks for that. Fixes pushed. Feel free to merge in once everything goes green.
@conda-forge-admin, rerender.
@tschoonj Is it clear what the actual problem is/was here? From the final diffs, it looks like the main change is to lock to VS 2015?
Yep that appears to be the culprit. No idea why though.
Thanks @pkgw and @isuruf!
This PR serves to demonstrate a problem that was somehow introduced in #12, resulting in msgfmt crashing on Windows when used as part of a conda build (it seems to works fine from a regular environment). The problem was first observed in https://github.com/conda-forge/glib-networking-feedstock/pull/3.
@isuruf @ocefpaf @xhochy