13 buildPythonPackage rec {
14 pname = "lunarcalendar";
16 format = "setuptools";
18 src = fetchFromGitHub {
20 repo = "LunarCalendar";
21 rev = "885418ea1a2a90b7e0bbe758919af9987fb2863b";
22 hash = "sha256-AhxCWWqCjlOroqs4pOSZTWoIQT8a1l/D2Rxuw1XUoU8=";
25 propagatedBuildInputs = [
31 nativeCheckInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "lunarcalendar" ];
36 homepage = "https://github.com/wolfhong/LunarCalendar";
37 description = "Lunar-Solar Converter, containing a number of lunar and solar festivals in China";
38 mainProgram = "lunar-find";
39 license = lib.licenses.mit;
40 maintainers = with lib.maintainers; [ tomasajt ];