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/python-fcl/
Date: Wed, 13 Oct 2021 19:02:50
Message-Id: 1634151729.413996eb0434d9d4b3e5d10f88331bf29c0d5e22.arthurzam@gentoo
1 commit: 413996eb0434d9d4b3e5d10f88331bf29c0d5e22
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 13 18:05:34 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 13 19:02:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413996eb
7
8 dev-python/python-fcl: enable py3.10, add missing cython bdep
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild b/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
16 index 950a9e71ccc..d8396eb3e0d 100644
17 --- a/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
18 +++ b/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1
27
28 @@ -14,13 +14,13 @@ LICENSE="BSD"
29
30 KEYWORDS="~amd64"
31 SLOT="0"
32 -IUSE=""
33
34 RDEPEND="
35 dev-python/numpy[${PYTHON_USEDEP}]
36 ~sci-libs/fcl-0.5.0
37 sci-libs/octomap
38 "
39 +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
40
41 PATCHES=( "${FILESDIR}"/${P}-fix-compiling-on-lld.patch )