python311Packages.radicale-infcloud: rename from radicale_infcloud

This commit is contained in:
Felix Buehler 2024-01-07 15:49:31 +01:00
parent 5570f4ba1e
commit 07c3a4234d
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, buildPythonPackage, radicale }:
buildPythonPackage {
pname = "radicale_infcloud";
pname = "radicale-infcloud";
version = "unstable-2022-04-18";
format = "setuptools";

View File

@ -403,6 +403,7 @@ mapAliases ({
qcodes-loop = throw "qcodes-loop has been removed due to deprecation"; # added 2023-11-30
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
radicale_infcloud = radicale-infcloud; # added 2024-01-07
radio_beam = radio-beam; # added 2023-11-04
ratelimiter = throw "ratelimiter has been removed, since it is unmaintained and broken"; # added 2023-10-21
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05

View File

@ -12269,7 +12269,7 @@ self: super: with self; {
rachiopy = callPackage ../development/python-modules/rachiopy { };
radicale_infcloud = callPackage ../development/python-modules/radicale_infcloud {
radicale-infcloud = callPackage ../development/python-modules/radicale-infcloud {
radicale = pkgs.radicale.override { python3 = python; };
};