14
0
forked from pool/python-nltk

Accepting request 308503 from home:TheBlackCat:branches:devel:languages:python

Update to version 3.0.2

OBS-URL: https://build.opensuse.org/request/show/308503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=6
This commit is contained in:
Todd R
2015-05-24 11:04:50 +00:00
committed by Git OBS Bridge
parent 05e79db05a
commit 69f054332b
5 changed files with 12 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-nltk
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
Name: python-nltk
Version: 2.0.4
Version: 3.0.2
Release: 0
Url: http://nltk.org/
Summary: Natural Language Toolkit
License: Apache-2.0
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/n/nltk/nltk-%{version}.tar.gz
# PATCH-FIX-UPSTREAM nltk-2.0.4-dont-use-python-distribute.patch --setup script wan't import setuptools from distribute at first
# and try to download it
Patch: nltk-2.0.4-dont-use-python-distribute.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -49,7 +46,6 @@ development in Natural Language Processing.
%prep
%setup -q -n nltk-%{version}
%patch -p1
%build
python setup.py build