python3Packages.radicale_infcloud: 2017-07-27 -> unstable-2022-04-18
This commit is contained in:
parent
fc7fafcbf0
commit
fe1ecd204f
@ -1,23 +1,27 @@
|
||||
{ lib, fetchFromGitHub, buildPythonPackage }:
|
||||
{ lib, fetchFromGitHub, buildPythonPackage, radicale }:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "radicale_infcloud";
|
||||
version = "2017-07-27";
|
||||
version = "unstable-2022-04-18";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Unrud";
|
||||
repo = "RadicaleInfCloud";
|
||||
rev = "972757bf4c6be8b966ee063e3741ced29ba8169f";
|
||||
sha256 = "1c9ql9nv8kwi791akwzd19dcqzd916i7yxzbnrismzw4f5bhgzsk";
|
||||
rev = "53d3a95af5b58cfa3242cef645f8d40c731a7d95";
|
||||
sha256 = "sha256-xzBWIx2OOkCtBjlff1Z0VqgMhxWtgiOKutXUadT3tIo=";
|
||||
};
|
||||
|
||||
doCheck = false; # Tries to import radicale, circular dependency
|
||||
propagatedBuildInputs = [ radicale ];
|
||||
|
||||
# has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "radicale" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Unrud/RadicaleInfCloud/";
|
||||
description = "Integrate InfCloud into Radicale's web interface";
|
||||
license = with licenses; [ agpl3 gpl3 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ aneeshusa ];
|
||||
maintainers = with maintainers; [ aneeshusa erictapen ];
|
||||
};
|
||||
}
|
||||
|
@ -9414,7 +9414,9 @@ in {
|
||||
|
||||
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; };
|
||||
};
|
||||
|
||||
radio_beam = callPackage ../development/python-modules/radio_beam { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user