[gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/, dev-python/nltk/files/

2022-01-29 Thread Michał Górny
commit: 2a6918f71494a38e4b1fa2bb1092bfc64a545fe4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 11:36:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 11:51:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6918f7

dev-python/nltk: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nltk/Manifest|  5 --
 dev-python/nltk/files/nltk-3.6.2-metadata.patch | 38 ---
 dev-python/nltk/files/nltk-3.6.5-test.patch | 28 
 dev-python/nltk/nltk-3.6.2-r1.ebuild| 61 -
 dev-python/nltk/nltk-3.6.3.ebuild   | 57 ---
 dev-python/nltk/nltk-3.6.4.ebuild   | 57 ---
 dev-python/nltk/nltk-3.6.5.ebuild   | 59 
 dev-python/nltk/nltk-3.6.6.ebuild   | 61 -
 8 files changed, 366 deletions(-)

diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index 7f55e3a26d6d..665b93603c3e 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,6 +1 @@
-DIST nltk-3.6.2.tar.gz 2819833 BLAKE2B 
9796822c35c524432e9790d0890b4388fbaa85b659e5415037422a22e8edbaf20775196b4416f441d62592b387066de9f7741b988c0d463349fc5c906bfd75b2
 SHA512 
3fd2cba52377613f35f6574f859482de987f969cfc8d4243a859be365ab1bd8300f9013dcedc6caeff7aa7fc035b331a47b557027209ca9a85b0cc7fbde44d6d
-DIST nltk-3.6.3.tar.gz 2824924 BLAKE2B 
fcab6647f43f4bf139857e9f4202aee688f564851976ed6a183e47361451fae771318346724e41f198b82cebdd5a47f151aaf932099143ef6faa2a77430fbfb4
 SHA512 
fe7244967df018670501304d1a8aa50a0f4d42bb0c73cc5e202eeab6a0f5da1eaed9b961f6026e3b8ae4b0393d788bcb58b263ba22a3ce6f5644022736035f98
-DIST nltk-3.6.4.tar.gz 2828051 BLAKE2B 
f757c9c6d0b5ab6105e90e1a46fc6671d5f661f9b1b58026ccb43c00ff4969a98cbc2005670e0a81218ef4d18e45c37bb380c53be4ca60984344b11a0c8dbc54
 SHA512 
ba9acaa596c7f9246cd2f8da37b58146021dc2c246306fab68a37ef833a5a346b1aa7033d43b9e72b52aeda1cf8e303c7c690d1ca439f6f58dc673aa63a37298
-DIST nltk-3.6.5.tar.gz 2830237 BLAKE2B 
9396e916fa847af727f1ca52075aed0bf708266512e62fd3f4c64bb3a5be3f2e7d6820108ab5418f6c6d44626de6fe7be9831a5acd33e6ebb898d910b1d68e91
 SHA512 
5614eca28576ba8783f847ec7a149ea4b83d57bb8af0f7af79ccdd75234b9f1cf957c63cb4b178f5455e2311da430344d8209b081a7097759959857ffb10005e
-DIST nltk-3.6.6.tar.gz 2847793 BLAKE2B 
63807a39752be582ec8a4bb5edc1b89552b47a7743f5c0661bf3334febbf499e174f5e334d7669352cb81543c3f885168f1cf0fed993f2b54e3d7524c7a0bec0
 SHA512 
0b39eeb039d8b42d063aadf251aa3cb80b5aaee9171554009b282df70a0d6e3f7d335534b82cb8c5b474de28b37b0a38ef62d580d1145fba1effd54fb770bc5d
 DIST nltk-3.6.7.tar.gz 2848416 BLAKE2B 
8bc6672c17741c93da15b3c4ec9af484915ffd9fc857dbbfa94d949063c8e44c5f672e076b69213a033b7bec8e14baa099c69748eef4688fa09635de662f5037
 SHA512 
07f117835e1bf99d73a03f1279da0104a955e36f41c9648be19652481c58758900d5d2ff4633203254cee1e27c6cc129fe5d6e388de0711f2052e3e76a746edf

diff --git a/dev-python/nltk/files/nltk-3.6.2-metadata.patch 
b/dev-python/nltk/files/nltk-3.6.2-metadata.patch
deleted file mode 100644
index 32d4c183000b..
--- a/dev-python/nltk/files/nltk-3.6.2-metadata.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From f8d834d9ac1e5b26f04cebd8ca6f07ed15935e70 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 29 May 2021 18:32:53 +0200
-Subject: [PATCH] setup.py: fix python_requires
-
-Fix python_requires to specify a valid version.  Apparently, combining
->= and .* is disallowed, and I'm pretty sure 'just' >=3.5 means
-the same.
-
-To reproduce the problem, you can:
-
-$ pip install nltk distlib
-$ python -c "import distlib.database; \
-  distlib.database.DistributionPath().get_distribution('nltk')"
-
-which yields a (not very readable) error of:
-
-ValueError: '.*' not allowed for '>=' constraints

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 49dc08098..7be160494 100644
 a/setup.py
-+++ b/setup.py
-@@ -108,7 +108,7 @@ natural language processing.  NLTK requires Python 3.5, 
3.6, 3.7, 3.8, or 3.9.""
- "Topic :: Text Processing :: Linguistic",
- ],
- package_data={"nltk": ["test/*.doctest", "VERSION"]},
--python_requires='>=3.5.*',
-+python_requires='>=3.5',
- install_requires=[
- "click",
- "joblib",
--- 
-2.31.1
-

diff --git a/dev-python/nltk/files/nltk-3.6.5-test.patch 
b/dev-python/nltk/files/nltk-3.6.5-test.patch
deleted file mode 100644
index ea4d9512fa74..
--- a/dev-python/nltk/files/nltk-3.6.5-test.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 9502cb3b5e43a787a16bc2f63ec34c69f9b151c6 Mon Sep 17 00:00:00 2001
-From: Tom Aarsen 
-Date: Tue, 19 Oct 2021 16:49:36 +0200
-Subject: [PATCH] Skip doctest for printing out stopword languages
-
-People with outdated nltk_data will fail these tests, and this test is very 
vulnerable to 

[gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/, dev-python/nltk/files/

2020-03-13 Thread Michał Górny
commit: 5d19b99d21a76cdffab3e4e8a05455c3d995a798
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 12 18:31:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 13 09:55:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d19b99d

dev-python/nltk: Bump to 3.4.5, enable tests

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nltk/Manifest   |  1 +
 .../nltk/files/nltk-3.4.5-corpus-tests.patch   | 37 ++
 dev-python/nltk/nltk-3.4.5.ebuild  | 58 ++
 3 files changed, 96 insertions(+)

diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index 8d078622448..79d80c3f67c 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,2 +1,3 @@
 DIST nltk-3.2.3.tar.gz 1166282 BLAKE2B 
803dc1a8ec80a17538c2164d5ee0eca201be2307bbf3e08093a55cee93e9a539d8b48ea42c8ad84b540922355bf0b151ae04338d8505378a89173159d7464b76
 SHA512 
2e5c0899c29f61166b2e161e62e81fd35e045bda979fbfa662bf9ad1349be4aae6aabe4b9de34905e2abbc05b06a096480829fd66638efa35cd5c866f76c62e8
 DIST nltk-3.2.5.tar.gz 1188856 BLAKE2B 
316e5955d2f90c351673ee9d3f0cc159babbcae08104518db62e796b422dcbf51668001b06b5d5dc399613d4db0ed39ff7dd15ad15d6f6c64e10c73a4d53bc06
 SHA512 
967b209ce3dde5296dafac16b91bff3894ff1a3f073c76974fd9193912597c82d2d1c50d4419052da77ab66f798f230f725b83f31368a95cacf94d46e45055de
+DIST nltk-3.4.5.tar.gz 2821481 BLAKE2B 
9d3d6df9a951b4dfbfec335386ba0fb13c484c74a066141ebdfdb541fbec421dd72163d4028e239abd58f95a73e0eef5861574fa9955e4ee11f2c4598c895f59
 SHA512 
0ca24cd2154e47a8c50fe8e2426fa01c80904ece4100b07cdb4e5835e423e31968e96f0e750e1936f1e758a608596c560aaaee05b844b334f6179249db05f969

diff --git a/dev-python/nltk/files/nltk-3.4.5-corpus-tests.patch 
b/dev-python/nltk/files/nltk-3.4.5-corpus-tests.patch
new file mode 100644
index 000..0284aec02b9
--- /dev/null
+++ b/dev-python/nltk/files/nltk-3.4.5-corpus-tests.patch
@@ -0,0 +1,37 @@
+diff --git a/nltk/test/corpus.doctest b/nltk/test/corpus.doctest
+index 5509fe2fd..0a34c9522 100644
+--- a/nltk/test/corpus.doctest
 b/nltk/test/corpus.doctest
+@@ -94,7 +94,7 @@ If the reader methods are called without any arguments, they 
will
+ typically load all documents in the corpus.
+ 
+ >>> len(inaugural.words())
+-145735
++149797
+ 
+ If a corpus contains a README file, it can be accessed with a ``readme()`` 
method:
+ 
+@@ -387,8 +387,8 @@ examples illustrate the use of the wordlist corpora:
+ 
+ >>> stopwords.fileids() # doctest: +ELLIPSIS
+ ['arabic', 'azerbaijani', 'danish', 'dutch', 'english', 'finnish', 
'french', ...]
+->>> stopwords.words('portuguese') # doctest: +ELLIPSIS
+-['de', 'a', 'o', 'que', 'e', 'do', 'da', 'em', 'um', 'para', ...]
++>>> sorted(stopwords.words('portuguese')) # doctest: +ELLIPSIS
++['a', 'ao', 'aos', 'aquela', 'aquelas', 'aquele', 'aqueles', ...]
+ >>> names.fileids()
+ ['female.txt', 'male.txt']
+ >>> names.words('male.txt') # doctest: +ELLIPSIS
+diff --git a/nltk/test/unit/test_wordnet.py b/nltk/test/unit/test_wordnet.py
+index a7b26ac91..a1df3d396 100644
+--- a/nltk/test/unit/test_wordnet.py
 b/nltk/test/unit/test_wordnet.py
+@@ -204,7 +204,7 @@ class WordnNetDemo(unittest.TestCase):
+ u'preobrat',
+ u'preobrat_v_mišljenju'
+ ]
+-self.assertEqual(S('about-face.n.02').lemma_names(lang='slv'), 
expected)
++
self.assertEqual(sorted(S('about-face.n.02').lemma_names(lang='slv')), 
sorted(expected))
+ 
+ def test_iterable_type_for_all_lemma_names(self):
+ # Duck-test for iterables.

diff --git a/dev-python/nltk/nltk-3.4.5.ebuild 
b/dev-python/nltk/nltk-3.4.5.ebuild
new file mode 100644
index 000..b3165b5e4a6
--- /dev/null
+++ b/dev-python/nltk/nltk-3.4.5.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+PYTHON_REQ_USE="sqlite,tk?,xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Natural Language Toolkit"
+HOMEPAGE="https://www.nltk.org/ https://github.com/nltk/nltk/;
+SRC_URI="https://github.com/nltk/nltk/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+IUSE="tk"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/nltk-data
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/twython[${PYTHON_USEDEP}]
+   sci-libs/scikits_learn[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   )"
+PDEPEND="dev-python/nltk-data"
+
+distutils_enable_tests nose
+
+PATCHES=(
+   "${FILESDIR}"/nltk-3.4.5-corpus-tests.patch
+)
+
+src_prepare() {
+   # requires unpackaged pycrfsuite
+   sed -i -e 

[gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/, dev-python/nltk/files/

2015-09-20 Thread Justin Lecher
commit: ce06eedb672286a5fc88dc5da45a5c6cc83196be
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 20 10:44:22 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 20 10:44:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce06eedb

dev-python/nltk: Clean old

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/nltk/Manifest |  1 -
 dev-python/nltk/files/fix-newer-setuptools.patch | 32 
 dev-python/nltk/nltk-2.0.4.ebuild| 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index 66152ba..ce9c1fc 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,3 +1,2 @@
-DIST nltk-2.0.4.tar.gz 955978 SHA256 
a554d6b9c5c7c8b597a090d8848a6f78c6fc4665ae43c9a6a6d6a5b207d98c65 SHA512 
1a1923f8819016926ad37337077a87782b1b244eb52c93b0b977946a3549a82b8b0cc4eb886f801d283b6df6f55fa8020db435dae9303371cda1dc1f8c40bc88
 WHIRLPOOL 
b0affed720034261de343c4f7a09cc1a977e695ddeb7cd592d3d7b7c960728025336b8ece5667dda090593498d33d4e64b05b1bd3d8336e0f487d5ff2da82f80
 DIST nltk-3.0.3.tar.gz 1011266 SHA256 
28d6175984445b9cdcc719f36701f034320edbecb78b69a37d1edc876843ea93 SHA512 
b058642670166bff538e2c1c417ffb2e57a217a9f3a056475ad47ffa222df7237bfb4ac00a58952dc6f79f12a32e3a40bf53a96262a4b3caced64c2c09abdfc3
 WHIRLPOOL 
4201a7d6219f437b8e8df2b7c88ae48578e69825c4fe067d777c92b24bd819172b6a831d2ed51de07a3b52bda20f5c559e2da0dcfde58cafca57c811bbb23cd2
 DIST nltk-3.0.4.tar.gz 1013321 SHA256 
e072397ed20ded6511ed97799f7c947536500b80961a1b1d164c228b8009f351 SHA512 
ddf1813256d49b2a391b2667eed4f324f963b2e57206d26e0cf757f0d9ebf4b68b7c4f622b507129086815866cba509dd2688430731ec060bbbe8800b3b12f38
 WHIRLPOOL 
06035550fe2323bbd6db0c57222e38cedbfa7541013420b54ea5aa343d3ad9898d379eb8fea514d6f3c13dd9c0494b4e963064b47b7e737e6acdbbe3bb4d0316

diff --git a/dev-python/nltk/files/fix-newer-setuptools.patch 
b/dev-python/nltk/files/fix-newer-setuptools.patch
deleted file mode 100644
index 58b8eed..000
--- a/dev-python/nltk/files/fix-newer-setuptools.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From efe85968bb23e3afdcd331293f2c2588b1590091 Mon Sep 17 00:00:00 2001
-From: Mikhail Korobov 
-Date: Fri, 9 Jan 2015 02:06:21 +0500
-Subject: [PATCH] Fixed installation with recent setuptools.
-
-These lines were introduced here: 
https://github.com/nltk/nltk/commit/1ecbd2edc32db24b4e6c7dd8555d0b89c668f041
-It seems they fix an issue with .svn folders. We use git now,
-there are no .svn folders.
-
-See also: 
http://stackoverflow.com/questions/1129180/how-can-i-make-setuptools-ignore-subversion-inventory

- setup.py | 7 ---
- 1 file changed, 7 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 3ec0949..079bcf3 100644
 a/setup.py
-+++ b/setup.py
-@@ -29,13 +29,6 @@
- # setuptools
- from setuptools import setup, find_packages
- 
--#
--# Prevent setuptools from trying to add extra files to the source code
--# manifest by scanning the version control system for its contents.
--#
--from setuptools.command import sdist
--del sdist.finders[:]
--
- setup(
- name = "nltk",
- description = "Natural Language Toolkit",

diff --git a/dev-python/nltk/nltk-2.0.4.ebuild 
b/dev-python/nltk/nltk-2.0.4.ebuild
deleted file mode 100644
index 9350d26..000
--- a/dev-python/nltk/nltk-2.0.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk?,xml(+)"
-
-inherit distutils-r1 eutils
-
-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"
-
-src_prepare() {
-   epatch "${FILESDIR}"/fix-newer-setuptools.patch
-   distutils-r1_src_prepare
-}