[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: Remove python-nltk-3.4.
From: |
guix-commits |
Subject: |
02/02: gnu: Remove python-nltk-3.4. |
Date: |
Mon, 26 Feb 2024 16:54:05 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b6604de2262be4f8a765a7fb3a82afedb48575b0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 22:52:36 2024 +0100
gnu: Remove python-nltk-3.4.
* gnu/packages/python-xyz.scm (python-nltk-3.4): Remove variable.
Change-Id: I865380c0428d459147c0980065719c32bf67075a
---
gnu/packages/python-xyz.scm | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 21d3d07b7f..396a6a57e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21721,20 +21721,6 @@ JSON) codec.")
reasoning, wrappers for natural language processing libraries.")
(license license:asl2.0)))
-;; Versions >=3.5 breaks backward-compatibility,
-;; so we keep version 3.4.x around for a while.
-(define-public python-nltk-3.4
- (package
- (inherit python-nltk)
- (version "3.4.5")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "nltk" version ".zip"))
- (sha256
- (base32 "153x2clrnigs74jdgnn3qmljdjj4gprmvpdvh49i18ls4m8mbm5y"))))
- (propagated-inputs (list python-six))))
-
(define-public python-pymongo
(package
(name "python-pymongo")