Loading pkgs/development/python-modules/pyairtable/default.nix 0 → 100644 +61 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, inflection, pydantic, requests, urllib3, click, pytest, pytest-cov, mock, requests-mock, tox, }: buildPythonPackage rec { pname = "pyairtable"; version = "3.1.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-sYX+8SEZ8kng5wSrTksVopCA/Ikq1NVRoQU6G7YJ7y4="; }; build-system = [ setuptools ]; dependencies = [ setuptools inflection pydantic requests urllib3 click ]; nativeCheckInputs = [ pytest pytest-cov mock requests-mock tox ]; pythonImportsCheck = [ "pyairtable" ]; meta = { description = "Python API Client for Airtable"; homepage = "https://pyairtable.readthedocs.io/"; changelog = "https://pyairtable.readthedocs.io/en/${version}/changelog.html"; license = lib.licenses.mit; mainProgram = "pyairtable"; maintainers = with lib.maintainers; [ stupidcomputer ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12261,6 +12261,8 @@ self: super: with self; { pyairports = callPackage ../development/python-modules/pyairports { }; pyairtable = callPackage ../development/python-modules/pyairtable { }; pyairvisual = callPackage ../development/python-modules/pyairvisual { }; pyais = callPackage ../development/python-modules/pyais { }; Loading Loading
pkgs/development/python-modules/pyairtable/default.nix 0 → 100644 +61 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, inflection, pydantic, requests, urllib3, click, pytest, pytest-cov, mock, requests-mock, tox, }: buildPythonPackage rec { pname = "pyairtable"; version = "3.1.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-sYX+8SEZ8kng5wSrTksVopCA/Ikq1NVRoQU6G7YJ7y4="; }; build-system = [ setuptools ]; dependencies = [ setuptools inflection pydantic requests urllib3 click ]; nativeCheckInputs = [ pytest pytest-cov mock requests-mock tox ]; pythonImportsCheck = [ "pyairtable" ]; meta = { description = "Python API Client for Airtable"; homepage = "https://pyairtable.readthedocs.io/"; changelog = "https://pyairtable.readthedocs.io/en/${version}/changelog.html"; license = lib.licenses.mit; mainProgram = "pyairtable"; maintainers = with lib.maintainers; [ stupidcomputer ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12261,6 +12261,8 @@ self: super: with self; { pyairports = callPackage ../development/python-modules/pyairports { }; pyairtable = callPackage ../development/python-modules/pyairtable { }; pyairvisual = callPackage ../development/python-modules/pyairvisual { }; pyais = callPackage ../development/python-modules/pyais { }; Loading