summaryrefslogtreecommitdiff
blob: d6b8c542b7c9b842a75d928eb5e828a70261a376 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.1

EAPI="3"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils

MY_PN="ScriptTest"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Helper to test command-line scripts"
HOMEPAGE="http://pythonpaste.org/scripttest/"
SRC_URI="http://pypi.python.org/packages/source/S/ScriptTest/${MY_P}.tar.gz"

LICENSE="MIT"
KEYWORDS="test unittest doctest command line scripts"
SLOT="0"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND="dev-python/setuptools
	test? ( dev-python/nose )"

S="${WORKDIR}/${MY_P}"