GNU bug report logs -
#60554
[PATCH] gnu: Add python-pypresence.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60554 in the body.
You can then email your comments to 60554 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60554
; Package
guix-patches
.
(Wed, 04 Jan 2023 14:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Giacomo Leidi <goodoldpaul <at> autistici.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 04 Jan 2023 14:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> jackhill.us>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2022 Giovanni Biscuolo <g <at> xelera.eu>
+;;; Copyright © 2023 Giacomo Leidi <goodoldpaul <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#60554
; Package
guix-patches
.
(Wed, 01 Mar 2023 15:29:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Giacomo Leidi via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Wed, 01 Mar 2023 15:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Giacomo Leidi <goodoldpaul <at> autistici.org>
:
bug acknowledged by developer.
(Wed, 01 Mar 2023 15:29:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 30 Mar 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.