diff options
Diffstat (limited to 'dev-python/pyfits/pyfits-3.0.8.ebuild')
-rw-r--r-- | dev-python/pyfits/pyfits-3.0.8.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/pyfits/pyfits-3.0.8.ebuild b/dev-python/pyfits/pyfits-3.0.8.ebuild deleted file mode 100644 index 4e1829b84cc3..000000000000 --- a/dev-python/pyfits/pyfits-3.0.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.0.8.ebuild,v 1.4 2012/08/08 19:11:00 bicatali Exp $ - -EAPI=4 - -PYTHON_DEPEND="*:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 2.7-pypy-*" -DISTUTILS_SRC_TEST=nosetests - -inherit distutils eutils - -DESCRIPTION="Provides an interface to FITS formatted files under python" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/pyfits http://pypi.python.org/pypi/pyfits" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/numpy - dev-python/setuptools - !dev-python/astropy" -DEPEND="${RDEPEND} - dev-python/stsci-distutils - dev-python/d2to1" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_prepare() { - epatch "${FILESDIR}"/${P}-debundle_zlib.patch - distutils_src_prepare -} - -src_test() { - testing() { - nosetests -w "$(ls -d build-${PYTHON_ABI}/lib*)" - } - python_execute_function testing -} |