Skip to content

Commit

Permalink
Add information about rewriting _python3 suffix (#23761)
Browse files Browse the repository at this point in the history
These should be rewritten as top-level rules prefixed with `python3-`.

Signed-off-by: Kyle Fazzari <[email protected]>
  • Loading branch information
kyrofa committed Feb 13, 2020
1 parent 9c42a3e commit df6a5df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ python3-foobar:
```

You may see existing rules that use `_python3`-suffixed distribution codenames.
These were trialed as a possible style of Python 3 rules and should not be used for newly added definitions.
These were trialed as a possible style of Python 3 rules and should not be used.
The guidance above should be followed for new rules.
Additionally, if you rely on a dependency that uses `_python3`-suffixed codenames, add a new rule for it that follows the guidance above.

How to submit pull requests
---------------------------
Expand Down

0 comments on commit df6a5df

Please sign in to comment.