commit:     38acbb2992e9ed7ac28e24e4a50cebe8e25cad12
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 06:58:07 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 06:58:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38acbb29

dev-python/nltk: Remove old

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

 dev-python/nltk/Manifest          |  2 --
 dev-python/nltk/nltk-3.5.ebuild   | 61 ---------------------------------------
 dev-python/nltk/nltk-3.6.1.ebuild | 58 -------------------------------------
 3 files changed, 121 deletions(-)

diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index bd72396ac03..5ec770ae13e 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,3 +1 @@
-DIST nltk-3.5.tar.gz 2805844 BLAKE2B 
d2494d831cf5503ac938b203e405ebae606166dbb907655113d3a5267bd54f03b6d8d5ac9e545fefd0b7855ce0c985064c9e746e402c540e19546e2d11ec151e
 SHA512 
056ae219af607c158f1f2adc6fb9b4f402721778c13bf5ebc178deaf631142ad3e571d8b1fd96145067833cbeac4db25fc07c3fd032188c2d8ee7e5d7bd824f6
-DIST nltk-3.6.1.tar.gz 2820223 BLAKE2B 
74ae44376e8f59e4ccfd4bdb5d6f535a8480733a2fdc6a8f1117a551f64d9f6404ca237bd27cd4a4a9d32443d38179c7a1c824e00e808868d45e468ab84eb1bd
 SHA512 
ab0e8abc938fa0bfadc3f02dc583749775a6c06d2d2ee30692ccd9c118277fd79cfed02f858d4347dacbe87f146cb8f9af1203a8d68685f131da5f6b127b86cb
 DIST nltk-3.6.2.tar.gz 2819833 BLAKE2B 
9796822c35c524432e9790d0890b4388fbaa85b659e5415037422a22e8edbaf20775196b4416f441d62592b387066de9f7741b988c0d463349fc5c906bfd75b2
 SHA512 
3fd2cba52377613f35f6574f859482de987f969cfc8d4243a859be365ab1bd8300f9013dcedc6caeff7aa7fc035b331a47b557027209ca9a85b0cc7fbde44d6d

diff --git a/dev-python/nltk/nltk-3.5.ebuild b/dev-python/nltk/nltk-3.5.ebuild
deleted file mode 100644
index 527521c9aff..00000000000
--- a/dev-python/nltk/nltk-3.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
-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-20200312-r1
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/pyparsing[${PYTHON_USEDEP}]
-               dev-python/twython[${PYTHON_USEDEP}]
-               sci-libs/scikit-learn[${PYTHON_USEDEP}]
-               dev-python/scipy[${PYTHON_USEDEP}]
-       )"
-PDEPEND="dev-python/nltk-data"
-
-distutils_enable_tests nose
-
-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
-       # requires X and hangs in Xvfb
-       sed -e 's:test_plot:_&:' \
-               -i nltk/test/unit/test_cfd_mutation.py || die
-
-       distutils-r1_src_prepare
-}
-
-src_test() {
-       cd nltk/test || die
-       distutils-r1_src_test
-}
-
-python_test() {
-       "${EPYTHON}" runtests.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/nltk/nltk-3.6.1.ebuild 
b/dev-python/nltk/nltk-3.6.1.ebuild
deleted file mode 100644
index d03c6152723..00000000000
--- a/dev-python/nltk/nltk-3.6.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
-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-20200312-r1
-               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}]
-       )"
-PDEPEND="dev-python/nltk-data"
-
-distutils_enable_tests pytest
-
-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
-       # requires X and hangs in Xvfb
-       sed -e 's:test_plot:_&:' \
-               -i nltk/test/unit/test_cfd_mutation.py || die
-
-       distutils-r1_src_prepare
-}
-
-src_test() {
-       cd nltk/test || die
-       distutils-r1_src_test
-}

Reply via email to