commit: bc754961bb3e38e7d8a58cc39381982e06fa1ff9 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon Jul 26 00:00:40 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Mon Jul 26 00:00:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc754961
CONTRIBUTING.md: change bullet list to code Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> CONTRIBUTING.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c796af744..e79a78787 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,21 +33,23 @@ Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar- Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency. For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests) and in the list below: -- dev-python/black -- dev-python/check-manifest -- dev-python/coverage -- dev-python/docutils -- dev-python/flake8 -- dev-python/isort -- dev-python/mypy -- dev-python/multilint -- dev-python/pep8 -- dev-python/pycodestyle -- dev-python/pytest-cov -- dev-python/pytest-runner -- dev-python/readme_renderer -- dev-python/tox -- dev-python/twine +``` +dev-python/black +dev-python/check-manifest +dev-python/coverage +dev-python/docutils +dev-python/flake8 +dev-python/isort +dev-python/mypy +dev-python/multilint +dev-python/pep8 +dev-python/pycodestyle +dev-python/pytest-cov +dev-python/pytest-runner +dev-python/readme_renderer +dev-python/tox +dev-python/twine +``` - #### Licenses of bundled libraries
