14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-xiaPXfzzCIvK92oAA+ULd3TQG1JY1xmbQQtIUv8iRuM=";
26 propagatedBuildInputs = [
30 ] ++ lib.optionals (pythonOlder "3.9") [
44 pythonImportsCheck = [
49 description = "Set of packages that Enthought has found useful in creating a number of applications";
50 homepage = "https://github.com/enthought/apptools";
51 changelog = "https://github.com/enthought/apptools/releases/tag/${version}";
52 license = licenses.bsdOriginal;
53 maintainers = with maintainers; [ knedlsepp ];