summaryrefslogtreecommitdiff
blob: 54dfb0918a72f6ebf8d9e29ac79dae1707ac4c8a (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)

inherit distutils

MY_PN="chameleon.core"
MY_PV="${PV/_beta/b}"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="Attribute language template compiler"
HOMEPAGE="UNKNOWN"
SRC_URI="http://pypi.python.org/packages/source/c/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
KEYWORDS=""
SLOT="0"
IUSE=""

RDEPEND="net-zope/zopeinterface
	>=net-zope/zopei18n-3.5
	>=dev-python/sourcecodegen-0.6.7"
DEPEND="dev-python/setuptools"

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