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

PYTHON_MODNAME="acct_mgr"
inherit distutils

DESCRIPTION="User account management plugin for Trac"
HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"
SRC_URI="http://dev.gentooexperimental.org/~jakub/distfiles/${P}.zip"

LICENSE="BEER-WARE"
KEYWORDS="~x86"
IUSE=""
SLOT="0"

DEPEND="app-arch/unzip
	dev-python/setuptools"
RDEPEND="=www-apps/trac-${PV}*
	www-apps/trac-webadmin"

S="${WORKDIR}/accountmanagerplugin/${PV}"

src_test() {
	"${python}" setup.py egg_info
	"${python}" setup.py test || die "tests failed"
}