all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 49461@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#49461] [PATCH 1/2] gnu: Add python-langdetect.
Date: Thu,  8 Jul 2021 03:55:26 +0000	[thread overview]
Message-ID: <20210708035527.20486-1-monego@posteo.net> (raw)
In-Reply-To: <20210708035409.20278-1-monego@posteo.net>

* gnu/packages/python-xyz.scm (python-langdetect): New variable.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e655b3b20e..53d116ddfa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10443,6 +10443,26 @@ your package is installed, via @code{pkg_resources} (part of
 primary use case is APIs defined before keyword-only parameters existed.")
     (license license:gpl3+)))
 
+(define-public python-langdetect
+  (package
+    (name "python-langdetect")
+    (version "1.0.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "langdetect" version))
+       (sha256
+        (base32 "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-six" ,python-six)))
+    (home-page "https://github.com/Mimino666/langdetect")
+    (synopsis "Language detection library")
+    (description
+     "This library is a port of Nakatani Shuyo's language-detection library
+(version from 03/03/2014) to Python.")
+    (license license:expat)))
+
 (define-public python-pyasn1
   (package
     (name "python-pyasn1")
-- 
2.32.0





  reply	other threads:[~2021-07-08  3:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08  3:54 [bug#49461] [PATCH 0/2] Add Searx Vinicius Monego
2021-07-08  3:55 ` Vinicius Monego [this message]
2021-07-08  3:55   ` [bug#49461] [PATCH 2/2] gnu: Add searx Vinicius Monego
2021-07-08 21:01 ` [bug#49461] Thank you! Are you planning to add a service also? jgart via Guix-patches via
2021-07-19 17:59 ` bug#49461: [PATCH 0/2] Add Searx Ludovic Courtès
2021-07-19 21:20   ` [bug#49461] " Vinicius Monego
2021-07-23  9:00     ` Ludovic Courtès

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=20210708035527.20486-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=49461@debbugs.gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.