Commit Graph

247 Commits

Author SHA1 Message Date
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
aleksana
07c1bc2034 treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
Franz Pletz
c2bd7f6b2c
Merge pull request #324411 from getchoo/pkgs/mopidy-spotify/adopt 2024-07-11 00:32:50 +02:00
Franz Pletz
e56afd060b
mopidy-youtube: replace youtube-dl with yt-dlp 2024-07-09 02:06:52 +02:00
seth
03023c3acb
mopidy-spotify: 4.1.1-unstable-2024-02-27 -> 5.0.0a2
Diff: https://github.com/mopidy/mopidy-spotify/compare/v4.1.1...v5.0.0a2
Changelog: https://github.com/mopidy/mopidy-spotify/releases/tag/v5.0.0a2
2024-07-03 16:44:10 -04:00
seth
beac2a59f9
mopidy-spotify: use nix-update-script for updateScript 2024-07-03 16:42:13 -04:00
seth
67db17ed90
mopidy-spotify: modernize
- set `pyproject` explicitly
- set `build-system` explicitly
- propagatedBuildInputs -> dependencies
- https://github.com/NixOS/nixpkgs/issues/208242
2024-07-03 16:42:10 -04:00
seth
1ca6963806
mopidy-spotify: adopt 2024-07-03 16:09:51 -04:00
seth
fed463d463
mopidy-spotify: format with nixfmt 2024-07-03 16:09:38 -04:00
Lily Foster
c678743f80 treewide: remove lilyinstarlight 2024-07-02 03:17:01 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Franz Pletz
901fa83cc0
Merge pull request #302501 from Jaculabilis/mopidy-youtube-dl-override 2024-05-10 00:21:07 +02:00
OPNA2608
4ad981ff40 mopidy-spotify: unstable-2024-02-27 -> 4.1.1-unstable-2024-02-27 2024-04-29 12:19:49 +02:00
R. Ryantm
4400b26870 mopidy-jellyfin: 1.0.4 -> 1.0.5 2024-04-08 09:41:01 +00:00
Tim Van Baak
2662a65c4a mopidy-youtube: add extraPkgs to allow adding alternative backends 2024-04-08 05:53:24 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
4823753530 mopidy-spotify: unstable-2024-02-11 -> unstable-2024-02-27 2024-02-28 06:55:01 +00:00
R. Ryantm
0204be3213 mopidy-muse: 0.0.30 -> 0.0.33 2024-02-21 11:18:25 +00:00
OTABI Tomoya
860cf3f69e
Merge pull request #288824 from r-ryantm/auto-update/mopidy-muse
mopidy-muse: 0.0.27 -> 0.0.30
2024-02-19 23:50:49 +09:00
R. Ryantm
7cdc04d35e mopidy-muse: 0.0.27 -> 0.0.30 2024-02-14 17:08:09 +00:00
R. Ryantm
13c42afcd2 mopidy-spotify: unstable-2024-01-02 -> unstable-2024-02-11 2024-02-14 12:05:37 +00:00
Robert Schütz
729eb05518
Merge pull request #284673 from dotlambda/mopidy-ytmusic-0.3.9
mopidy-ytmusic: 0.3.8 -> 0.3.9
2024-02-05 15:48:28 +00:00
Weijia Wang
d72b83817e
Merge pull request #282186 from r-ryantm/auto-update/mopidy-iris
mopidy-iris: 3.64.0 -> 3.69.3
2024-02-04 23:03:44 +01:00
Weijia Wang
010f8d39a9
Merge pull request #281965 from r-ryantm/auto-update/mopidy-youtube
mopidy-youtube: 3.6 -> 3.7
2024-02-04 22:52:19 +01:00
Weijia Wang
a601009e4d
Merge pull request #283301 from r-ryantm/auto-update/mopidy-notify
mopidy-notify: 0.2.0 -> 0.2.1
2024-02-04 21:55:03 +01:00
Robert Schütz
f2e95cfc72 mopidy-ytmusic: 0.3.8 -> 0.3.9
Just like the AUR and as suggested in
https://github.com/OzymandiasTheGreat/mopidy-ytmusic/issues/71 we switch
to a fork which uses a more recent version of ytmusicapi.

Diff: https://github.com/jmcdo29/mopidy-ytmusic/compare/v0.3.8...v0.3.9

Changelog: https://github.com/jmcdo29/mopidy-ytmusic/releases/tag/v0.3.9
2024-01-28 19:46:30 -08:00
R. Ryantm
b5b0229727 mopidy-mopify: 1.6.1 -> 1.7.3 2024-01-24 01:20:27 +00:00
R. Ryantm
41f80e7617 mopidy-notify: 0.2.0 -> 0.2.1 2024-01-23 20:10:58 +00:00
R. Ryantm
c1cf433881 mopidy: 3.4.1 -> 3.4.2 2024-01-21 06:23:30 +00:00
R. Ryantm
3576eb3152 mopidy-podcast: 3.0.0 -> 3.0.1 2024-01-20 03:10:34 +00:00
R. Ryantm
a4b0c8054a mopidy-iris: 3.64.0 -> 3.69.3 2024-01-20 01:00:27 +00:00
R. Ryantm
504fc5b9d5 mopidy-youtube: 3.6 -> 3.7 2024-01-19 05:28:53 +00:00
R. Ryantm
16c6469fe9 mopidy-spotify: unstable-2023-12-20 -> unstable-2024-01-02 2024-01-07 17:54:46 +00:00
Martin Weinelt
4611371303
treewide: scale back maintainership for various packages 2024-01-05 14:43:39 +01:00
R. Ryantm
21a96fa4eb mopidy-spotify: unstable-2023-11-01 -> unstable-2023-12-20 2023-12-27 06:00:36 +00:00
Lily Foster
b0ab1eba3d
mopidy-spotify: unstable-2023-04-21 -> unstable-2023-11-01 2023-11-05 16:48:10 +00:00
Lily Foster
b4217d476a
mopidy-spotify: add updateScript 2023-11-05 11:47:51 -05:00
Weijia Wang
29a08c1113
Merge pull request #253197 from rodrgz/master
mopidy-tidal, tidalapi, bitwarden-menu: drop myself (rodrgz) as maintainer
2023-09-07 01:21:04 +02:00
Erik Rodriguez
69bd38ca88
mopidy-tidal: drop myself (rodrgz) as maintainer 2023-09-03 20:11:42 -03:00
Pablo Ovelleiro Corral
c6cdcbc4bd
addmissing beautifulsoup4 dependency 2023-08-24 10:02:23 +02:00
Pablo Ovelleiro Corral
1dbcbb2d28
mopidy-soundcloud: 3.0.1 -> 3.0.2
Diff: https://github.com/mopidy/mopidy-soundcloud/compare/v3.0.1...v3.0.2
2023-08-23 13:56:56 +02:00
Weijia Wang
8019be263e treewide: applications/audio: use top-level fetchPypi 2023-05-25 14:49:37 +03:00
figsoda
344ab0a8e3
Merge pull request #231892 from SuperSandro2000/mopidy-nox
mopidy: use headlessGApps wrapper, cleanup meta.description
2023-05-23 13:24:17 -04:00
Sandro Jäckel
0000076781
mopidy: use headless GApps wrapper, cleanup meta.description 2023-05-23 13:27:10 +02:00
Sandro
235373f0aa
Merge pull request #225143 from lilyinstarlight/pkg/mopidy-spotify 2023-05-17 16:59:45 +02:00
Lily Foster
77f0d2095a
mopidy-spotify: re-init at unstable-2023-04-21 2023-05-15 10:28:09 -04:00
Lily Foster
4f8d022f85
mopidy: add gst-plugins-rs 2023-05-15 10:28:08 -04:00
Spencer Whitt
21dbdb5d03 maintainers: remove spwhitt 2023-05-05 12:34:05 +00:00