Loading pkgs/development/python-modules/pysmi-lextudio/default.nix 0 → 100644 +47 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , ply , poetry-core , pythonOlder , requests }: buildPythonPackage rec { pname = "pysmi-lextudio"; version = "1.1.13"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "lextudio"; repo = "pysmi"; rev = "refs/tags/v${version}"; hash = "sha256-P1uu1+EcqA7K+oJWFyHTyQqUvqZjZTU0owLKoxjaQhc="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ ply requests ]; # Circular dependency on pysnmp-lextudio doCheck = false; pythonImportsCheck = [ "pysmi" ]; meta = with lib; { description = "SNMP MIB parser"; homepage = "https://github.com/lextudio/pysmi"; changelog = "https://github.com/lextudio/pysmi/blob/${version}/CHANGES.rst"; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11267,6 +11267,8 @@ self: super: with self; { pysmi = callPackage ../development/python-modules/pysmi { }; pysmi-lextudio = callPackage ../development/python-modules/pysmi-lextudio { }; pysml = callPackage ../development/python-modules/pysml { }; pysmt = callPackage ../development/python-modules/pysmt { }; Loading Loading
pkgs/development/python-modules/pysmi-lextudio/default.nix 0 → 100644 +47 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , ply , poetry-core , pythonOlder , requests }: buildPythonPackage rec { pname = "pysmi-lextudio"; version = "1.1.13"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "lextudio"; repo = "pysmi"; rev = "refs/tags/v${version}"; hash = "sha256-P1uu1+EcqA7K+oJWFyHTyQqUvqZjZTU0owLKoxjaQhc="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ ply requests ]; # Circular dependency on pysnmp-lextudio doCheck = false; pythonImportsCheck = [ "pysmi" ]; meta = with lib; { description = "SNMP MIB parser"; homepage = "https://github.com/lextudio/pysmi"; changelog = "https://github.com/lextudio/pysmi/blob/${version}/CHANGES.rst"; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11267,6 +11267,8 @@ self: super: with self; { pysmi = callPackage ../development/python-modules/pysmi { }; pysmi-lextudio = callPackage ../development/python-modules/pysmi-lextudio { }; pysml = callPackage ../development/python-modules/pysml { }; pysmt = callPackage ../development/python-modules/pysmt { }; Loading