# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"
inherit distutils versionator

DESCRIPTION="Define parties, addresses and co."
HOMEPAGE="http://www.tryton.org/"
SRC_URI="http://downloads.tryton.org/$(get_version_component_range 1-2)/trytond_${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vat"

DEPEND="dev-python/setuptools"
RDEPEND="=app-office/trytond-1.2*
	=app-tryton/country-1.2*
	vat? ( >=dev-python/vatnumber-0.4 )"
RESTRICT_PYTHON_ABIS="3.*"

S=${WORKDIR}/trytond_${P}

PYTHON_MODNAME="trytond/modules/${PN}"

src_install() {
	distutils_src_install

	dodoc CHANGELOG COPYRIGHT INSTALL README
}