Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447604 | Differences between
and this patch

Collapse All | Expand All

(-)i/turses-0.2.9.ebuild (-10 / +7 lines)
Lines 4-12 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
PYTHON_DEPEND="2"
7
PYTHON_DEPEND="2:2.6"
8
SUPPORT_PYTHON_ABIS="1"
8
SUPPORT_PYTHON_ABIS="1"
9
RESTRICT_PYTHON_ABIS="3.*"
9
RESTRICT_PYTHON_ABIS="2.5 3.*"
10
DISTUTILS_SRC_TEST="nosetests"
10
11
11
inherit distutils vcs-snapshot
12
inherit distutils vcs-snapshot
12
13
Lines 19-36 SLOT="0" Link Here
19
KEYWORDS="~amd64 ~x86"
20
KEYWORDS="~amd64 ~x86"
20
IUSE="test"
21
IUSE="test"
21
22
22
DEPEND="
23
RDEPEND="dev-python/oauth2
23
	dev-python/oauth2
24
	dev-python/setuptools
24
	dev-python/setuptools
25
	dev-python/tweepy
25
	dev-python/tweepy
26
	dev-python/urwid
26
	dev-python/urwid"
27
DEPEND="${RDEPEND}
27
	test? (
28
	test? (
28
		dev-python/mock
29
		dev-python/mock
29
		dev-python/nose
30
		dev-python/nose
30
		dev-python/tox
31
		)"
31
		)
32
33
"
34
RDEPEND=""
35
32
36
DOCS="AUTHORS HISTORY.rst README.rst"
33
DOCS="AUTHORS HISTORY.rst README.rst"

Return to bug 447604