Skip to content

Commit

Permalink
Provide a linter hint for xorg-proto packages
Browse files Browse the repository at this point in the history
@pkgw I think this is not the ideal way, but we have been using the
newer proto on some new recipes and I am noticing clobbering in a few
environments. I think it would be fine to use this in lieu of a more
complicated migration
  • Loading branch information
hmaarrfk committed Dec 4, 2024
1 parent 746e4b3 commit 05655c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/linter_hints/hints.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ astropy = """\
Recipes should usually depend on `astropy-base` as opposed to \
`astropy`. `astropy-base` only has the required dependancies whereas \
`astropy` now has all optional dependancies as well."""

xorg_xextproto = """The use of `xorg-xextproto` is deprecated. \
Please use `xorg-xorgproto` instead. It contains the latest version of the proto \
packages and bundles them all together."""

0 comments on commit 05655c0

Please sign in to comment.