summaryrefslogtreecommitdiff
blob: 1f48910bb1005df34e1b428b6e7b8539bd82b5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild,v 1.3 2009/04/20 11:25:13 caleb Exp $

NEED_PYTHON="2.3"

inherit distutils

DESCRIPTION="UUID object and generation functions"
HOMEPAGE="http://pypi.python.org/pypi/${PN}/${PV}"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools"