aboutsummaryrefslogtreecommitdiff
blob: 40a47d95f095310e0e6850b4a55190be13df28f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="Tidal Analysis in Python breaks hourly water level into tidal
components."
HOMEPAGE="http://tappy.sourceforge.net/"

SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=sci-libs/scipy-0.3.2"
RDEPEND="${DEPEND}"