7 buildPythonPackage rec {
15 hash = "sha256-yZxyjrUS6VXBHxpiA6D/qIg7JlSeiv5ogEAxql2oVrc=";
22 # pypi package does not include tests;
23 # tests anyway require admin privileges to succeed
25 pythonImportsCheck = [ "mac_alias" ];
28 homepage = "https://github.com/al45tair/mac_alias";
29 description = "Generate or read binary Alias and Bookmark records from Python code";
30 mainProgram = "mac_alias";
32 mac_alias lets you generate or read binary Alias and Bookmark records from Python code.
34 While it is written in pure Python, some OS X specific code is required
35 to generate a proper Alias or Bookmark record for a given file,
36 so this module currently is not portable to other platforms.
38 license = licenses.mit;
39 maintainers = with maintainers; [ siriobalmelli ];