aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2010-09-02 18:24:19 +0100
committerSébastien Fabbro <sebfabbro@gmail.com>2010-09-02 18:24:19 +0100
commit071c7f48ef305680e1c1f881218c5ce72b6a090b (patch)
tree2bfd6ecb639a995751f06b284382e77db242adf6 /dev-python/vo/vo-0.5.ebuild
parentNew package: sci-mathematics/Oid (diff)
downloadsci-071c7f48ef305680e1c1f881218c5ce72b6a090b.tar.gz
sci-071c7f48ef305680e1c1f881218c5ce72b6a090b.tar.bz2
sci-071c7f48ef305680e1c1f881218c5ce72b6a090b.zip
moved to the main tree
Diffstat (limited to 'dev-python/vo/vo-0.5.ebuild')
-rw-r--r--dev-python/vo/vo-0.5.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/vo/vo-0.5.ebuild b/dev-python/vo/vo-0.5.ebuild
deleted file mode 100644
index c5dfc1933..000000000
--- a/dev-python/vo/vo-0.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-PYTHON_DEPEND="2:2.6"
-
-inherit distutils eutils
-
-DESCRIPTION="Python module to read VOTABLE into a Numpy recarray"
-HOMEPAGE="https://trac6.assembla.com/astrolib/wiki http://www.scipy.org/AstroLib"
-SRC_URI="http://stsdas.stsci.edu/astrolib/${P}.tar.gz"
-
-IUSE="test"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="AURA"
-
-DEPEND="${RDEPEND}
- test? ( dev-python/nose )"
-RDEPEND="dev-libs/expat"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-docs.patch
- epatch "${FILESDIR}"/${P}-assertion_fix.patch
- epatch "${FILESDIR}"/${P}-expat.patch
- use test && epatch "${FILESDIR}"/${P}-skiptests.patch
-}
-
-#FIX ME: docs are no longer built (missing stsci_sphinxext )
-
-src_test() {
- cd test
- PYTHONPATH=$(dir -d ../build/lib.*) nosetests -v || die
-}