public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/roman/
Date: Thu,  4 Mar 2021 06:46:08 +0000 (UTC)	[thread overview]
Message-ID: <1614840252.1d9116c78de94c92d639f205389d0b193f83c4fb.sam@gentoo> (raw)

commit:     1d9116c78de94c92d639f205389d0b193f83c4fb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 06:44:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 06:44:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9116c7

dev-python/roman: fix MisplacedEclassVar

We should set variables before inheriting eclasses
in case they take action at source-time.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/roman/roman-3.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/roman/roman-3.3.ebuild b/dev-python/roman/roman-3.3.ebuild
index 4bef23d6851..97c8ad4615f 100644
--- a/dev-python/roman/roman-3.3.ebuild
+++ b/dev-python/roman/roman-3.3.ebuild
@@ -4,9 +4,8 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
 DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
 
 DESCRIPTION="An Integer to Roman numerals converter"
 HOMEPAGE="https://pypi.org/project/roman/"


             reply	other threads:[~2021-03-04  6:46 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04  6:46 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-14 20:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/roman/ Arthur Zamarin
2025-02-01 11:58 Michał Górny
2025-01-16  5:11 Michał Górny
2024-06-19 14:37 Petr Vaněk
2024-05-11 10:02 Michał Górny
2024-05-11  9:49 Arthur Zamarin
2024-04-25 17:56 Arthur Zamarin
2023-11-24 15:45 Arthur Zamarin
2023-06-27 12:01 Michał Górny
2023-06-27  6:43 Sam James
2023-05-26 17:44 Michał Górny
2023-05-26 17:44 Michał Górny
2023-04-05  8:19 Michał Górny
2023-04-05  7:36 Arthur Zamarin
2023-02-28 18:16 Arthur Zamarin
2023-02-28 18:16 Arthur Zamarin
2022-07-02 16:11 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-05-29 18:53 Arthur Zamarin
2022-05-29 18:53 Arthur Zamarin
2021-05-06 18:45 Michał Górny
2021-01-07  9:22 Michał Górny
2021-01-07  0:58 Sam James
2021-01-05 11:08 Michał Górny
2020-12-06 18:40 Sam James
2020-05-12  6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-04-19 11:22 Joonas Niilola
2020-04-19 11:22 Joonas Niilola
2020-03-29  7:31 Michał Górny
2018-08-05 13:53 Patrice Clement
2017-05-29 16:33 Pacho Ramos
2016-05-29 14:19 Pacho Ramos

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=1614840252.1d9116c78de94c92d639f205389d0b193f83c4fb.sam@gentoo \
    --to=sam@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