11 buildPythonPackage rec {
12 pname = "faraday-agent-parameters-types";
16 disabled = pythonOlder "3.7";
19 pname = "faraday_agent_parameters_types";
21 hash = "sha256-Bh1s0IeUEa4EnGElQn5ruBxFSbcOqsrDqbw1nVjdi5s=";
25 substituteInPlace setup.py \
26 --replace-warn '"pytest-runner",' ""
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
43 "faraday_agent_parameters_types"
44 "faraday_agent_parameters_types.utils"
48 # assert 'Version requested not valid' in "Invalid version: 'hola'"
49 "test_incorrect_version_requested"
53 description = "Collection of Faraday agent parameters types";
54 homepage = "https://github.com/infobyte/faraday_agent_parameters_types";
55 changelog = "https://github.com/infobyte/faraday_agent_parameters_types/blob/${version}/CHANGELOG.md";
56 license = with licenses; [ gpl3Plus ];
57 maintainers = with maintainers; [ fab ];