17 buildPythonPackage rec {
18 pname = "pydiscovergy";
22 disabled = pythonOlder "3.10";
24 src = fetchFromGitHub {
26 repo = "pydiscovergy";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-ArcH/4ZyOtIGmoXArU+oEd357trJnS9umlN9B+U0dBI=";
32 sed -i '/addopts =/d' pyproject.toml
40 propagatedBuildInputs = [
54 pythonImportsCheck = [
59 description = "Async Python 3 library for interacting with the Discovergy API";
60 homepage = "https://github.com/jpbede/pydiscovergy";
61 changelog = "https://github.com/jpbede/pydiscovergy/releases/tag/v${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [ fab ];