summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-02 09:01:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-02 09:11:12 +0100
commit32bece21f28d1ba8a584c470f15674207899cd0f (patch)
tree99564a821326d2455bcd70256f429610acc1151f
parentdev-libs/qrosscore: Remove last-rited package (diff)
downloadgentoo-32bece21f28d1ba8a584c470f15674207899cd0f.tar.gz
gentoo-32bece21f28d1ba8a584c470f15674207899cd0f.tar.bz2
gentoo-32bece21f28d1ba8a584c470f15674207899cd0f.zip
dev-python/python-fcl: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-python/python-fcl/Manifest1
-rw-r--r--dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch12
-rw-r--r--dev-python/python-fcl/metadata.xml14
-rw-r--r--dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild31
-rw-r--r--profiles/package.mask7
5 files changed, 0 insertions, 65 deletions
diff --git a/dev-python/python-fcl/Manifest b/dev-python/python-fcl/Manifest
deleted file mode 100644
index c8d389d0a36c..000000000000
--- a/dev-python/python-fcl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-fcl-0.0.12.tar.gz 17204 BLAKE2B 594d466270160e71e67d99f1745b382c3b1f7754adeb9ba58443e4370e14496e45f4a7619eb7d41db22766f75fe841e088609014bf5a9ff5a6b7ee526b34eca2 SHA512 3b5462206e63e17c646edeeedb268474cc6df1ff12d64d4de0c46bcc281787a42b6306778d2fe5d4d3b2e23bc0ed86e092c9a39b74d019638c771ac5c9d9f8ce
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
deleted file mode 100644
index 0e3cf7a54196..000000000000
--- a/dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -21,8 +21,7 @@
- include_dirs = ['/usr/include',
- '/usr/local/include',
- '/usr/include/eigen3']
-- lib_dirs = ['/usr/lib',
-- '/usr/local/lib']
-+ lib_dirs = ['/usr/local/lib']
-
- if 'CPATH' in os.environ:
- include_dirs += os.environ['CPATH'].split(':')
diff --git a/dev-python/python-fcl/metadata.xml b/dev-python/python-fcl/metadata.xml
deleted file mode 100644
index 5ce77f161100..000000000000
--- a/dev-python/python-fcl/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Python-FCL is an (unofficial) Python interface for the Flexible Collision Library (FCL), an excellent C++
- library for performing proximity and collision queries on pairs of geometric models.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/BerkeleyAutomation/python-fcl/issues</bugs-to>
- <remote-id type="github">BerkeleyAutomation/python-fcl</remote-id>
- <remote-id type="pypi">python-fcl</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index d8396eb3e0df..000000000000
--- a/dev-python/python-fcl/python-fcl-0.0.12-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the Flexible Collision Library"
-HOMEPAGE="https://github.com/BerkeleyAutomation/python-fcl https://pypi.org/project/python-fcl/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- ~sci-libs/fcl-0.5.0
- sci-libs/octomap
-"
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-compiling-on-lld.patch )
-
-distutils_enable_tests unittest
-
-python_test() {
- "${EPYTHON}" test/test_fcl.py -v || die "tests failed with ${EPYTHON}"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 5fbe7a761627..e16bc7b677c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -221,13 +221,6 @@ net-analyzer/amap
# Blender compatibility (no mixed LLVM versions).
=media-libs/osl-1.12*
-# Andreas Sturmlechner <asturm@gentoo.org> (2021-11-30)
-# Blocks cleanup of sci-libs/fcl-0.5.0, unmaintained in Gentoo.
-# Upstream master claims to target sci-libs/fcl-0.6.1, but that
-# requires someone adopting the package.
-# Bug #770589; masked for removal on 2021-12-30.
-dev-python/python-fcl
-
# Hans de Graaff <graaff@gentoo.org> (2021-11-26)
# Mask new rubygems version for testing. This version uses a new
# gentoo-defaults profile, bug #789957