From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/
Date: Mon, 13 Apr 2020 10:32:23 +0000 (UTC) [thread overview]
Message-ID: <1586773933.395c066ad8c1ac0f281ca54409e28f1e11d4c827.mgorny@gentoo> (raw)
commit: 395c066ad8c1ac0f281ca54409e28f1e11d4c827
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 07:55:14 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 10:32:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395c066a
dev-python/nltk: Remove old (drop to ~arch)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nltk/Manifest | 1 -
dev-python/nltk/metadata.xml | 3 ---
dev-python/nltk/nltk-3.2.5.ebuild | 31 -------------------------------
3 files changed, 35 deletions(-)
diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index 00cbf89f246..aa8a421a2c1 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,2 +1 @@
-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/metadata.xml b/dev-python/nltk/metadata.xml
index 4bca3859ebd..7cfca4fc39a 100644
--- a/dev-python/nltk/metadata.xml
+++ b/dev-python/nltk/metadata.xml
@@ -5,9 +5,6 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
- <use>
- <flag name="numpy">Use numpy for the saved word tokenizer</flag>
- </use>
<upstream>
<remote-id type="google-code">nltk</remote-id>
<remote-id type="pypi">nltk</remote-id>
diff --git a/dev-python/nltk/nltk-3.2.5.ebuild b/dev-python/nltk/nltk-3.2.5.ebuild
deleted file mode 100644
index d683c2517e5..00000000000
--- a/dev-python/nltk/nltk-3.2.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite,tk?,xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Natural Language Toolkit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="https://www.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 test tk"
-
-RDEPEND="numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
- dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# currently requires linguistic data to be downloaded separately
-RESTRICT="test"
-
-python_test() {
- nosetests || die "Tests failed under ${EPYTHON}"
-}
next reply other threads:[~2020-04-13 10:32 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-13 10:32 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-19 16:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/ Arthur Zamarin
2022-10-28 10:32 Andrew Ammerlaan
2022-04-24 11:06 Jakov Smolić
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-02-09 19:45 Michał Górny
2022-01-29 10:04 Jakov Smolić
2022-01-06 13:04 Sam James
2021-12-29 8:30 Michał Górny
2021-12-21 9:42 Michał Górny
2021-11-29 8:42 Agostino Sarubbo
2021-11-28 19:33 Andrew Ammerlaan
2021-10-11 7:56 Michał Górny
2021-10-01 6:36 Michał Górny
2021-09-20 15:01 Arthur Zamarin
2021-09-20 13:41 Michał Górny
2021-09-16 5:54 Arthur Zamarin
2021-09-16 5:32 Arthur Zamarin
2021-06-25 7:10 Michał Górny
2021-06-25 6:19 Agostino Sarubbo
2021-06-25 6:18 Agostino Sarubbo
2021-04-21 6:40 Michał Górny
2021-04-08 8:51 Michał Górny
2021-04-08 7:41 Michał Górny
2020-06-02 11:22 Michał Górny
2020-05-09 11:24 Mikle Kolyada
2020-05-09 11:24 Mikle Kolyada
2020-05-04 11:26 Michał Górny
2020-04-30 20:22 Jason A. Donenfeld
2020-04-13 10:32 Michał Górny
2020-04-13 10:32 Michał Górny
2020-04-09 8:19 Joonas Niilola
2020-03-28 9:20 Michał Górny
2019-03-01 0:26 Aaron Bauman
2018-06-26 22:22 Jonas Stein
2018-01-05 13:26 Michał Górny
2017-09-29 16:58 Patrick Lauer
2017-08-05 9:30 Michael Palimaka
2017-07-31 10:37 Tobias Klausmann
2017-07-28 14:08 Matthias Maier
2017-05-20 0:38 Tim Harder
2017-05-02 11:58 Michał Górny
2017-03-18 17:43 Göktürk Yüksek
2017-03-17 14:54 Marek Szuba
2016-06-30 8:51 Sergei Trofimovich
2015-08-26 11:00 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586773933.395c066ad8c1ac0f281ca54409e28f1e11d4c827.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox