9 buildPythonPackage rec {
10 pname = "jalali-core";
14 disabled = pythonOlder "3.8";
17 pname = "jalali_core";
19 hash = "sha256-9Ch8cMYwMj3PCjqybfkFuk1FHiMKwfZbO7L3d5eJSis=";
22 build-system = [ setuptools ];
27 pythonImportsCheck = [ "jalali_core" ];
30 description = "Module to convert Gregorian to Jalali and inverse dates";
31 homepage = "https://pypi.org/project/jalali-core/";
32 license = lib.licenses.lgpl2Only;
33 maintainers = with lib.maintainers; [ fab ];