summaryrefslogtreecommitdiff
path: root/dev-python/fcl
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fcl')
-rw-r--r--dev-python/fcl/Manifest4
-rw-r--r--dev-python/fcl/fcl-0.0.12-r1.ebuild36
-rw-r--r--dev-python/fcl/files/fcl-0.0.12-fix-compiling-on-lld.patch12
-rw-r--r--dev-python/fcl/metadata.xml17
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-python/fcl/Manifest b/dev-python/fcl/Manifest
deleted file mode 100644
index 4944f580f209..000000000000
--- a/dev-python/fcl/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX fcl-0.0.12-fix-compiling-on-lld.patch 400 BLAKE2B d50568d13ad303c9c56a604d5ff8bcfaa537298cbda7b48628c07637ae7364aedf88fb57a04c601765ef1ff5280d609fc50dd06270d9cce32085f19d3c3b1e08 SHA512 4e668d7ac21a0fd326db170d64a3ac0cd931dfd5657546682033c30ad86d7d29ad845a5be4110b8cae2cdfd5ad1a784f3792eb7a8b0fd665f17614dab30a0c9b
-DIST python-fcl-0.0.12.tar.gz 17204 BLAKE2B 594d466270160e71e67d99f1745b382c3b1f7754adeb9ba58443e4370e14496e45f4a7619eb7d41db22766f75fe841e088609014bf5a9ff5a6b7ee526b34eca2 SHA512 3b5462206e63e17c646edeeedb268474cc6df1ff12d64d4de0c46bcc281787a42b6306778d2fe5d4d3b2e23bc0ed86e092c9a39b74d019638c771ac5c9d9f8ce
-EBUILD fcl-0.0.12-r1.ebuild 777 BLAKE2B dd250b3ceedd21b688c00e8782e3cb10ac0bd7748a5c5df4d9855c6b579d4056278c61880915b3faabec518ffde970f3ba0c55a6187a772bf07edd123a5c35dc SHA512 8b424c432c080001e3003377244621b2b8f6c68d3da6bd5413403faddd441a7eb50eb0ca42b6dbc43e43b71fb4ef596167861c64cf67214bad5b250c2d674a0b
-MISC metadata.xml 773 BLAKE2B 4f7a9b4f37e8cd1347baa2db7cc3db2cbcf352efe48ee7b1157415dc3b1b9b740d68dc5d7e19511844c746e7805ebfbed8d881e2f7f67be5ece8751500377c03 SHA512 a960dcc325f02e948d21ede4566e19d252ffd24a517e4ad58341c8f1e86985ab16cdf488c579119a6d31a7cc39024e00654baaebb2814252a9b6a97e851726dc
diff --git a/dev-python/fcl/fcl-0.0.12-r1.ebuild b/dev-python/fcl/fcl-0.0.12-r1.ebuild
deleted file mode 100644
index 5089f5485f46..000000000000
--- a/dev-python/fcl/fcl-0.0.12-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN="python-fcl"
-MY_P="${MY_PN}-${PV}"
-
-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/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- ~sci-libs/fcl-0.5.0
- sci-libs/octomap
-"
-
-S=${WORKDIR}/${MY_P}
-
-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/dev-python/fcl/files/fcl-0.0.12-fix-compiling-on-lld.patch b/dev-python/fcl/files/fcl-0.0.12-fix-compiling-on-lld.patch
deleted file mode 100644
index 0e3cf7a54196..000000000000
--- a/dev-python/fcl/files/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/fcl/metadata.xml b/dev-python/fcl/metadata.xml
deleted file mode 100644
index 5df3748729e8..000000000000
--- a/dev-python/fcl/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>3dprint@gentoo.org</email>
- <name>Gentoo 3D Printer Project</name>
- </maintainer>
- <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>