Kerstin Humm
2025-03-13 10:45:21 +01:00
parent 56d7ffe96d
commit d06fab435b
@@ -12,7 +12,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "open-web-calendar";
version = "1.42";
version = "1.48";
pyproject = true;
disabled = python.pythonOlder "3.9";
@@ -20,7 +20,7 @@ python.pkgs.buildPythonApplication rec {
src = fetchPypi {
inherit version;
pname = "open_web_calendar";
hash = "sha256-w4XaT1+qIM80K6B+LIAeYdZzYIw4FYSd/nvWphOx460=";
hash = "sha256-SSe5vkrfTpUFdSLglBxo5//VZfuXYnWs5sUKJL2zWOw=";
};
# The Pypi tarball doesn't contain open_web_calendars/features
@@ -35,6 +35,7 @@ python.pkgs.buildPythonApplication rec {
build-system = with python.pkgs; [
hatchling
hatch-vcs
hatch-requirements-txt
];
dependencies =
@@ -44,6 +45,10 @@ python.pkgs.buildPythonApplication rec {
flask-allowed-hosts
flask
icalendar
icalendar-compatibility
cryptography
bcrypt
caldav
requests
pyyaml
recurring-ical-events
@@ -52,6 +57,7 @@ python.pkgs.buildPythonApplication rec {
beautifulsoup4
lxml-html-clean
pytz
mergecal
]
++ requests.optional-dependencies.socks;