# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-stdnum/python-stdnum-0.9.ebuild,v 1.1 2014/03/31 21:16:47 cedk Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) inherit distutils-r1 DESCRIPTION="A module to handle standardized numbers and codes" HOMEPAGE="http://arthurdejong.org/python-stdnum/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="vies" RDEPEND="dev-python/setuptools vies? ( dev-python/suds )" RDEPEND="${DEPEND}" DOCS=( ChangeLog NEWS README )