commit:     f03a948772508cb6356de08e663ba73ef7ade717
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 11:43:14 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 11:43:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f03a9487

dev-python/cadquery: drop 2.2_rc20210804

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/cadquery/cadquery-2.2_rc20210804.ebuild | 56 ----------------------
 1 file changed, 56 deletions(-)

diff --git a/dev-python/cadquery/cadquery-2.2_rc20210804.ebuild 
b/dev-python/cadquery/cadquery-2.2_rc20210804.ebuild
deleted file mode 100644
index e31f8d37c..000000000
--- a/dev-python/cadquery/cadquery-2.2_rc20210804.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python parametric CAD scripting framework based on OCCT"
-HOMEPAGE="https://cadquery.readthedocs.io";
-
-# The official CadQuery 2.1 tarball requires the obsolete OCCT 7.4.0, but
-# CadQuery 2.2 has yet to be officially released. We instead package a commit
-# known to work as expected with OCCT 7.5.2.
-MY_COMMIT="9b657093c30147293034068dd9d58ec2b728e61a"
-
-#FIXME: Uncomment on bumping to the next stable release.
-# SRC_URI="https://github.com/CadQuery/cadquery/archive/refs/tags/${PV}.tar.gz";
-SRC_URI="https://github.com/CadQuery/cadquery/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Dependencies are intentionally listed in "conda/meta.yml" order. Due to its
-# Anaconda focus, "setup.py" currently fails to list dependencies.
-BDEPEND="
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/pytest[${PYTHON_USEDEP}]
-                       dev-python/docutils[${PYTHON_USEDEP}]
-                       dev-python/path[${PYTHON_USEDEP}]
-               ')
-       )
-"
-RDEPEND="
-       >=dev-python/cadquery-ocp-7.5.0[${PYTHON_SINGLE_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/pyparsing-2.0.0[${PYTHON_USEDEP}]
-               dev-python/ezdxf[${PYTHON_USEDEP}]
-               dev-python/ipython[${PYTHON_USEDEP}]
-               dev-python/typing-extensions[${PYTHON_USEDEP}]
-               dev-python/nptyping[${PYTHON_USEDEP}]
-               sci-libs/nlopt[python,${PYTHON_USEDEP}]
-       ')
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-distutils_enable_tests pytest
-
-#FIXME: Uncomment after packaging "dev-python/sphinx-autodoc-typehints".
-# distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinx-autodoc-typehints

Reply via email to