summaryrefslogtreecommitdiff
blob: 125f21d53d70a2834cb50b1944761b54017e69ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

NEED_PYTHON=2.4

inherit distutils eutils

DESCRIPTION="PyDSSCC - Calibration Software for Distributed Smart Stereo
Cameras"
HOMEPAGE="http://www.mavrinac.com/research/index.cgi?page=dssccalib"
SRC_URI="http://www.mavrinac.com/files/${PN}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 sparc x86"
IUSE=""

RDEPEND="virtual/python
		 >=dev-python/numpy-1.0.4"
DEPEND="${RDEPEND}
		dev-python/setuptools"

DOCS="AUTHORS README TODO"