diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-17 22:10:00 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-17 22:17:30 +0200 |
commit | 4030729c6bc614d890d65a8f3a233ded960ed766 (patch) | |
tree | b886bf3d6c885bba3f58456616d60ca99e1b03fe /sci-geosciences/seawater/seawater-3.3.3.ebuild | |
parent | sci-geosciences/libtcd: version bump to 2.2.7 (diff) | |
download | gentoo-4030729c6bc614d890d65a8f3a233ded960ed766.tar.gz gentoo-4030729c6bc614d890d65a8f3a233ded960ed766.tar.bz2 gentoo-4030729c6bc614d890d65a8f3a233ded960ed766.zip |
sci-geosciences/seawater: version bump to 3.3.3
Diffstat (limited to 'sci-geosciences/seawater/seawater-3.3.3.ebuild')
-rw-r--r-- | sci-geosciences/seawater/seawater-3.3.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sci-geosciences/seawater/seawater-3.3.3.ebuild b/sci-geosciences/seawater/seawater-3.3.3.ebuild new file mode 100644 index 000000000000..bc60defac264 --- /dev/null +++ b/sci-geosciences/seawater/seawater-3.3.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} ) +inherit distutils-r1 + +DESCRIPTION="Python version of the SEAWATER 3.2 MATLAB toolkit for calculating the properties of sea water" +HOMEPAGE="http://pypi.python.org/pypi/seawater/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="test" # seems there are files missing + +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/oct2py[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + )" + +python_test() { + esetup.py test +} |