commit: 7ade47f671250261925de5741892d1f0ed1450aa Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon Apr 15 07:37:15 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon Apr 15 07:37:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ade47f6
dev-python/scimath: remove last rited package Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> dev-python/scimath/Manifest | 1 - dev-python/scimath/metadata.xml | 16 ---------- dev-python/scimath/scimath-4.1.2-r1.ebuild | 47 ------------------------------ 3 files changed, 64 deletions(-) diff --git a/dev-python/scimath/Manifest b/dev-python/scimath/Manifest deleted file mode 100644 index c1465226631..00000000000 --- 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 80c1e798f10..00000000000 --- a/dev-python/scimath/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>s...@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - 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 - </longdescription> -</pkgmetadata> 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 c67376ac54e..00000000000 --- 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 -}