Unverified Commit 53187aea authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.pyfantom: drop (#410839)

parents 4531deee 521560af
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchgit,
}:

buildPythonPackage {
  pname = "pyfantom";
  version = "unstable-2013-12-18";
  format = "setuptools";

  src = fetchgit {
    url = "http://git.ni.fr.eu.org/pyfantom.git";
    sha256 = "1m53n8bxslq5zmvcf7i1xzsgq5bdsf1z529br5ypmj5bg0s86j4q";
  };

  # No tests included
  doCheck = false;

  meta = with lib; {
    homepage = "https://pyfantom.ni.fr.eu.org/";
    description = "Wrapper for the LEGO Mindstorms Fantom Driver";
    license = licenses.gpl2;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -538,6 +538,7 @@ mapAliases ({
  pychef = throw "pychef has been removed because it's been archived upstream and abandoned since 2017."; # added 2022-11-14
  PyChromecast = pychromecast; # added 2023-02-19
  pycryptodome-test-vectors = throw "pycryptodome-test-vectors has been removed because it is an internal package to pycryptodome"; # added 2022-05-28
  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
  pyfftw = throw "pyfftw has been removed because it is unmaintained and broken."; # Added 2024-06-17
  pyflunearyou = pyoutbreaksnearme; # added 2023-02-11
  pyialarmxr = pyialarmxr-homeassistant; # added 2022-06-07
+0 −2
Original line number Diff line number Diff line
@@ -12369,8 +12369,6 @@ self: super: with self; {
  pyfakewebcam = callPackage ../development/python-modules/pyfakewebcam { };
  pyfantom = callPackage ../development/python-modules/pyfantom { };
  pyfatfs = callPackage ../development/python-modules/pyfatfs { };
  pyfcm = callPackage ../development/python-modules/pyfcm { };