From: Mikle Kolyada Date: Mon, 15 Apr 2019 07:37:15 +0000 (+0300) Subject: dev-python/scimath: remove last rited package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7ade47f671250261925de5741892d1f0ed1450aa;p=gentoo.git dev-python/scimath: remove last rited package Signed-off-by: Mikle Kolyada --- diff --git a/dev-python/scimath/Manifest b/dev-python/scimath/Manifest deleted file mode 100644 index c14652266315..000000000000 --- a/dev-python/scimath/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scimath-4.1.2.tar.gz 119399 BLAKE2B 8f316ac90ec167d9563dafcdb0acbe2dae8ecea92a5c9c2dd126a0278bf3820c7bb87d7e9e597ed5a0c9ed8d154b7883cf31a6360adbb41c3654c8b3c10d5be8 SHA512 2ceeeca5402da2b8745e0af5dac6a470c47b80529ec56aeb758cea815785be8a38b4ee3a052780c532b474acc4bf36474dd67c802a94971f3010148987c24257 diff --git a/dev-python/scimath/metadata.xml b/dev-python/scimath/metadata.xml deleted file mode 100644 index 80c1e798f10e..000000000000 --- a/dev-python/scimath/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - The SciMath project from the Enthought Tool Suite includes - packages to support scientific and mathematical calculations, - beyond the capabilities offered by SciPy: - * enthought.interpolate - * enthought.mathematics - * enthought.units - - diff --git a/dev-python/scimath/scimath-4.1.2-r1.ebuild b/dev-python/scimath/scimath-4.1.2-r1.ebuild deleted file mode 100644 index c67376ac54e2..000000000000 --- a/dev-python/scimath/scimath-4.1.2-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Enthought Tool Suite: Scientific and mathematical tools" -HOMEPAGE="http://docs.enthought.com/scimath/ - https://github.com/enthought/scimath - https://pypi.org/project/scimath/" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc test" -DISTUTILS_IN_SOURCE_BUILD=1 - -RDEPEND=">=dev-python/traits-4.1[${PYTHON_USEDEP}] - >=dev-python/traitsui-4.1[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - ${RDEPEND} - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - x11-apps/xhost - )" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - # ONE test assumes PYTHONPATH in its own dir!!! - PYTHONPATH=build/lib/:build/lib/scimath/interpolate/ - VIRTUALX_COMMAND="nosetests" virtualmake -} - -python_install_all() { - use doc && HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -}