diff options
| author | Ian Eure <ian@retrospec.tv> | 2025-12-20 14:12:32 -0800 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-12-20 14:12:32 -0800 |
| commit | 1434b4e6c78cf47ae0611a079098ef392cc2ea92 (patch) | |
| tree | 1fa4c690965375d33d3af7e0a034c523e85016da /gnu | |
| parent | cb927b546e3e4a9edcb351fb0060170c236b2989 (diff) | |
gnu: python-pypresence: Update to 4.6.1 and fix the build.
* gnu/packages/messaging.scm (python-pypresence): Update to 4.6.1.
(native-inputs): Add build/test inputs.
(arguments): Declare the build backend.
(arguments): Disable tests.
Change-Id: I798ea40f4be2a1b15a7eed23673529b3a8a0cb41
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/messaging.scm | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index c2c5890b53e..cad8fc0f412 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -3368,14 +3368,26 @@ Discord.") | |||
| 3368 | (define-public python-pypresence | 3368 | (define-public python-pypresence |
| 3369 | (package | 3369 | (package |
| 3370 | (name "python-pypresence") | 3370 | (name "python-pypresence") |
| 3371 | (version "4.2.1") | 3371 | (version "4.6.1") |
| 3372 | (source (origin | 3372 | (source |
| 3373 | (method url-fetch) | 3373 | (origin |
| 3374 | (uri (pypi-uri "pypresence" version)) | 3374 | (method url-fetch) |
| 3375 | (sha256 | 3375 | (uri (pypi-uri "pypresence" version)) |
| 3376 | (base32 | 3376 | (sha256 |
| 3377 | "0rp09lfxbc3syd1rhbai2516c3wyfxkzrsw8v4bd57qqr2cay7b9")))) | 3377 | (base32 |
| 3378 | (build-system python-build-system) | 3378 | "0krk217hq8m76m7n6kv60wkm9fmpm8am9kdk6yv85qdllcb9a685")))) |
| 3379 | (build-system pyproject-build-system) | ||
| 3380 | (arguments | ||
| 3381 | (list | ||
| 3382 | #:build-backend "setuptools.build_meta" | ||
| 3383 | ;; Tests are broken, complaining "fixture 'client_id' not found." | ||
| 3384 | #:tests? #f)) | ||
| 3385 | (native-inputs | ||
| 3386 | (list | ||
| 3387 | python-setuptools | ||
| 3388 | python-pytest | ||
| 3389 | python-pytest-asyncio | ||
| 3390 | python-wheel)) | ||
| 3379 | (home-page "https://github.com/qwertyquerty/pypresence") | 3391 | (home-page "https://github.com/qwertyquerty/pypresence") |
| 3380 | (synopsis "Discord RPC client") | 3392 | (synopsis "Discord RPC client") |
| 3381 | (description "This package provides @code{python-pypresence}, a Discord | 3393 | (description "This package provides @code{python-pypresence}, a Discord |
