Skip to content

Commit

Permalink
Provide a linter hint for xorg-proto packages (#6688)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
conda-forge-admin authored Dec 9, 2024
2 parents 601e811 + 3008d5f commit 8147dc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipe/linter_hints/hints.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@ 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` and `xorg-xproto` are deprecated. \
Please use `xorg-xorgproto` instead. It contains the latest version of allthe proto \
packages and bundles them all together."""
xorg_xproto = """The use of `xorg-xextproto` and `xorg-xproto` are deprecated. \
Please use `xorg-xorgproto` instead. It contains the latest version of all the proto \
packages and bundles them all together."""

0 comments on commit 8147dc9

Please sign in to comment.