Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pybluez/
Date: Tue, 01 Jun 2021 11:44:13
Message-Id: 1622547766.29f2b2db2f29295a9494ea7b972902895cc511fa.sam@gentoo
1 commit: 29f2b2db2f29295a9494ea7b972902895cc511fa
2 Author: Douglas Agbeve <douglas <AT> agbeve <DOT> com>
3 AuthorDate: Mon May 24 13:02:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:42:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f2b2db
7
8 dev-python/pybluez: python3_{9..10} support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Douglas Agbeve <douglas <AT> agbeve.com>
12 Closes: https://github.com/gentoo/gentoo/pull/20840
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/pybluez/pybluez-0.23.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/pybluez/pybluez-0.23.ebuild b/dev-python/pybluez/pybluez-0.23.ebuild
19 index 2326d32493b..f865c30c8ec 100644
20 --- a/dev-python/pybluez/pybluez-0.23.ebuild
21 +++ b/dev-python/pybluez/pybluez-0.23.ebuild
22 @@ -1,10 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{7,8} )
30 -
31 +PYTHON_COMPAT=( python3_{7..10} )
32 inherit distutils-r1
33
34 MY_P="PyBluez-${PV}"