10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-AK+xX+LPz6IVLZedsqMUm7G28ue0s3pXgIzxS4EHHLE=";
32 propagatedBuildInputs = [
46 pythonImportsCheck = [
51 description = "A Python packaging utility library";
52 homepage = "https://github.com/reubano/pkutils/";
53 license = licenses.mit;
54 maintainers = with maintainers; [ drewrisinger ];