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

inherit distutils

MY_PN="PEAK-Rules"
MY_PV=${PV/_alpha/a}
MY_PV=${MY_PV/_pre/.dev-r}
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="Generic functions and business rules support systems"
HOMEPAGE="http://pypi.python.org/pypi/PEAK-Rules"
SRC_URI="http://peak.telecommunity.com/snapshots/${MY_P}.tar.gz"
LICENSE="ZPL"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

RDEPEND=">=dev-python/bytecodeassembler-0.6
	>=dev-python/decoratortools-1.7
	>=dev-python/addons-0.6
	>=dev-python/extremes-1.1"
DEPEND=""

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