python3Packages.pyfantom: drop (#410839)

This commit is contained in:
Martin Weinelt
2025-05-25 19:22:16 +02:00
committed by GitHub
3 changed files with 1 additions and 27 deletions
@@ -1,25 +0,0 @@
{
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
View File
@@ -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
-2
View File
@@ -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 { };