11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-oF3yx6qbcVc3S89Cc1RCAaDHuuYKnGW8+E85We84lvM=";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [
39 "test_hash_default_algorithm_is_256"
40 "test_installed_distributions"
42 "test_invoke_uninstall"
47 description = "Importable pip API";
48 homepage = "https://github.com/di/pip-api";
49 license = with licenses; [ mit ];
50 maintainers = with maintainers; [ fab ];