From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../scientificpython/scientificpython-2.9.4.ebuild | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 dev-python/scientificpython/scientificpython-2.9.4.ebuild (limited to 'dev-python/scientificpython/scientificpython-2.9.4.ebuild') diff --git a/dev-python/scientificpython/scientificpython-2.9.4.ebuild b/dev-python/scientificpython/scientificpython-2.9.4.ebuild new file mode 100644 index 000000000000..a760b97ee758 --- /dev/null +++ b/dev-python/scientificpython/scientificpython-2.9.4.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_PN="ScientificPython" +MY_P="${MY_PN}-${PV}" +DOWNLOAD_NUMBER=4570 + +DESCRIPTION="Scientific Module for Python" +SRC_URI="http://sourcesup.cru.fr/frs/download.php/${DOWNLOAD_NUMBER}/${MY_P}.tar.gz" +HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/" + +LICENSE="CeCILL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="doc mpi test" + +RDEPEND=" +