summaryrefslogtreecommitdiff
blob: 657d147727c23bfbf9681275134594926ca5711e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.2.1 (rev. 204)

inherit distutils

MY_PV="${PV/_alpha/a}"
MY_P="${PN}-${MY_PV}"

DESCRIPTION="Transaction management for Python"
HOMEPAGE="http://www.zope.org/Products/ZODB"
SRC_URI="http://pypi.python.org/packages/source/t/transaction/${MY_P}.tar.gz"
LICENSE="ZPL"
KEYWORDS=""
SLOT="0"
IUSE=""

RDEPEND="net-zope/zopeinterface"
DEPEND=""

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