all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dannym@scratchpost.org
To: 53528@debbugs.gnu.org
Cc: Danny Milosavljevic <dannym@scratchpost.org>
Subject: [bug#53528] [PATCH 1/2] gnu: Add python-librecaptcha.
Date: Tue, 25 Jan 2022 19:09:55 +0100	[thread overview]
Message-ID: <20220125180956.25992-1-dannym@scratchpost.org> (raw)
In-Reply-To: <20220125180447.24242-1-dannym@scratchpost.org>

From: Danny Milosavljevic <dannym@scratchpost.org>

* gnu/packages/messaging.scm (python-librecaptcha): New variable.
---
 gnu/packages/messaging.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 768642f119..00ce6c69e9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3263,4 +3263,25 @@ (define-public weechat-wee-slack
 for notification of events.")
     (license license:expat)))
 
+(define-public python-librecaptcha
+  (package
+    (name "python-librecaptcha")
+    (version "0.7.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/taylordotfish/librecaptcha")
+                     (commit version)))
+              (file-name (string-append name "-" version "-checkout"))
+              (sha256
+               (base32
+                "0r35ws6vdf31j01kpacvpjplddm254r0cgy0npmhgnfxd5kpjf3s"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     (list python-pillow python-requests python-esprima python-pygobject gobject-introspection gtk+))
+    (synopsis "Show CAPTCHA without running proprietary code.")
+    (description "This package shows CAPTCHA without running proprietary code.")
+    (home-page "https://github.com/taylordotfish/librecaptcha")
+    (license license:gpl3+)))
+
 ;;; messaging.scm ends here
-- 
2.34.0





  reply	other threads:[~2022-01-25 18:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-25 18:04 [bug#53528] [PATCH 0/2] Add harmony and dependency dannym
2022-01-25 18:09 ` dannym [this message]
2022-01-25 18:09   ` [bug#53528] [PATCH 2/2] gnu: Add python-harmony dannym
2022-02-25 16:11 ` bug#53528: [PATCH 0/2] Add harmony and dependency Danny Milosavljevic

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=20220125180956.25992-1-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=53528@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.