10 buildPythonPackage rec {
15 disabled = pythonOlder "3.9";
18 inherit pname version;
19 hash = "sha256-Ja8fSNFFa5oKzHsyxoxm6czLrlQWcvm5ck8nTXgQowc=";
22 build-system = [ setuptools ];
24 dependencies = [ jalali-core ];
26 pythonImportsCheck = [ "jdatetime" ];
29 description = "Jalali datetime binding";
30 homepage = "https://github.com/slashmili/python-jalali";
31 changelog = "https://github.com/slashmili/python-jalali/blob/v${version}/CHANGELOG.md";
32 license = licenses.psfl;