Loading pkgs/development/python-modules/propcache/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, cython, expandvars, fetchFromGitHub, pytest-cov-stub, pytest-xdist, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "propcache"; version = "0.1.0"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "aio-libs"; repo = "propcache"; rev = "refs/tags/v${version}"; hash = "sha256-h6YoBnuzhsFaBNEMM4oRB14ayhE9piTSf9sswl06lz0="; }; build-system = [ cython expandvars setuptools ]; nativeCheckInputs = [ pytest-cov-stub pytest-xdist pytestCheckHook ]; pythonImportsCheck = [ "propcache" ]; meta = { description = "Fast property caching"; homepage = "https://github.com/aio-libs/propcache"; changelog = "https://github.com/aio-libs/propcache/blob/${src.rev}/CHANGES.rst"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } pkgs/development/python-modules/yalexs/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ fetchFromGitHub, freenub, poetry-core, propcache, pyjwt, pytest-asyncio, pytest-cov-stub, Loading @@ -24,7 +25,7 @@ buildPythonPackage rec { pname = "yalexs"; version = "8.7.1"; version = "8.10.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -33,7 +34,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = "yalexs"; rev = "refs/tags/v${version}"; hash = "sha256-+1Ff0VttUm9cwrEWNiKQfBmYjrtA3AZxWVm/iU21XCE="; hash = "sha256-0fC12QsCOgFc6GJk5T7kCjVHe9W4Fhwmtv3dwJVh9mM="; }; build-system = [ poetry-core ]; Loading @@ -45,6 +46,7 @@ buildPythonPackage rec { aiohttp ciso8601 freenub propcache pyjwt python-dateutil python-socketio Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10106,6 +10106,8 @@ self: super: with self; { prometheus-pandas = callPackage ../development/python-modules/prometheus-pandas { }; propcache = callPackage ../development/python-modules/propcache { }; prophet = callPackage ../development/python-modules/prophet { }; propka = callPackage ../development/python-modules/propka { }; Loading Loading
pkgs/development/python-modules/propcache/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, cython, expandvars, fetchFromGitHub, pytest-cov-stub, pytest-xdist, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "propcache"; version = "0.1.0"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "aio-libs"; repo = "propcache"; rev = "refs/tags/v${version}"; hash = "sha256-h6YoBnuzhsFaBNEMM4oRB14ayhE9piTSf9sswl06lz0="; }; build-system = [ cython expandvars setuptools ]; nativeCheckInputs = [ pytest-cov-stub pytest-xdist pytestCheckHook ]; pythonImportsCheck = [ "propcache" ]; meta = { description = "Fast property caching"; homepage = "https://github.com/aio-libs/propcache"; changelog = "https://github.com/aio-libs/propcache/blob/${src.rev}/CHANGES.rst"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; }
pkgs/development/python-modules/yalexs/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ fetchFromGitHub, freenub, poetry-core, propcache, pyjwt, pytest-asyncio, pytest-cov-stub, Loading @@ -24,7 +25,7 @@ buildPythonPackage rec { pname = "yalexs"; version = "8.7.1"; version = "8.10.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -33,7 +34,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = "yalexs"; rev = "refs/tags/v${version}"; hash = "sha256-+1Ff0VttUm9cwrEWNiKQfBmYjrtA3AZxWVm/iU21XCE="; hash = "sha256-0fC12QsCOgFc6GJk5T7kCjVHe9W4Fhwmtv3dwJVh9mM="; }; build-system = [ poetry-core ]; Loading @@ -45,6 +46,7 @@ buildPythonPackage rec { aiohttp ciso8601 freenub propcache pyjwt python-dateutil python-socketio Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10106,6 +10106,8 @@ self: super: with self; { prometheus-pandas = callPackage ../development/python-modules/prometheus-pandas { }; propcache = callPackage ../development/python-modules/propcache { }; prophet = callPackage ../development/python-modules/prophet { }; propka = callPackage ../development/python-modules/propka { }; Loading