diff options
Diffstat (limited to 'sci-misc/nltk/nltk-2.0.4.ebuild')
-rw-r--r-- | sci-misc/nltk/nltk-2.0.4.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-misc/nltk/nltk-2.0.4.ebuild b/sci-misc/nltk/nltk-2.0.4.ebuild new file mode 100644 index 000000000..2e01438f0 --- /dev/null +++ b/sci-misc/nltk/nltk-2.0.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="tk" + +inherit distutils-r1 + +DESCRIPTION="Natural language processing tool collection" +HOMEPAGE="http://www.nltk.org/" +SRC_URI="https://github.com/nltk/nltk/archive/2.0.4.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + >=app-dicts/wordnet-2.0 + sci-misc/pywordnet[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/${P/_rc/rc} |