public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorlog/
Date: Tue, 17 Nov 2020 00:08:53 +0000 (UTC)	[thread overview]
Message-ID: <1605571718.aff5d939aad8a53a3cc6c54c9f5a2dd1816eafb8.mgorny@gentoo> (raw)

commit:     aff5d939aad8a53a3cc6c54c9f5a2dd1816eafb8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 23:59:42 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 00:08:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff5d939

dev-python/colorlog: Port up to py3.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/colorlog/colorlog-3.1.4.ebuild | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-python/colorlog/colorlog-3.1.4.ebuild b/dev-python/colorlog/colorlog-3.1.4.ebuild
index a548343d598..a70b472915e 100644
--- a/dev-python/colorlog/colorlog-3.1.4.ebuild
+++ b/dev-python/colorlog/colorlog-3.1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
 
 inherit distutils-r1
 
@@ -14,15 +14,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
+distutils_enable_tests pytest
 
 python_test() {
-	py.test -vv -p no:logging || die
+	pytest -vv -p no:logging || die
 }


             reply	other threads:[~2020-11-17  0:08 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17  0:08 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/colorlog/ Michał Górny
2024-11-16  8:09 Michał Górny
2024-10-30  3:41 Michał Górny
2024-02-11 13:10 Michał Górny
2024-02-11 11:11 Sam James
2024-01-26 16:27 Michał Górny
2023-12-20 16:15 Michał Górny
2023-12-03  4:20 Michał Górny
2023-11-24 18:47 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2023-03-16  3:47 Michał Górny
2022-10-03  6:50 Michał Górny
2022-08-29 18:04 Arthur Zamarin
2022-05-12 19:21 Arthur Zamarin
2022-04-24 18:44 Jakov Smolić
2022-02-11 20:25 Arthur Zamarin
2021-12-10 17:46 Michał Górny
2021-12-10 12:02 Jakov Smolić
2021-11-09 10:23 Michał Górny
2021-09-25 22:00 Michał Górny
2021-09-25 19:56 Sam James
2021-08-24  6:59 Michał Górny
2021-06-15  5:40 Michał Górny
2021-06-15  4:06 Sam James
2021-05-09 11:35 Michał Górny
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-14  7:19 Michał Górny
2021-03-22 21:33 Michał Górny
2021-03-02  8:48 Michał Górny
2021-03-02  3:49 Sam James
2021-03-02  1:01 Michał Górny
2021-01-14 21:30 Michał Górny
2020-03-26 14:51 Michał Górny
2020-02-04 15:48 Michał Górny
2018-08-24  6:24 Michał Górny
2017-05-15 17:01 Manuel Rüger
2017-05-02 16:41 Michał Górny
2016-07-17 21:03 Patrick Lauer
2016-02-01 22:21 Justin Lecher
2016-02-01 15:44 Justin Lecher
2016-01-17 23:10 Patrice Clement

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=1605571718.aff5d939aad8a53a3cc6c54c9f5a2dd1816eafb8.mgorny@gentoo \
    --to=mgorny@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