summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-15 10:37:15 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-15 10:37:15 +0300
commit7ade47f671250261925de5741892d1f0ed1450aa (patch)
tree9067dc89baf6d0fb682bd0787d740d52ee7ab721 /dev-python
parentdev-python/traits: remove last rited package (diff)
downloadgentoo-7ade47f671250261925de5741892d1f0ed1450aa.tar.gz
gentoo-7ade47f671250261925de5741892d1f0ed1450aa.tar.bz2
gentoo-7ade47f671250261925de5741892d1f0ed1450aa.zip
dev-python/scimath: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/scimath/Manifest1
-rw-r--r--dev-python/scimath/metadata.xml16
-rw-r--r--dev-python/scimath/scimath-4.1.2-r1.ebuild47
3 files changed, 0 insertions, 64 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@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 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
-}