11 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "sha256-WzJ6wTINyGPcpy9FFOzAhvMRhnRLhKIwN0zB/Xdv6uU=";
25 propagatedBuildInputs = [ pyparsing six ];
32 # Prevent circular dependency
36 description = "Core utilities for Python packages";
37 homepage = "https://github.com/pypa/packaging";
38 license = [ licenses.bsd2 licenses.asl20 ];
39 maintainers = with maintainers; [ bennofs ];