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

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )

inherit distutils-r1

DESCRIPTION="A library to manipulate gettext catalogs files (aka .po and .mo files)."
HOMEPAGE="http://pypi.python.org/pypi/polib/"
SRC_URI="http://bitbucket.org/izi/polib/downloads/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 x86"
#Docs and tests are missing for proper ebuild submission.
IUSE=""

DEPEND=""
RDEPEND=""