From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA7EF13934E for ; Sun, 25 Jul 2021 23:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7D3DE0D18; Sun, 25 Jul 2021 23:57:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68895E0D18 for ; Sun, 25 Jul 2021 23:57:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1958C335C3D for ; Sun, 25 Jul 2021 23:57:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A54A4A2 for ; Sun, 25 Jul 2021 23:57:17 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1627256813.3067d4b62465187667888adc9376218d937cbc15.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: CONTRIBUTING.md X-VCS-Directories: / X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 3067d4b62465187667888adc9376218d937cbc15 X-VCS-Branch: dev Date: Sun, 25 Jul 2021 23:57:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29f7fc8e-e0a0-4756-be36-23fc4281d249 X-Archives-Hash: 54c181a6bdac91fd8e7b2651716924b9 commit: 3067d4b62465187667888adc9376218d937cbc15 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jul 25 23:46:53 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Jul 25 23:46:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3067d4b6 CONTRIBUTING.md: add list of undesired python dependencies Closes: https://github.com/gentoo/guru/issues/11 Signed-off-by: Alessandro Barbieri gmail.com> CONTRIBUTING.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6579620e7..0fcc70708 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,22 @@ 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). +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 - #### Licenses of bundled libraries