summaryrefslogtreecommitdiff
blob: f56f4d64c14cbf7db2d3ff7ae316fa2a25584c3f (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

NEED_PYTHON="2.5"

inherit distutils

MY_PN="${PN//-/.}"

DESCRIPTION="Recipe for installing Python package distributions as eggs"
HOMEPAGE="http://pypi.python.org/pypi/zc.recipe.egg/"
SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="ZPL"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="net-zope/zcbuildout"
DEPEND="dev-python/setuptools"

S="${WORKDIR}/${MY_PN}-${PV}"

DOCS="CHANGES.txt"