Loading pkgs/development/python-modules/fspath/default.nix 0 → 100644 +37 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, six, }: buildPythonPackage (finalAttrs: { pname = "fspath"; version = "20230629"; pyproject = true; src = fetchFromGitHub { owner = "return42"; repo = "fspath"; tag = finalAttrs.version; hash = "sha256-OtJ6PODEYEiUnJriTAKTThSsEtiF7sjMFEu7wFqRR54="; }; build-system = [ setuptools ]; dependencies = [ six ]; pythonImportsCheck = [ "fspath" ]; meta = { description = "Handling path names and executables more comfortable"; homepage = "https://github.com/return42/fspath"; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ skohtv ]; }; }) pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5851,6 +5851,8 @@ self: super: with self; { fslpy = callPackage ../development/python-modules/fslpy { }; fspath = callPackage ../development/python-modules/fspath { }; fsspec = callPackage ../development/python-modules/fsspec { }; fsspec-xrootd = callPackage ../development/python-modules/fsspec-xrootd { }; Loading Loading
pkgs/development/python-modules/fspath/default.nix 0 → 100644 +37 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, six, }: buildPythonPackage (finalAttrs: { pname = "fspath"; version = "20230629"; pyproject = true; src = fetchFromGitHub { owner = "return42"; repo = "fspath"; tag = finalAttrs.version; hash = "sha256-OtJ6PODEYEiUnJriTAKTThSsEtiF7sjMFEu7wFqRR54="; }; build-system = [ setuptools ]; dependencies = [ six ]; pythonImportsCheck = [ "fspath" ]; meta = { description = "Handling path names and executables more comfortable"; homepage = "https://github.com/return42/fspath"; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ skohtv ]; }; })
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5851,6 +5851,8 @@ self: super: with self; { fslpy = callPackage ../development/python-modules/fslpy { }; fspath = callPackage ../development/python-modules/fspath { }; fsspec = callPackage ../development/python-modules/fsspec { }; fsspec-xrootd = callPackage ../development/python-modules/fsspec-xrootd { }; Loading