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 2/2] gnu: Add python-harmony.
Date: Tue, 25 Jan 2022 19:09:56 +0100	[thread overview]
Message-ID: <20220125180956.25992-2-dannym@scratchpost.org> (raw)
In-Reply-To: <20220125180956.25992-1-dannym@scratchpost.org>

From: Danny Milosavljevic <dannym@scratchpost.org>

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 00ce6c69e9..c2035cd949 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3284,4 +3284,28 @@ (define-public python-librecaptcha
     (home-page "https://github.com/taylordotfish/librecaptcha")
     (license license:gpl3+)))
 
+(define-public python-harmony
+  (package
+    (name "python-harmony")
+    (version "0.7.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/taylordotfish/harmony.git")
+                     (commit version)))
+              (file-name (string-append name "-" version "-checkout"))
+              (sha256
+               (base32
+                "1bm9xcnzpnpj6rlhbrnl2abwclzl7ivgh1vb5644y9mnhcs489js"))))
+    (build-system python-build-system)
+    (native-inputs
+     (list python-tox))
+    (inputs
+     (list python-librecaptcha python-keyring python-requests))
+    (synopsis "Discord account management")
+    (description "This package provides account management tools for
+Discord.")
+    (home-page "https://github.com/taylordotfish/harmony")
+    (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 ` [bug#53528] [PATCH 1/2] gnu: Add python-librecaptcha dannym
2022-01-25 18:09   ` dannym [this message]
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-2-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.