summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-20 18:01:42 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-20 18:01:42 +0300
commit1e1baa8fff6f9656ebbf869d6b4479cf2faa515e (patch)
tree1c0610a89fc51f918b07ff79d4939cd1376a770f /dev-python/nltk
parentnet-mail/ytnef: Bump to version 2.0 (diff)
downloadgentoo-1e1baa8fff6f9656ebbf869d6b4479cf2faa515e.tar.gz
gentoo-1e1baa8fff6f9656ebbf869d6b4479cf2faa515e.tar.bz2
gentoo-1e1baa8fff6f9656ebbf869d6b4479cf2faa515e.zip
dev-python/nltk: no need to apply the patch
Closes: https://bugs.gentoo.org/814050 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/nltk')
-rw-r--r--dev-python/nltk/nltk-3.6.3.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/nltk/nltk-3.6.3.ebuild b/dev-python/nltk/nltk-3.6.3.ebuild
index d3f3e09ad508..11dd1a3283d2 100644
--- a/dev-python/nltk/nltk-3.6.3.ebuild
+++ b/dev-python/nltk/nltk-3.6.3.ebuild
@@ -38,10 +38,6 @@ PDEPEND="dev-python/nltk-data"
distutils_enable_tests pytest
-PATCHES=(
- "${FILESDIR}"/${P}-metadata.patch
-)
-
src_prepare() {
# requires unpackaged pycrfsuite
sed -i -e '/>>>/s@$@ # doctest: +SKIP@' nltk/tag/crf.py || die