11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-c5lg03x0x3vZvVRqdlYsy1gf49SCD/XDFB60nIOf2o8=";
37 pythonImportsCheck = [
42 description = "Simple module to parse ISO 8601 dates";
43 homepage = "https://pyiso8601.readthedocs.io/";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];