diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-03-02 05:37:08 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-03-02 05:37:08 +0000 |
commit | dd16b62b44274bafd3242dc69986c8862dd749fc (patch) | |
tree | 8eeb43206d37e16625856984c94adc42e07f2ec5 /dev-python/aplpy/aplpy-0.9.7.ebuild | |
parent | Imported bump from the sci overlay (diff) | |
download | gentoo-2-dd16b62b44274bafd3242dc69986c8862dd749fc.tar.gz gentoo-2-dd16b62b44274bafd3242dc69986c8862dd749fc.tar.bz2 gentoo-2-dd16b62b44274bafd3242dc69986c8862dd749fc.zip |
Version bump
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/aplpy/aplpy-0.9.7.ebuild')
-rw-r--r-- | dev-python/aplpy/aplpy-0.9.7.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/aplpy/aplpy-0.9.7.ebuild b/dev-python/aplpy/aplpy-0.9.7.ebuild new file mode 100644 index 000000000000..699df84ff15c --- /dev/null +++ b/dev-python/aplpy/aplpy-0.9.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.7.ebuild,v 1.1 2012/03/02 05:37:08 bicatali Exp $ + +EAPI=2 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MYP=APLpy-${PV} + +DESCRIPTION="Astronomical Plotting Library in Python" +HOMEPAGE="http://aplpy.github.com/ http://pypi.python.org/pypi/APLpy" +SRC_URI="https://github.com/downloads/${PN}/${PN}/${MYP}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/numpy" +RDEPEND="${DEPEND} + dev-python/matplotlib + dev-python/pyfits + dev-python/pywcs" + +RESTRICT_PYTHON_ABIS="3.*" + +S=${WORKDIR}/${MYP} |