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 8D3FB13934E for ; Mon, 26 Jul 2021 14:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BC06E0963; Mon, 26 Jul 2021 14:05:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37625E0964 for ; Mon, 26 Jul 2021 14:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E0108342A61 for ; Mon, 26 Jul 2021 14:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F26A84F for ; Mon, 26 Jul 2021 14:05:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627256813.3067d4b62465187667888adc9376218d937cbc15.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: CONTRIBUTING.md X-VCS-Directories: / X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3067d4b62465187667888adc9376218d937cbc15 X-VCS-Branch: master Date: Mon, 26 Jul 2021 14:05:38 +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: 3b9a4621-66a0-4852-b8f6-edd65330c6f0 X-Archives-Hash: 04c27b7fe8fe6100732e8a5537fd7a38 commit: 3067d4b62465187667888adc9376218d937cbc15 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jul 25 23:46:53 2021 +0000 Commit: Andrew Ammerlaan gentoo org> 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