public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: /
Date: Fri,  4 Feb 2022 11:44:27 +0000 (UTC)	[thread overview]
Message-ID: <1643789467.9803b6a4b6f019df21d517820c108e3d74fab42d.flow@gentoo> (raw)

commit:     9803b6a4b6f019df21d517820c108e3d74fab42d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Feb  2 07:33:10 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 08:11:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9803b6a4

CONTRIBUTING.md: update links to python guide

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index daa69766d..c97918dca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,7 +32,7 @@ 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:
+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://projects.gentoo.org/python/guide/distutils.html#enabling-tests) and in the list below:
 ```
 dev-python/black
 dev-python/check-manifest
@@ -82,7 +82,7 @@ Pkgcheck does even more checks than repoman. While it is good practice to make r
 
 Many Python packages have tests and documentation. Unlike some other eclasses the [distutils-r1 eclass](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) does not enable support for these tests automatically. This is because there are multiple test runners available for Python. To enable tests for your Python ebuilds, use the `distutils_enable_tests <test-runner>` function. Similarly, support for documentation building with Sphinx can be added with the `distutils_enable_sphinx <subdir> [--no-autodoc | <plugin-pkgs>...]` function. Please note that these functions already append to IUSE and RESTRICT, so there is no need to specify this manually. 
 
-See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) and the [Gentoo Python Guide](https://dev.gentoo.org/~mgorny/python-guide/distutils.html) for more information.
+See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) and the [Gentoo Python Guide](https://projects.gentoo.org/python/guide/distutils.html) for more information.
 
 - #### Avoid introducing USE flags for small files and optional runtime dependencies.
 


             reply	other threads:[~2022-02-04 11:44 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-04 11:44 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-12 20:23 [gentoo-commits] repo/proj/guru:dev commit in: / Nowa Ammerlaan
2024-11-12 20:23 ` [gentoo-commits] repo/proj/guru:master " Nowa Ammerlaan
2024-04-22 20:52 David Roman
2024-04-21 14:11 Haelwenn Monnier
2024-04-19 18:02 Julien Roy
2024-04-19 18:01 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 18:01 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-02 12:34 Haelwenn Monnier
2024-04-02 12:34 Haelwenn Monnier
2024-04-01 21:54 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-01 22:00 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-01 21:30 Haelwenn Monnier
2024-03-11 17:31 David Roman
2024-02-23  1:36 David Roman
2024-02-17  2:40 Rui Huang
2024-01-09 16:24 David Roman
2024-01-07 23:46 David Roman
2024-01-01 14:31 Florian Schmaus
2023-12-14  7:25 Viorel Munteanu
2023-11-12  0:50 David Roman
2023-09-05 22:34 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2023-09-05 22:35 ` [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2023-09-03 12:27 Haelwenn Monnier
2023-07-11  6:16 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-11  6:15 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-14  7:44 Viorel Munteanu
2023-01-04  8:51 Florian Schmaus
2023-01-04  8:51 Florian Schmaus
2022-11-04 14:38 Arthur Zamarin
2022-11-04 14:38 Arthur Zamarin
2022-06-22 17:39 Andrew Ammerlaan
2022-06-14 18:35 Haelwenn Monnier
2022-06-14 18:35 Haelwenn Monnier
2022-06-10 14:08 Andrew Ammerlaan
2022-06-03 10:44 Florian Schmaus
2022-06-03 10:44 Florian Schmaus
2022-06-03 10:44 Florian Schmaus
2022-06-03 10:44 Florian Schmaus
2022-05-29 18:29 Andrew Ammerlaan
2022-05-28 10:10 Andrew Ammerlaan
2022-05-28 10:10 Andrew Ammerlaan
2022-05-09 18:44 Andrew Ammerlaan
2022-05-09 18:44 Andrew Ammerlaan
2022-05-09 18:44 Andrew Ammerlaan
2022-05-02 17:59 Arthur Zamarin
2022-04-06  0:07 Ronny Gutbrod
2022-03-29  0:22 Ronny Gutbrod
2022-03-23 16:15 Ronny Gutbrod
2022-02-04 11:44 Florian Schmaus
2022-02-04 11:44 Florian Schmaus
2022-02-04 11:44 Florian Schmaus
2021-10-28 20:56 Haelwenn Monnier
2021-10-28 20:56 Haelwenn Monnier
2021-10-28 20:56 Haelwenn Monnier
2021-10-27  6:18 Florian Schmaus
2021-10-25 11:56 Andrew Ammerlaan
2021-10-20  8:18 Florian Schmaus
2021-10-20  8:18 Florian Schmaus
2021-10-13 22:12 Haelwenn Monnier
2021-10-13 22:12 Haelwenn Monnier
2021-10-09  6:44 Arthur Zamarin
2021-09-30 19:39 Arthur Zamarin
2021-09-08 15:20 Arthur Zamarin
2021-09-07  2:58 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier
2021-08-24 19:24 Andrew Ammerlaan
2021-08-24 19:24 Andrew Ammerlaan
2021-08-24 19:24 Andrew Ammerlaan
2021-08-24 19:24 Andrew Ammerlaan
2021-08-20 18:48 Florian Schmaus
2021-08-20 18:48 Florian Schmaus
2021-08-20 18:48 Florian Schmaus
2021-08-12 12:33 Florian Schmaus
2021-08-07 17:48 Florian Schmaus
2021-08-03  8:45 Andrew Ammerlaan
2021-08-03  8:45 Andrew Ammerlaan
2021-08-03  8:45 Andrew Ammerlaan
2021-07-30  9:11 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-14 19:43 Andrew Ammerlaan
2021-06-20 13:07 Andrew Ammerlaan
2021-06-20 13:07 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-04-23  8:47 Haelwenn Monnier
2021-01-23 11:49 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-03 12:19 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-03 12:19 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-22 10:50 Andrew Ammerlaan
2020-07-12 11:42 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-12 11:57 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-07 16:51 [gentoo-commits] repo/proj/guru:dev " Michał Górny
2020-05-07 16:51 ` [gentoo-commits] repo/proj/guru:master " Michał Górny
2020-05-01 11:16 Andrew Ammerlaan
2020-05-01 10:07 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-01 10:08 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-01 10:02 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-01 10:02 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-01  9:58 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-01  9:59 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1643789467.9803b6a4b6f019df21d517820c108e3d74fab42d.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox