python314Packages.python-mpd2: rename from mpd2

This commit is contained in:
Sandro Jäckel
2026-06-29 17:39:24 +02:00
parent e19d11fbc2
commit ccf8acd1b5
14 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -51,10 +51,10 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
icalendar
jsonpath-ng
lxml
mpd2
psutil
pygobject3
python-dateutil
python-mpd2
requests
requests-file
tzdata
+1 -1
View File
@@ -60,7 +60,7 @@ python313Packages.buildPythonApplication (finalAttrs: {
pygobject3
tidalapi
requests
mpd2
python-mpd2
pypresence
]);
+1 -1
View File
@@ -23,7 +23,7 @@ buildPythonApplication (finalAttrs: {
dependencies = [
colorthief
ffmpeg-python
mpd2
python-mpd2
pillow
pixcat
requests
+1 -1
View File
@@ -42,7 +42,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
dependencies = with python3Packages; [
dbus-python
mpd2
python-mpd2
mutagen
pygobject3
];
+1 -1
View File
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
dependencies = with python3Packages; [
pygobject3
mpd2
python-mpd2
];
dontWrapGApps = true;
+1 -1
View File
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
dependencies = with python3Packages; [
mutagen
mpd2
python-mpd2
toml
appdirs
];
+2 -2
View File
@@ -17,7 +17,7 @@ let
buildPythonApplication
dbus-python
pygobject3
mpd2
python-mpd2
setuptools
;
in
@@ -53,7 +53,7 @@ buildPythonApplication (finalAttrs: {
# included because it's difficult to build.
pythonPath = [
dbus-python
mpd2
python-mpd2
pygobject3
setuptools # pkg_resources is imported during runtime
];
+1 -1
View File
@@ -22,7 +22,7 @@ python3Packages.buildPythonPackage rec {
dependencies = with python3Packages; [
pyyaml
psutil
mpd2
python-mpd2
requests
];
@@ -70,7 +70,7 @@
librosa,
mp3gain,
mp3val,
mpd2,
python-mpd2,
pyacoustid,
pylast,
pyxdg,
@@ -350,9 +350,9 @@ buildPythonPackage (finalAttrs: {
mbpseudo = { };
metasync.testPaths = [ ];
missing.testPaths = [ ];
mpdstats.propagatedBuildInputs = [ mpd2 ];
mpdstats.propagatedBuildInputs = [ python-mpd2 ];
mpdupdate = {
propagatedBuildInputs = [ mpd2 ];
propagatedBuildInputs = [ python-mpd2 ];
testPaths = [ ];
};
musicbrainz = { };
@@ -16,7 +16,7 @@
dbus-fast,
iwlib,
libcst,
mpd2,
python-mpd2,
prompt-toolkit,
psutil,
pulsectl-asyncio,
@@ -118,7 +118,7 @@ buildPythonPackage (finalAttrs: {
dbus-fast
iwlib
libcst
mpd2
python-mpd2
# prompt-toolkit used for qtile repl
# see https://github.com/qtile/qtile/blob/master/libqtile/scripts/repl.py
prompt-toolkit
@@ -4245,7 +4245,7 @@
];
"mpd" =
ps: with ps; [
mpd2
python-mpd2
];
"mqtt" =
ps: with ps; [
+1
View File
@@ -368,6 +368,7 @@ mapAliases {
monarchmoney = throw "'monarchmoney' has been renamed to/replaced by 'monarchmoneycommunity'"; # Added 2026-03-05
monkeytype = throw "'monkeytype' has been removed as it was unmaintained upstream"; # Added 2026-04-19
moretools = "'moretools' has been removed because it is unmaintained"; # Added 2026-01-19
mpd2 = warnAlias "'mpd2' has been renamed to 'python-mpd2'"; # Added 2026-06-14
mpire = throw "'mpire' has been removed because it is unused in Nixpkgs"; # Added 2026-06-22
msldap-bad = throw "'msldap-bad' has been renamed to/replaced by 'badldap'"; # added 2025-11-06
mullvad-closest = throw "'mullvad-closest' has been removed as it was unmaintained. Consider using 'mullvad-compass' instead."; # Added 2026-01-13
+2 -2
View File
@@ -10551,8 +10551,6 @@ self: super: with self; {
callPackage ../development/python-modules/mozjpeg_lossless_optimization
{ };
mpd2 = callPackage ../development/python-modules/mpd2 { };
mpegdash = callPackage ../development/python-modules/mpegdash { };
mpi-pytest = callPackage ../development/python-modules/mpi-pytest { };
@@ -16305,6 +16303,8 @@ self: super: with self; {
python-motionmount = callPackage ../development/python-modules/python-motionmount { };
python-mpd2 = callPackage ../development/python-modules/python-mpd2 { };
python-mpv-jsonipc = callPackage ../development/python-modules/python-mpv-jsonipc { };
python-multipart = callPackage ../development/python-modules/python-multipart { };