14 buildPythonPackage rec {
15 pname = "check-manifest";
17 format = "setuptools";
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-O1dfHa3nvrMHjvS/M6lFGYNEV8coHbxyaxXFRmtVxlc=";
26 propagatedBuildInputs = [
40 # Test wants to setup a venv
41 "test_build_sdist_pep517_isolated"
44 pythonImportsCheck = [
49 description = "Check MANIFEST.in in a Python source package for completeness";
50 homepage = "https://github.com/mgedmin/check-manifest";
51 license = licenses.mit;
52 maintainers = with maintainers; [ lewo ];