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/kiwisolver/
Date: Fri, 05 Jun 2020 16:04:05
Message-Id: 1591373032.9ab5cd9dd7eb30b5188e37e27f9b4489ecbd43ba.mgorny@gentoo
1 commit: 9ab5cd9dd7eb30b5188e37e27f9b4489ecbd43ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 15:43:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 16:03:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab5cd9d
7
8 dev-python/kiwisolver: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/kiwisolver/kiwisolver-1.2.0.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
16 index 3a1f79a6685..2d2ec37813a 100644
17 --- a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
18 +++ b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
19 @@ -2,13 +2,14 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6..9} )
25
26 inherit distutils-r1
27
28 DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm"
29 HOMEPAGE="https://github.com/nucleic/kiwi"
30 SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 +S="${WORKDIR}"/kiwi-${PV}
32
33 LICENSE="Clear-BSD"
34 SLOT="0"
35 @@ -17,8 +18,5 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
36 RDEPEND="
37 >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]
38 "
39 -BDEPEND="${RDEPEND}"
40 -
41 -S="${WORKDIR}"/kiwi-${PV}
42
43 distutils_enable_tests pytest