python3Packages.pyfantom: drop (#410839)

authored by Martin Weinelt and committed by GitHub 53187aea 4531deee

+1 -27
-25
pkgs/development/python-modules/pyfantom/default.nix
··· 1 - { 2 - lib, 3 - buildPythonPackage, 4 - fetchgit, 5 - }: 6 - 7 - buildPythonPackage { 8 - pname = "pyfantom"; 9 - version = "unstable-2013-12-18"; 10 - format = "setuptools"; 11 - 12 - src = fetchgit { 13 - url = "http://git.ni.fr.eu.org/pyfantom.git"; 14 - sha256 = "1m53n8bxslq5zmvcf7i1xzsgq5bdsf1z529br5ypmj5bg0s86j4q"; 15 - }; 16 - 17 - # No tests included 18 - doCheck = false; 19 - 20 - meta = with lib; { 21 - homepage = "https://pyfantom.ni.fr.eu.org/"; 22 - description = "Wrapper for the LEGO Mindstorms Fantom Driver"; 23 - license = licenses.gpl2; 24 - }; 25 - }
+1
pkgs/top-level/python-aliases.nix
··· 538 538 pychef = throw "pychef has been removed because it's been archived upstream and abandoned since 2017."; # added 2022-11-14 539 539 PyChromecast = pychromecast; # added 2023-02-19 540 540 pycryptodome-test-vectors = throw "pycryptodome-test-vectors has been removed because it is an internal package to pycryptodome"; # added 2022-05-28 541 + pyfantom = throw "pyfantom has been removed because it does not work with python3 and has not been updated for 12 years"; # added 2025-03-25 541 542 pyfftw = throw "pyfftw has been removed because it is unmaintained and broken."; # Added 2024-06-17 542 543 pyflunearyou = pyoutbreaksnearme; # added 2023-02-11 543 544 pyialarmxr = pyialarmxr-homeassistant; # added 2022-06-07
-2
pkgs/top-level/python-packages.nix
··· 12369 12369 12370 12370 pyfakewebcam = callPackage ../development/python-modules/pyfakewebcam { }; 12371 12371 12372 - pyfantom = callPackage ../development/python-modules/pyfantom { }; 12373 - 12374 12372 pyfatfs = callPackage ../development/python-modules/pyfatfs { }; 12375 12373 12376 12374 pyfcm = callPackage ../development/python-modules/pyfcm { };