11 # We keep 20.4 because it uses setuptools instead of flit-core
12 # which requires Python 3 to build a universal wheel.
14 buildPythonPackage rec {
17 format = "setuptools";
20 inherit pname version;
21 sha256 = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8";
24 propagatedBuildInputs = [ pyparsing six ];
31 # Prevent circular dependency
35 description = "Core utilities for Python packages";
36 homepage = "https://github.com/pypa/packaging";
37 license = [ licenses.bsd2 licenses.asl20 ];
38 maintainers = with maintainers; [ bennofs ];