summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/yamllint: drop 1.33.0-r1Hans de Graaff2024-06-291-23/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-util/yamllint: remove never-correct dependency on setuptoolsEli Schwartz2024-02-041-0/+23
This was erroneously introduced upstream in https://github.com/adrienverge/yamllint/pull/321 with the logic that the generated entrypoint script used pkg_resources to load the entrypoint. This was always heavily conditional on how you installed it, and has better distribution-wide approaches to handle it, and is anyways no longer the case since a while now (because the code that generated pkg_resources entrypoints has stopped doing so). Upstream also accidentally got rid of this dependency while migrating to pyproject.toml, indicating exactly how important it is. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>