blob: 2bd999a226da25cd0e4f2b326af2a1c43d612cc0 (
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
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.3.ebuild,v 1.1 2012/02/08 02:56:49 patrick Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="2:2.6"
RESTRICT_PYTHON_ABIS="2.5 3.*"
DISTUTILS_SRC_TEST="setup.py"
inherit distutils
DESCRIPTION="Another form generation library"
HOMEPAGE="http://pylonsproject.org/ http://pypi.python.org/pypi/deform"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/translationstring
>=dev-python/colander-0.8
>=dev-python/peppercorn-0.3
>=dev-python/chameleon-1.2.3"
DEPEND="${RDEPEND}
test? ( dev-python/beautifulsoup )"
# docs are broken
|