Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/
Date: Thu, 12 May 2022 19:21:32
Message-Id: 1652382961.3319c775db48ab76f75acc6948d34e117a610668.arthurzam@gentoo
1 commit: 3319c775db48ab76f75acc6948d34e117a610668
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 19:16:01 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 19:16:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3319c775
7
8 dev-python/bitstring: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/bitstring/bitstring-3.1.9.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/bitstring/bitstring-3.1.9.ebuild b/dev-python/bitstring/bitstring-3.1.9.ebuild
16 index eedb23302ceb..67df75980669 100644
17 --- a/dev-python/bitstring/bitstring-3.1.9.ebuild
18 +++ b/dev-python/bitstring/bitstring-3.1.9.ebuild
19 @@ -1,9 +1,10 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +DISTUTILS_USE_PEP517=setuptools
28 +PYTHON_COMPAT=( python3_{8..11} )
29 inherit distutils-r1
30
31 DESCRIPTION="A pure Python module for creation and analysis of binary data"