# Distributed under the terms of the GNU General Public License v2 EAPI=4 PYTHON_DEPEND="2:2.7 3:3.2" inherit distutils DESCRIPTION="Tale is a framework for creating interactive fiction (text adventures), or MUDs (multi-user dungeons)." HOMEPAGE="http://pythonhosted.org/tale" SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="tk" DEPEND="" RDEPEND="${DEPEND} tk? ( dev-lang/python[tk] ) "