diff options
Diffstat (limited to 'dev-python/tale/tale-1.2.ebuild')
-rw-r--r-- | dev-python/tale/tale-1.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/tale/tale-1.2.ebuild b/dev-python/tale/tale-1.2.ebuild new file mode 100644 index 0000000..02234cd --- /dev/null +++ b/dev-python/tale/tale-1.2.ebuild @@ -0,0 +1,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] ) +" |