unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60554] [PATCH] gnu: Add python-pypresence.
@ 2023-01-04 14:21 Giacomo Leidi via Guix-patches via
  2023-03-01 15:27 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Giacomo Leidi via Guix-patches via @ 2023-01-04 14:21 UTC (permalink / raw)
  To: 60554; +Cc: Giacomo Leidi

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 80a058f12e..565bd6759f 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -37,6 +37,7 @@
 ;;; Copyright © 2022 Jack Hill <jackhill@jackhill.us>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2022 Giovanni Biscuolo <g@xelera.eu>
+;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3508,6 +3509,23 @@ (define-public python-harmony
     (home-page "https://github.com/taylordotfish/harmony")
     (license license:gpl3+)))
 
+(define-public python-pypresence
+  (package
+    (name "python-pypresence")
+    (version "4.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pypresence" version))
+              (sha256
+               (base32
+                "0rp09lfxbc3syd1rhbai2516c3wyfxkzrsw8v4bd57qqr2cay7b9"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/qwertyquerty/pypresence")
+    (synopsis "Discord RPC client")
+    (description "This package provides @code{python-pypresence}, a Discord
+RPC client written in Python.")
+    (license license:expat)))
+
 (define-public pn
   (package
     (name "pn")

base-commit: ddebb5c5634fcfbec9571453f2db72b238d73e75
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#60554] [PATCH] gnu: Add python-pypresence.
  2023-01-04 14:21 [bug#60554] [PATCH] gnu: Add python-pypresence Giacomo Leidi via Guix-patches via
@ 2023-03-01 15:27 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-01 15:27 UTC (permalink / raw)
  To: Giacomo Leidi; +Cc: 60554-done, 60554

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]


Giacomo Leidi via Guix-patches via <guix-patches@gnu.org> writes:

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

Thanks, pushed to master as a0da11ee473c1ec9abb43a1e36d5a9dd2906d828.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-01 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 14:21 [bug#60554] [PATCH] gnu: Add python-pypresence Giacomo Leidi via Guix-patches via
2023-03-01 15:27 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).