summaryrefslogtreecommitdiff
blob: a98ae61971e9bc75e43275fdd2ef133675a24330 (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
25
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v 1.5 2008/01/14 20:10:28 dertobi123 Exp $

NEED_PYTHON=2.3

inherit distutils

DESCRIPTION="datetime math and logic library for python"
HOMEPAGE="http://labix.org/python-dateutil"
SRC_URI="http://labix.org/download/python-dateutil/${P}.tar.bz2"

LICENSE="PSF-2.3"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ~x86"
IUSE=""

DEPEND="!<=dev-python/matplotlib-0.82"
RDEPEND="${DEPEND}"

DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py"

src_test() {
	PYTHONPATH="." "${python}" test.py || die "tests failed"
}