python313Packages.icalevents: 0.1.29 -> 0.2.0 (#374632)

Nick Cao ccc71409 da6a52ed

Changed files
+8 -19
pkgs
development
python-modules
icalevents
+8 -19
pkgs/development/python-modules/icalevents/default.nix
···
lib,
buildPythonPackage,
fetchFromGitHub,
-
fetchpatch2,
pythonOlder,
pytestCheckHook,
poetry-core,
-
httplib2,
icalendar,
python-dateutil,
pytz,
}:
buildPythonPackage rec {
pname = "icalevents";
-
version = "0.1.29";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "jazzband";
repo = "icalevents";
tag = "v${version}";
-
hash = "sha256-Bp+Wz88q65Gem8LyRz0A4xE5hIgOD+iZ7E1UlnfFiD4=";
};
-
patches = [
-
(fetchpatch2 {
-
name = "icalendar-v6-compat.patch";
-
url = "https://github.com/jazzband/icalevents/commit/fa925430bd63e46b0941b84a1ae2c9a063f2f720.patch";
-
hash = "sha256-MeRC3iJ5raKvl9udzv/44Vs34LxSzq1S6VVKAVFSpiY=";
-
})
-
];
-
build-system = [
poetry-core
];
dependencies = [
-
httplib2
icalendar
python-dateutil
pytz
];
-
pythonRelaxDeps = [
-
"httplib2"
-
"icalendar"
-
"pytz"
];
-
-
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# Makes HTTP calls
···
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pytestCheckHook,
poetry-core,
icalendar,
+
pook,
python-dateutil,
pytz,
+
urllib3,
}:
buildPythonPackage rec {
pname = "icalevents";
+
version = "0.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "jazzband";
repo = "icalevents";
tag = "v${version}";
+
hash = "sha256-xIio+zJtIa0mM7aHFHm1QW36hww82h4A1YWaWUCxx14=";
};
build-system = [
poetry-core
];
dependencies = [
icalendar
python-dateutil
pytz
+
urllib3
];
+
nativeCheckInputs = [
+
pook
+
pytestCheckHook
];
disabledTests = [
# Makes HTTP calls