Merge pull request #279389 from Stunkymonkey/radicale-infcloud-normalize
python311Packages.radicale-infcloud: rename from radicale_infcloud
This commit is contained in:
commit
8c0d50062b
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, fetchFromGitHub, buildPythonPackage, radicale }:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "radicale_infcloud";
|
||||
pname = "radicale-infcloud";
|
||||
version = "unstable-2022-04-18";
|
||||
format = "setuptools";
|
||||
|
|
@ -408,6 +408,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
|
||||
|
|
|
@ -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; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue