14 buildPythonPackage rec {
19 src = fetchFromGitHub {
23 hash = "sha256-P+cUwNFSBjyTzqdBnIricoM3rUWUXQc8k1912jil79Q=";
27 (replaceVars ./no-dynamic-version.patch {
47 pytestFlagsArray = [ "src/icalendar" ];
50 changelog = "https://github.com/collective/icalendar/blob/v${version}/CHANGES.rst";
51 description = "Parser/generator of iCalendar files";
52 mainProgram = "icalendar";
53 homepage = "https://github.com/collective/icalendar";
54 license = licenses.bsd2;
55 maintainers = with maintainers; [ olcai ];