Loading pkgs/development/python-modules/volkswagencarnet/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools-scm, aiohttp, beautifulsoup4, lxml, pyjwt, freezegun, pytest-asyncio, pytestCheckHook, }: buildPythonPackage rec { pname = "volkswagencarnet"; version = "5.0.2"; pyproject = true; src = fetchFromGitHub { owner = "robinostlund"; repo = "volkswagencarnet"; rev = "refs/tags/v${version}"; hash = "sha256-NpfkhFGxd3VjLjQ8pPpamYgwc5zqWt5CojONe4L1s4s="; }; postPatch = '' substituteInPlace tests/conftest.py \ --replace-fail 'pytest_plugins = ["pytest_cov"]' 'pytest_plugins = []' ''; build-system = [ setuptools-scm ]; dependencies = [ aiohttp beautifulsoup4 lxml pyjwt ]; pythonImportsCheck = [ "volkswagencarnet" ]; nativeCheckInputs = [ freezegun pytest-asyncio pytestCheckHook ]; meta = { description = "A python library for volkswagen carnet"; homepage = "https://github.com/robinostlund/volkswagencarnet"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ dotlambda ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17040,6 +17040,8 @@ self: super: with self; { volatile = callPackage ../development/python-modules/volatile { }; volkswagencarnet = callPackage ../development/python-modules/volkswagencarnet { }; volkszaehler = callPackage ../development/python-modules/volkszaehler { }; voluptuous = callPackage ../development/python-modules/voluptuous { }; Loading
pkgs/development/python-modules/volkswagencarnet/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools-scm, aiohttp, beautifulsoup4, lxml, pyjwt, freezegun, pytest-asyncio, pytestCheckHook, }: buildPythonPackage rec { pname = "volkswagencarnet"; version = "5.0.2"; pyproject = true; src = fetchFromGitHub { owner = "robinostlund"; repo = "volkswagencarnet"; rev = "refs/tags/v${version}"; hash = "sha256-NpfkhFGxd3VjLjQ8pPpamYgwc5zqWt5CojONe4L1s4s="; }; postPatch = '' substituteInPlace tests/conftest.py \ --replace-fail 'pytest_plugins = ["pytest_cov"]' 'pytest_plugins = []' ''; build-system = [ setuptools-scm ]; dependencies = [ aiohttp beautifulsoup4 lxml pyjwt ]; pythonImportsCheck = [ "volkswagencarnet" ]; nativeCheckInputs = [ freezegun pytest-asyncio pytestCheckHook ]; meta = { description = "A python library for volkswagen carnet"; homepage = "https://github.com/robinostlund/volkswagencarnet"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ dotlambda ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17040,6 +17040,8 @@ self: super: with self; { volatile = callPackage ../development/python-modules/volatile { }; volkswagencarnet = callPackage ../development/python-modules/volkswagencarnet { }; volkszaehler = callPackage ../development/python-modules/volkszaehler { }; voluptuous = callPackage ../development/python-modules/voluptuous { };