# Copyright 2010 Dan Callaghan <djc@djc.id.au>
# Distributed under the terms of the GNU General Public License v2

require pypi distutils [ python_dep=2.5 ]

SUMMARY="Python templating library for XML and text"
HOMEPAGE="http://sourceforge.net/p/kajiki/home/"

LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64 ~x86"

DEPENDENCIES="
    build+run:
        dev-python/Babel
"

BUGS_TO="djc@djc.id.au"

RESTRICT="test" # test data files missing from source distribution

src_test() {
    edo python setup.py nosetests
}