commit: 20ad0033105fecd600259fdd42534f5e375246ef Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon May 5 14:49:17 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Tue May 6 13:52:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=20ad0033
dev-python/meshpy: treeclean Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/meshpy/meshpy-2020.1.ebuild | 41 ---------------------------------- dev-python/meshpy/metadata.xml | 20 ----------------- 2 files changed, 61 deletions(-) diff --git a/dev-python/meshpy/meshpy-2020.1.ebuild b/dev-python/meshpy/meshpy-2020.1.ebuild deleted file mode 100644 index 1c730f5df..000000000 --- a/dev-python/meshpy/meshpy-2020.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -MY_PN="MeshPy" - -DESCRIPTION="Quality triangular and tetrahedral mesh generation for Python" -HOMEPAGE="https://mathema.tician.de/software/meshpy - https://pypi.python.org/pypi/MeshPy -" -SRC_URI="https://github.com/inducer/meshpy/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -# ModuleNotFoundError: No module named 'meshpy._internals' -RESTRICT="test" - -RDEPEND=" - dev-libs/boost[python,${PYTHON_USEDEP}] - dev-python/gmsh_interop[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pybind11[${PYTHON_USEDEP}] - dev-python/pytools[${PYTHON_USEDEP}] - sci-libs/gmsh -" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -python_prepare_all() { - sed 's:delay=10:delay=1:g' -i aksetup_helper.py || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/meshpy/metadata.xml b/dev-python/meshpy/metadata.xml deleted file mode 100644 index 77991f7a8..000000000 --- a/dev-python/meshpy/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -MeshPy offers quality triangular and tetrahedral mesh generation for Python. -Meshes of this type are chiefly used in finite-element simulation codes, but -also have many other applications ranging from computer graphics to robotics. -In order to generate these 2D and 3D meshes, MeshPy provides Python interfaces -to two well-regarded mesh generators, Triangle by J. Shewchuk and TetGen by -Hang Si. Both are included in the package in slightly modified versions. -</longdescription> - <upstream> - <remote-id type="pypi">MeshPy</remote-id> - <remote-id type="github">inducer/meshpy</remote-id> - </upstream> -</pkgmetadata>
