Loading pkgs/development/python-modules/pylit/default.nixdeleted 100644 → 0 +0 −52 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitea, flit-core, pytestCheckHook, }: buildPythonPackage rec { version = "0.8.0"; pname = "pylit"; pyproject = true; src = fetchFromGitea { domain = "codeberg.org"; owner = "milde"; repo = "pylit"; tag = version; hash = "sha256-wr2Gz5DCeCVULe9k/DHd+Jhbfc4q4wSoJrcWaJUvWWw="; # fix hash mismatch on linux/darwin platforms postFetch = '' rm -f $out/doc/logo/py{L,l}it-bold-framed.svg ''; }; # replace legacy nose module with pytest postPatch = '' substituteInPlace test/{pylit,pylit_ui}_test.py \ --replace-fail "import nose" "import pytest" \ --replace-fail "nose.runmodule()" "pytest.main()" ''; build-system = [ flit-core ]; pythonImportsCheck = [ "pylit" ]; nativeCheckInputs = [ pytestCheckHook ]; enabledTestPaths = [ "test" ]; meta = { homepage = "https://codeberg.org/milde/pylit"; description = "Bidirectional text/code converter"; mainProgram = "pylit"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ qbisi ]; }; } pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -335,6 +335,7 @@ mapAliases { PyICU = throw "'PyICU' has been renamed to/replaced by 'pyicu'"; # Converted to throw 2025-10-29 PyLD = throw "'PyLD' has been renamed to/replaced by 'pyld'"; # Converted to throw 2025-10-29 pyliblo = throw "pyliblo is unmaintained upstream and was removed from nixpkgs. Please use pyliblo3 instead"; # added 2025-06-23 pylit = throw "'pylit' has been removed as it was broken and unmaintained upstream"; # Added 2025-11-29 pymc3 = throw "'pymc3' has been renamed to/replaced by 'pymc'"; # Converted to throw 2025-10-29 pymelcloud = throw "'pymelcloud' has been renamed to/replaced by 'python-melcloud'"; # Converted to throw 2025-10-29 PyMVGLive = throw "'PyMVGLive' has been renamed to/replaced by 'pymvglive'"; # Converted to throw 2025-10-29 Loading pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -13654,8 +13654,6 @@ self: super: with self; { pylion = callPackage ../development/python-modules/pylion { }; pylit = callPackage ../development/python-modules/pylit { }; pylitejet = callPackage ../development/python-modules/pylitejet { }; pylitterbot = callPackage ../development/python-modules/pylitterbot { }; Loading Loading
pkgs/development/python-modules/pylit/default.nixdeleted 100644 → 0 +0 −52 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitea, flit-core, pytestCheckHook, }: buildPythonPackage rec { version = "0.8.0"; pname = "pylit"; pyproject = true; src = fetchFromGitea { domain = "codeberg.org"; owner = "milde"; repo = "pylit"; tag = version; hash = "sha256-wr2Gz5DCeCVULe9k/DHd+Jhbfc4q4wSoJrcWaJUvWWw="; # fix hash mismatch on linux/darwin platforms postFetch = '' rm -f $out/doc/logo/py{L,l}it-bold-framed.svg ''; }; # replace legacy nose module with pytest postPatch = '' substituteInPlace test/{pylit,pylit_ui}_test.py \ --replace-fail "import nose" "import pytest" \ --replace-fail "nose.runmodule()" "pytest.main()" ''; build-system = [ flit-core ]; pythonImportsCheck = [ "pylit" ]; nativeCheckInputs = [ pytestCheckHook ]; enabledTestPaths = [ "test" ]; meta = { homepage = "https://codeberg.org/milde/pylit"; description = "Bidirectional text/code converter"; mainProgram = "pylit"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ qbisi ]; }; }
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -335,6 +335,7 @@ mapAliases { PyICU = throw "'PyICU' has been renamed to/replaced by 'pyicu'"; # Converted to throw 2025-10-29 PyLD = throw "'PyLD' has been renamed to/replaced by 'pyld'"; # Converted to throw 2025-10-29 pyliblo = throw "pyliblo is unmaintained upstream and was removed from nixpkgs. Please use pyliblo3 instead"; # added 2025-06-23 pylit = throw "'pylit' has been removed as it was broken and unmaintained upstream"; # Added 2025-11-29 pymc3 = throw "'pymc3' has been renamed to/replaced by 'pymc'"; # Converted to throw 2025-10-29 pymelcloud = throw "'pymelcloud' has been renamed to/replaced by 'python-melcloud'"; # Converted to throw 2025-10-29 PyMVGLive = throw "'PyMVGLive' has been renamed to/replaced by 'pymvglive'"; # Converted to throw 2025-10-29 Loading
pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -13654,8 +13654,6 @@ self: super: with self; { pylion = callPackage ../development/python-modules/pylion { }; pylit = callPackage ../development/python-modules/pylit { }; pylitejet = callPackage ../development/python-modules/pylitejet { }; pylitterbot = callPackage ../development/python-modules/pylitterbot { }; Loading