summaryrefslogtreecommitdiff
blob: 336a8e463c55bf271a39288427c71e7f6f0cb907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Distributed under the terms of the GNU General Public License v2

EAPI="4-python"
PYTHON_DEPEND="<<[tk?]>>"
PYTHON_MULTIPLE_ABIS=1

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}"