12 buildPythonPackage rec {
13 pname = "lunarcalendar";
15 format = "setuptools";
17 src = fetchFromGitHub {
19 repo = "LunarCalendar";
20 rev = "885418ea1a2a90b7e0bbe758919af9987fb2863b";
21 hash = "sha256-AhxCWWqCjlOroqs4pOSZTWoIQT8a1l/D2Rxuw1XUoU8=";
24 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "lunarcalendar" ];
35 homepage = "https://github.com/wolfhong/LunarCalendar";
36 description = "A Lunar-Solar Converter, containing a number of lunar and solar festivals in China";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ tomasajt ];