From 15ca70ddb9583fbd54d5b5173e4e6dc95c6bf4d5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 4 Dec 2013 15:53:44 +0100 Subject: sci-misc/nltk: Version BUmp; Bump to distutils-r1 eclass Package-Manager: portage-2.2.7 --- sci-misc/nltk/ChangeLog | 6 +++++- sci-misc/nltk/Manifest | 2 +- sci-misc/nltk/metadata.xml | 8 ++++---- sci-misc/nltk/nltk-2.0.1_rc1.ebuild | 32 -------------------------------- sci-misc/nltk/nltk-2.0.4.ebuild | 29 +++++++++++++++++++++++++++++ 5 files changed, 39 insertions(+), 38 deletions(-) delete mode 100644 sci-misc/nltk/nltk-2.0.1_rc1.ebuild create mode 100644 sci-misc/nltk/nltk-2.0.4.ebuild (limited to 'sci-misc') diff --git a/sci-misc/nltk/ChangeLog b/sci-misc/nltk/ChangeLog index 34b581783..de37c4a49 100644 --- a/sci-misc/nltk/ChangeLog +++ b/sci-misc/nltk/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-misc/nltk -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Dec 2013; Justin Lecher -nltk-2.0.1_rc1.ebuild, + +nltk-2.0.4.ebuild, metadata.xml: + Version BUmp; Bump to distutils-r1 eclass + 25 Oct 2011; Justin Lecher metadata.xml: Removed no-herd from herd tag in metadata.xml diff --git a/sci-misc/nltk/Manifest b/sci-misc/nltk/Manifest index 06239e942..5dd7cc42d 100644 --- a/sci-misc/nltk/Manifest +++ b/sci-misc/nltk/Manifest @@ -1 +1 @@ -DIST nltk-2.0.1rc1.zip 1095096 SHA256 ab26d1a93b783c26bd234ecaeef250b8a5f35b601810d0b78e24c52e749627e7 +DIST nltk-2.0.4.tar.gz 2066069 SHA256 a5821642e15e8d20dd715d4ff37c0466fe2b28735baf11d0f445caea9e07a239 SHA512 93dea108759e53c52dc6128c556f4926b9983061473771aba941afcf9dc3a19d8a6f82322eea5a923eefe40be14a441207940f27d472cff4149740d641c3c8a8 WHIRLPOOL 8ea2afaf3246e579c8679dca3ea3d03a164815cb0d944e0ef2cbb8c8b482719f08bc7effe578715bcf0a563a79d3268a765d6da7f468396cbf8d15d21d5a2a60 diff --git a/sci-misc/nltk/metadata.xml b/sci-misc/nltk/metadata.xml index bd5a488ce..eefdbc160 100644 --- a/sci-misc/nltk/metadata.xml +++ b/sci-misc/nltk/metadata.xml @@ -1,10 +1,10 @@ - - flammie@gentoo.org - - + + flammie@gentoo.org + + NLTK is collection of natural language tools written in python language. It also contains huge corpora. diff --git a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild deleted file mode 100644 index ca32ec655..000000000 --- a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -PYTHON_USE_WITH="tk" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_MODNAME="nltk_contrib nltk" - -inherit distutils eutils - -DESCRIPTION="Natural language processing tool collection" -HOMEPAGE="http://www.nltk.org/" -SRC_URI="http://${PN}.googlecode.com/files/${P/_rc/rc}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - dev-python/numpy - dev-python/matplotlib - dev-python/pyyaml - >=app-dicts/wordnet-2.0 - sci-misc/pywordnet" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${P/_rc/rc} 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} -- cgit v1.2.3-65-gdbad