python3Packages.pyflick: drop

This commit is contained in:
Robert Schütz
2025-12-03 12:12:30 -08:00
parent 2f6f9d63f2
commit e99479e34e
3 changed files with 1 additions and 54 deletions
@@ -1,52 +0,0 @@
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
json-api-doc,
python-dateutil,
setuptools-scm,
setuptools,
}:
buildPythonPackage rec {
pname = "pyflick";
version = "1.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ZephireNZ";
repo = "PyFlick";
tag = "v${version}";
hash = "sha256-JROtklRimr6I1/6+yYaDL6rNGSj7O15nI/C9ZSj6eFo=";
};
pythonRelaxDeps = [ "aiohttp" ];
build-system = [
setuptools
setuptools-scm
];
dependencies = [
aiohttp
json-api-doc
python-dateutil
];
# no tests implemented
doCheck = false;
pythonImportsCheck = [
"pyflick"
"pyflick.authentication"
];
meta = {
description = "Python API For Flick Electric in New Zealand";
homepage = "https://github.com/ZephireNZ/PyFlick";
changelog = "https://github.com/ZephireNZ/PyFlick/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dotlambda ];
};
}
+1
View File
@@ -327,6 +327,7 @@ mapAliases {
pyechonest = throw "pyechonest was removed because it was broken and unmaintained"; # added 2025-08-26
pyezviz = throw "pyeziz has been removed in favor of pyevizapi, where development continues"; # added 2025-06-11
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
pyflick = throw "pyflick was removed because Flick Electric no longer exists"; # added 2025-12-03
pyflunearyou = throw "'pyflunearyou' has been renamed to/replaced by 'pyoutbreaksnearme'"; # Converted to throw 2025-10-29
pygame_sdl2 = throw "'pygame_sdl2' has been renamed to/replaced by 'pygame-sdl2'"; # Converted to throw 2025-10-29
PyGithub = throw "'PyGithub' has been renamed to/replaced by 'pygithub'"; # Converted to throw 2025-10-29
-2
View File
@@ -13289,8 +13289,6 @@ self: super: with self; {
pyflic = callPackage ../development/python-modules/pyflic { };
pyflick = callPackage ../development/python-modules/pyflick { };
pyflipper = callPackage ../development/python-modules/pyflipper { };
pyfluidsynth = callPackage ../development/python-modules/pyfluidsynth { };