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

inherit distutils

DESCRIPTION="This module converts between a given COARDS time specification and
a Python datetime object"
HOMEPAGE="http://dealmeida.net/"

SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-python/setuptools-0.6_rc3"
RDEPEND="virtual/python
	>=dev-lang/python-2.3"