summaryrefslogtreecommitdiff
blob: 056c08f69d2a977303539555a3c2b53e91c4bfea (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
26
27
28
29
30
31
32
33
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"

inherit eutils

DESCRIPTION="creates ebuilds for Gentoo Linux from Python Package Index"
HOMEPAGE="http://docs.fubar.si/gpypi2/"
SRC_URI="http://bitbucket.org/iElectric/${PN}/get/tip.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test doc"

DEPEND="unittest2
	jinja2
	yolk
	pygments
	argparse
	test? nose
	test? mock
	test? ScriptTest
	doc? Sphinx"

# Run-time dependencies. Must be defined to whatever this depends on to run.
# The below is valid if the same run-time depends are required to compile.
RDEPEND="${DEPEND}"

DOCS="README LICENSE"
PTHON_MODNAME="gpypi2"