7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-jD1XJJhcpJymn0CwZ65U06xLKm1JjHffmx/umEO7a5s=";
23 pythonImportsCheck = [ "arpy" ];
26 description = "A library for accessing the archive files and reading the contents";
27 homepage = "https://github.com/viraptor/arpy";
28 license = licenses.bsd2;
29 maintainers = with maintainers; [ thornycrackers ];