public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 15 Mar 2022 14:17:26 +0000 (UTC)	[thread overview]
Message-ID: <1647353758.42d6b9d8f75ef82b57210de827e2bb448f19755a.mgorny@gentoo> (raw)

commit:     42d6b9d8f75ef82b57210de827e2bb448f19755a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 14:15:58 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 14:15:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d6b9d8

dev-python/nltk: Remove old

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

 dev-python/nltk/Manifest          |  1 -
 dev-python/nltk/nltk-3.6.7.ebuild | 61 ---------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index 9c3afac3c2e8..ef1d47b1d343 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,2 +1 @@
-DIST nltk-3.6.7.tar.gz 2848416 BLAKE2B 8bc6672c17741c93da15b3c4ec9af484915ffd9fc857dbbfa94d949063c8e44c5f672e076b69213a033b7bec8e14baa099c69748eef4688fa09635de662f5037 SHA512 07f117835e1bf99d73a03f1279da0104a955e36f41c9648be19652481c58758900d5d2ff4633203254cee1e27c6cc129fe5d6e388de0711f2052e3e76a746edf
 DIST nltk-3.7.tar.gz 2851947 BLAKE2B 4cd4fed9f26de7996bcabbd71d500c072489e79ae0edb29f09577e465227c948efa7130af6975b029e77fb79db015437a9e3311eb28048d02dcc2356441d0908 SHA512 66d79afa59f18f2bf7d086dcb22813c7b92239c05669daa62866dbda06c0ca22367317749cf19db3e41a7bdb405d4f87f72b695aa58fd0669bf36de64f1f9888

diff --git a/dev-python/nltk/nltk-3.6.7.ebuild b/dev-python/nltk/nltk-3.6.7.ebuild
deleted file mode 100644
index 186d7f12a356..000000000000
--- a/dev-python/nltk/nltk-3.6.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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-solaris"
-IUSE="tk"
-
-RDEPEND="
-	dev-python/click[${PYTHON_USEDEP}]
-	dev-python/joblib[${PYTHON_USEDEP}]
-	dev-python/regex[${PYTHON_USEDEP}]
-	dev-python/tqdm[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/joblib[${PYTHON_USEDEP}]
-		>=dev-python/nltk-data-20211221
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/pyparsing[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/twython[${PYTHON_USEDEP}]
-		sci-libs/scikit-learn[${PYTHON_USEDEP}]
-		dev-python/scipy[${PYTHON_USEDEP}]
-		dev-python/matplotlib[${PYTHON_USEDEP}]
-	)"
-PDEPEND="dev-python/nltk-data"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-	# Internet
-	unit/test_downloader.py::test_downloader_using_existing_parent_download_dir
-	unit/test_downloader.py::test_downloader_using_non_existing_parent_download_dir
-)
-
-src_prepare() {
-	# requires unpackaged pycrfsuite
-	sed -i -e '/>>>/s@$@ # doctest: +SKIP@' nltk/tag/crf.py || die
-	# replace fetching from network with duplicate file URL
-	sed -e 's@https://raw.githubusercontent.com/nltk/nltk/develop/nltk/test/toy.cfg@nltk:grammars/sample_grammars/toy.cfg@' \
-		-i nltk/test/data.doctest || die
-
-	distutils-r1_src_prepare
-}
-
-src_test() {
-	cd nltk/test || die
-	distutils-r1_src_test
-}


             reply	other threads:[~2022-03-15 14:17 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15 14:17 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 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-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=1647353758.42d6b9d8f75ef82b57210de827e2bb448f19755a.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