aboutsummaryrefslogtreecommitdiff
blob: 4c7b014448429da55a453d0fa0c391d5332b5044 (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-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)

# Warning: Invalid LICENSE.
inherit distutils

MY_P=${P/suds/python-suds}

DESCRIPTION="Lightweight SOAP client"
HOMEPAGE="https://fedorahosted.org/suds"
SRC_URI="https://fedorahosted.org/releases/s/u/suds/${MY_P}.tar.gz"
LICENSE="LGPL-3"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
S=${WORKDIR}/${MY_P}

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