Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/automat/
Date: Tue, 18 May 2021 11:40:15
Message-Id: 1621337993.0df4de1dd16414c61eed86dfd0de0e064aa5a3b6.mgorny@gentoo
1 commit: 0df4de1dd16414c61eed86dfd0de0e064aa5a3b6
2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
3 AuthorDate: Sat May 15 20:13:55 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 11:39:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df4de1d
7
8 dev-python/automat: Bump to python 3.10
9
10 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/automat/automat-20.2.0.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/automat/automat-20.2.0.ebuild b/dev-python/automat/automat-20.2.0.ebuild
17 index feef8214377..c7b05ca97c1 100644
18 --- a/dev-python/automat/automat-20.2.0.ebuild
19 +++ b/dev-python/automat/automat-20.2.0.ebuild
20 @@ -2,9 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
25 -DISTUTILS_USE_SETUPTOOLS=rdepend
26
27 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
28 inherit distutils-r1
29
30 MY_PN="A${PN:1}"
31 @@ -13,6 +12,7 @@ MY_P="${MY_PN}-${PV}"
32 DESCRIPTION="Self-service finite-state machines for the programmer on the go"
33 HOMEPAGE="https://github.com/glyph/automat https://pypi.org/project/Automat/"
34 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
35 +S="${WORKDIR}/${MY_P}"
36
37 LICENSE="MIT"
38 SLOT="0"
39 @@ -24,12 +24,9 @@ RDEPEND="
40 dev-python/six[${PYTHON_USEDEP}]
41 "
42 BDEPEND="
43 - ${RDEPEND}
44 dev-python/m2r[${PYTHON_USEDEP}]
45 "
46
47 -S="${WORKDIR}/${MY_P}"
48 -
49 PATCHES=(
50 "${FILESDIR}/automat-0.8.0-no-setup-py-m2r-import.patch"
51 "${FILESDIR}/test_visualize-twisted-import-errors.patch"