hwoarang    14/12/22 10:17:59

  Modified:             metadata.xml nltk-2.0.4.ebuild ChangeLog
  Added:                nltk-3.0.0.ebuild
  Log:
  Version bump and add optional numpy support. Thanks to Corentin LABBE. Bugs 
#532608 and 528320
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.9                  dev-python/nltk/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/metadata.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/metadata.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/metadata.xml?r1=1.8&r2=1.9

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml        17 Mar 2013 17:59:45 -0000      1.8
+++ metadata.xml        22 Dec 2014 10:17:58 -0000      1.9
@@ -8,6 +8,9 @@
                <description>Maintainer. Assign bugs to him</description>
        </maintainer>
        <herd>python</herd>
+       <use>
+               <flag name="numpy">Use numpy for the saved word tokenizer</flag>
+       </use>
        <upstream>
                <remote-id type="google-code">nltk</remote-id>
        </upstream>



1.2                  dev-python/nltk/nltk-2.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?r1=1.1&r2=1.2

Index: nltk-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nltk-2.0.4.ebuild   2 Apr 2014 15:14:13 -0000       1.1
+++ nltk-2.0.4.ebuild   22 Dec 2014 10:17:58 -0000      1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild,v 1.1 
2014/04/02 15:14:13 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild,v 1.2 
2014/12/22 10:17:58 hwoarang Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_{6,7} )
-PYTHON_REQ_USE="tk(+),xml(+)"
+PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE="tk?,xml(+)"
 
 inherit distutils-r1
 
@@ -16,9 +16,10 @@
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+IUSE="numpy tk"
 
 RDEPEND="${RDEPEND}
-       dev-python/numpy[${PYTHON_USEDEP}]
+       numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
        dev-python/pyyaml[${PYTHON_USEDEP}]"
 
 DEPEND="${RDEPEND}



1.17                 dev-python/nltk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   2 Apr 2014 15:14:13 -0000       1.16
+++ ChangeLog   22 Dec 2014 10:17:58 -0000      1.17
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/nltk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.16 2014/04/02 
15:14:13 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.17 2014/12/22 
10:17:58 hwoarang Exp $
+
+*nltk-3.0.0 (22 Dec 2014)
+
+  22 Dec 2014; Markos Chandras <[email protected]> +nltk-3.0.0.ebuild,
+  metadata.xml, nltk-2.0.4.ebuild:
+  Version bump and add optional numpy support. Thanks to Corentin LABBE. Bugs
+  #532608 and 528320
 
 *nltk-2.0.4 (02 Apr 2014)
 



1.1                  dev-python/nltk/nltk-3.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.0.ebuild?rev=1.1&content-type=text/plain

Index: nltk-3.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-3.0.0.ebuild,v 1.1 
2014/12/22 10:17:58 hwoarang Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_6,2_7,3_4} )
PYTHON_REQ_USE="tk?,xml(+)"

inherit distutils-r1

DESCRIPTION="Natural Language Toolkit"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="http://nltk.org/";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
IUSE="numpy tk"

RDEPEND="${RDEPEND}
        numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
        dev-python/pyyaml[${PYTHON_USEDEP}]"

DEPEND="${RDEPEND}
        app-arch/unzip"




Reply via email to