10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "liran-funaro";
20 rev = "refs/tags/${version}";
21 hash = "sha256-wy4Tj+Q+4zymRdoN8Z7wcazJTb2lQ+XHY1Kta02R3R0=";
33 pythonImportsCheck = [
42 description = "Traversal over objects subtree and calculate the total size";
43 homepage = "https://github.com/liran-funaro/objsize";
44 license = licenses.bsd3;
45 maintainers = with maintainers; [ ocfox ];