Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require python3- prefix with PyPI keys #25508

Merged
merged 5 commits into from
Aug 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move sentence to it's not confused with example.
  • Loading branch information
sloretz committed Aug 5, 2020
commit faad0f2cd0751aad57855d5394be1972a9b5c22d
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ Additionally, if you rely on a dependency that uses `_python3`-suffixed codename
#### pip

Python packages, which are only available on [PyPI](https://pypi.org/) should use the `-pip` extension to avoid colliding with future keys from package managers.
Some existing rules are duplicated with `python-` or `python3-` prefixes, but this is no longer recommended.

For example:

Expand All @@ -160,6 +159,8 @@ foobar-pip:
packages: [foobar]
```

Some existing rules are duplicated with `python-` or `python3-` prefixes, but this is no longer recommended.

How to submit pull requests
---------------------------

Expand Down