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/entrypoints/
Date: Thu,  6 May 2021 11:38:49 +0000 (UTC)	[thread overview]
Message-ID: <1620300012.7415489e96010d4b397bae6ae8df7b38cd4245f6.mgorny@gentoo> (raw)

commit:     7415489e96010d4b397bae6ae8df7b38cd4245f6
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May  6 10:11:46 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  6 11:20:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7415489e

dev-python/entrypoints: Port to python3.10

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/entrypoints/entrypoints-0.3-r2.ebuild | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild
index 1504f0a9b34..2410523b988 100644
--- a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Discover and load entry points from installed packages"
@@ -15,15 +14,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-BDEPEND="
-	test? (
-		${RDEPEND}
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)
-"
+distutils_enable_tests pytest
 
 PATCHES=(
 	"${FILESDIR}/${PN}"-0.2.1-init.py.patch


             reply	other threads:[~2021-05-06 11:38 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 11:38 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/entrypoints/ Michał Górny
2024-05-17 17:38 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2022-05-16 16:03 Andrew Ammerlaan
2022-03-15 11:27 Jakov Smolić
2022-02-02 23:21 Michał Górny
2022-01-29 15:02 Michał Górny
2021-06-29  5:53 Yixun Lan
2020-12-11 14:51 Michał Górny
2020-11-28 14:21 Sam James
2020-11-28 14:21 Sam James
2020-10-22  2:14 Joshua Kinard
2020-09-20  9:36 Michał Górny
2020-07-13 16:51 Sam James
2020-05-27  6:10 Michał Górny
2020-04-08 20:53 Sergei Trofimovich
2020-03-16 21:09 Michał Górny
2020-03-16  6:22 Matt Turner
2020-02-11  9:20 Agostino Sarubbo
2020-02-08 12:50 Sergei Trofimovich
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-28 11:32 Agostino Sarubbo
2020-01-28 10:20 Agostino Sarubbo
2020-01-27  8:10 Sergei Trofimovich
2020-01-26 21:25 Matthew Thode
2020-01-14 19:57 Sergei Trofimovich
2019-12-25 20:45 Sergei Trofimovich
2019-12-25 20:32 Sergei Trofimovich
2019-12-16 14:38 Michał Górny
2019-12-16 14:38 Michał Górny
2019-12-09 18:19 Sergei Trofimovich
2019-12-02 21:13 Aaron Bauman
2019-12-01 13:34 Sergei Trofimovich
2019-11-23  7:59 Patrick McLean
2019-11-21  0:11 Andreas Sturmlechner
2019-11-20 23:39 Andreas Sturmlechner
2019-11-20 23:39 Andreas Sturmlechner
2018-09-07 22:51 Louis Sautier
2018-08-30 22:08 Louis Sautier
2018-05-16 12:28 Agostino Sarubbo
2018-04-22  1:35 Thomas Deutschmann
2018-03-20  1:46 Matt Thode
2017-06-23 19:26 Alexis Ballier
2017-03-11  3:34 Zac Medico

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=1620300012.7415489e96010d4b397bae6ae8df7b38cd4245f6.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