From 639b46514261053bc350a78536484ad84aa14b26 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 24 Mar 2018 10:55:57 +0000 Subject: gnu: Add python-guess-language-spirit. --- gnu/packages/python.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7b4952dd9a..47b85ff553 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -15372,3 +15372,22 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.") (synopsis "Removes commented-out code.") (description "Removes commented-out code.") (license #f))) + +(define-public python-guess-language-spirit + (package + (name "python-guess-language-spirit") + (version "0.5.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "guess_language-spirit" version ".tar.bz2")) + (sha256 + (base32 + "1k4j0xldg741a09lin7iy6sqrah5kr2zcpq5kfvd3gvb4iq09cm9")))) + (build-system python-build-system) + (home-page + "https://bitbucket.org/spirit/guess_language") + (synopsis "Guess the natural language of a text") + (description + "Guess the natural language of a text") + (license #f))) -- cgit v1.2.3