Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 415157
Collapse All | Expand All

(-)../deform.orig/deform-0.9.5.ebuild (-13 / +10 lines)
Lines 1-13 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.4.ebuild,v 1.1 2012/02/23 00:31:45 marienz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.5.ebuild,v 1.2 2012/05/20 20:03:20 floppym Exp $
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
SUPPORT_PYTHON_ABIS=1
7
SUPPORT_PYTHON_ABIS=1
8
PYTHON_DEPEND="2:2.6 3:3.2"
8
PYTHON_DEPEND="2:2.6 3:3.2"
9
RESTRICT_PYTHON_ABIS="2.5 3.0 3.1"
9
RESTRICT_PYTHON_ABIS="2.5 3.[01]"
10
DISTUTILS_SRC_TEST="setup.py"
10
DISTUTILS_SRC_TEST="nosetests"
11
11
12
inherit distutils
12
inherit distutils
13
13
Lines 18-38 Link Here
18
LICENSE="repoze"
18
LICENSE="repoze"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~amd64 ~x86"
20
KEYWORDS="~amd64 ~x86"
21
IUSE=""
21
IUSE="test"
22
22
23
# Depend on peppercorn, translationstring and colander with Python 3 support
23
# Depend on peppercorn, translationstring and colander with Python 3 support
24
RDEPEND=">=dev-python/translationstring-1.1
24
RDEPEND=">=dev-python/translationstring-1.1
25
	>=dev-python/colander-0.9.6
25
	>=dev-python/colander-0.9.6
26
	>=dev-python/peppercorn-0.4
26
	>=dev-python/peppercorn-0.4
27
	>=dev-python/chameleon-1.2.3"
27
	>=dev-python/chameleon-1.2.3"
28
28
DEPEND="${RDEPEND}
29
# The tests depend on beautifulsoup4, which is not currently packaged.
29
	test? ( dev-python/beautifulsoup:4
30
# They will pass because setuptools downloads it from crummy.com
30
	>=dev-python/chameleon-1.2.3 
31
# during the test phase. This is undesirable, so restrict the tests for now.
31
	>=dev-python/peppercorn-0.3 
32
# Revisit this in the future if beautifulsoup4 is packaged.
32
	>=dev-python/colander-0.8 )"
33
DEPEND="${RDEPEND}"
34
#	test? ( dev-python/beautifulsoup )"
35
RESTRICT="test"
36
33
37
# Include COPYRIGHT.txt because the license seems to require it.
34
# Include COPYRIGHT.txt because the license seems to require it.
38
DOCS="CHANGES.txt COPYRIGHT.txt README.txt"
35
DOCS="CHANGES.txt COPYRIGHT.txt README.txt"
Lines 46-50 Link Here
46
	# the docs would not actually work offline). Install the
43
	# the docs would not actually work offline). Install the
47
	# source, which is somewhat readable.
44
	# source, which is somewhat readable.
48
	docinto docs
45
	docinto docs
49
	dodoc docs/*.rst
46
	dodoc docs/*.rst || die
50
}
47
}

Return to bug 415157