summaryrefslogtreecommitdiff
blob: 02234cd3b72241b42d4f703d8052c9b1766e4a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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] )
"