Merge pull request #279389 from Stunkymonkey/radicale-infcloud-normalize

python311Packages.radicale-infcloud: rename from radicale_infcloud
This commit is contained in:
OTABI Tomoya 2024-01-08 14:00:12 +09:00 committed by GitHub
commit 8c0d50062b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -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

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; };
};