Conan-center-index: [question] Is 'gettext' the same recipe as 'libgettext'?

Created on 7 Apr 2020  路  3Comments  路  Source: conan-io/conan-center-index

If they are the same (I think so) we should mark one of them as deprecated:

Please, add the same message to the top of the conanfile.py in jsonformoderncpp

Do you think we should standardize this comment at the top of the recipe file and maybe add it to the knowledge base?

question

Most helpful comment

the deprecated should also be in conan center e.g. https://conan.io/center/jsonformoderncpp/3.7.0/?user=_&channel=_

All 3 comments

the deprecated should also be in conan center e.g. https://conan.io/center/jsonformoderncpp/3.7.0/?user=_&channel=_

Is 'gettext' the same recipe as 'libgettext'?

Same old case: installer package x library package. Now, using the new x-building feature, we can unify both into an unique recipe.

Do you think we should standardize this comment at the top of the recipe file and maybe add it to the knowledge base?

Yes, definitely. Over the years this will happen a lot. So we should standardize it to not create confusion.

I think there are two forms of deprecations we need to talk about:

  • deprecations of packages (more urgently)
  • deprecation of package versions - we probably don't want to --build-- all package versions we ever added forever. Maybe "deprecation" is a too strong name for it. We might still accept pull requests which fix bugs for ancient versions, like we do accept PRs in general for configurations we don't build here
Was this page helpful?
0 / 5 - 0 ratings