7 buildPythonPackage rec {
12 disabled = pythonOlder "3.7";
15 inherit format version;
17 hash = "sha256-Kstxi8Ewi/gOW52iYU2CQswv475M2LL9Rxm84Ymq/PE=";
21 description = "AR file handling for Python (including .deb files)";
22 homepage = "https://github.com/getninjas/unix_ar";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ tirimia ];
25 platforms = with platforms; linux ++ darwin;