summaryrefslogtreecommitdiff
blob: 899506d5c0cf3d7d8f2ca2c252cd6662b5960716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.2 2003/05/29 09:40:31 seemant Exp $

inherit distutils

DESCRIPTION="A Python module for creating publication-quality 2D scientific plots."
SRC_URI="mirror://sourceforge/biggles/${P}.tar.gz"
HOMEPAGE="http://biggles.sourceforge.net"

DEPEND="~media-libs/plotutils-2.4.1
        dev-python/Numeric"
SLOT="0"
KEYWORDS="~x86"
LICENSE="GPL-2"

mydoc="examples/*"