Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/python-fcl/files/, dev-python/python-fcl/
Date: Sun, 02 Jan 2022 08:11:39
Message-Id: 1641111072.32bece21f28d1ba8a584c470f15674207899cd0f.asturm@gentoo
1 commit: 32bece21f28d1ba8a584c470f15674207899cd0f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 08:01:25 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 08:11:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bece21
7
8 dev-python/python-fcl: Remove last-rited package
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/python-fcl/Manifest | 1 -
13 .../python-fcl-0.0.12-fix-compiling-on-lld.patch | 12 ---------
14 dev-python/python-fcl/metadata.xml | 14 ----------
15 dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild | 31 ----------------------
16 profiles/package.mask | 7 -----
17 5 files changed, 65 deletions(-)
18
19 diff --git a/dev-python/python-fcl/Manifest b/dev-python/python-fcl/Manifest
20 deleted file mode 100644
21 index c8d389d0a36c..000000000000
22 --- a/dev-python/python-fcl/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST python-fcl-0.0.12.tar.gz 17204 BLAKE2B 594d466270160e71e67d99f1745b382c3b1f7754adeb9ba58443e4370e14496e45f4a7619eb7d41db22766f75fe841e088609014bf5a9ff5a6b7ee526b34eca2 SHA512 3b5462206e63e17c646edeeedb268474cc6df1ff12d64d4de0c46bcc281787a42b6306778d2fe5d4d3b2e23bc0ed86e092c9a39b74d019638c771ac5c9d9f8ce
26
27 diff --git a/dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch b/dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch
28 deleted file mode 100644
29 index 0e3cf7a54196..000000000000
30 --- a/dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch
31 +++ /dev/null
32 @@ -1,12 +0,0 @@
33 ---- a/setup.py
34 -+++ b/setup.py
35 -@@ -21,8 +21,7 @@
36 - include_dirs = ['/usr/include',
37 - '/usr/local/include',
38 - '/usr/include/eigen3']
39 -- lib_dirs = ['/usr/lib',
40 -- '/usr/local/lib']
41 -+ lib_dirs = ['/usr/local/lib']
42 -
43 - if 'CPATH' in os.environ:
44 - include_dirs += os.environ['CPATH'].split(':')
45
46 diff --git a/dev-python/python-fcl/metadata.xml b/dev-python/python-fcl/metadata.xml
47 deleted file mode 100644
48 index 5ce77f161100..000000000000
49 --- a/dev-python/python-fcl/metadata.xml
50 +++ /dev/null
51 @@ -1,14 +0,0 @@
52 -<?xml version="1.0" encoding="UTF-8"?>
53 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
54 -<pkgmetadata>
55 - <!-- maintainer-needed -->
56 - <longdescription>
57 - Python-FCL is an (unofficial) Python interface for the Flexible Collision Library (FCL), an excellent C++
58 - library for performing proximity and collision queries on pairs of geometric models.
59 - </longdescription>
60 - <upstream>
61 - <bugs-to>https://github.com/BerkeleyAutomation/python-fcl/issues</bugs-to>
62 - <remote-id type="github">BerkeleyAutomation/python-fcl</remote-id>
63 - <remote-id type="pypi">python-fcl</remote-id>
64 - </upstream>
65 -</pkgmetadata>
66
67 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
68 deleted file mode 100644
69 index d8396eb3e0df..000000000000
70 --- a/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
71 +++ /dev/null
72 @@ -1,31 +0,0 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -PYTHON_COMPAT=( python3_{8..10} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Python bindings for the Flexible Collision Library"
83 -HOMEPAGE="https://github.com/BerkeleyAutomation/python-fcl https://pypi.org/project/python-fcl/"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -LICENSE="BSD"
86 -
87 -KEYWORDS="~amd64"
88 -SLOT="0"
89 -
90 -RDEPEND="
91 - dev-python/numpy[${PYTHON_USEDEP}]
92 - ~sci-libs/fcl-0.5.0
93 - sci-libs/octomap
94 -"
95 -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
96 -
97 -PATCHES=( "${FILESDIR}"/${P}-fix-compiling-on-lld.patch )
98 -
99 -distutils_enable_tests unittest
100 -
101 -python_test() {
102 - "${EPYTHON}" test/test_fcl.py -v || die "tests failed with ${EPYTHON}"
103 -}
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index 5fbe7a761627..e16bc7b677c9 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -221,13 +221,6 @@ net-analyzer/amap
110 # Blender compatibility (no mixed LLVM versions).
111 =media-libs/osl-1.12*
112
113 -# Andreas Sturmlechner <asturm@g.o> (2021-11-30)
114 -# Blocks cleanup of sci-libs/fcl-0.5.0, unmaintained in Gentoo.
115 -# Upstream master claims to target sci-libs/fcl-0.6.1, but that
116 -# requires someone adopting the package.
117 -# Bug #770589; masked for removal on 2021-12-30.
118 -dev-python/python-fcl
119 -
120 # Hans de Graaff <graaff@g.o> (2021-11-26)
121 # Mask new rubygems version for testing. This version uses a new
122 # gentoo-defaults profile, bug #789957