python3Packages.scsgate: drop
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pyserial,
|
||||
pyyaml,
|
||||
setuptools,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scsgate";
|
||||
version = "0.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flavio";
|
||||
repo = "scsgate";
|
||||
tag = version;
|
||||
hash = "sha256-wVzXKOKljENAKppod+guqm+0XMPenLgOsZzMQVTBo+k=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
pyserial
|
||||
pyyaml
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "scsgate" ];
|
||||
|
||||
meta = {
|
||||
description = "Python module to interact with SCSGate";
|
||||
homepage = "https://github.com/flavio/scsgate";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
@@ -587,6 +587,7 @@ mapAliases {
|
||||
scikitimage = throw "'scikitimage' has been renamed to/replaced by 'scikit-image'"; # Converted to throw 2025-10-29
|
||||
scikitlearn = throw "'scikitlearn' has been renamed to/replaced by 'scikit-learn'"; # Converted to throw 2025-10-29
|
||||
scrapy-fake-useragent = throw "scrapy-fake-useragent has been removed because it is incompatible with scrapy >= 2.14"; # Added 2026-01-14
|
||||
scsgate = throw "'scsgate' has been removed because Home Assistant dropped the integration"; # Added 2026-06-04
|
||||
seaserv = throw "seaserv has been removed as it is unmaintained"; # Added 2025-08-21
|
||||
sentry-sdk_2 = throw "'sentry-sdk_2' has been renamed to/replaced by 'sentry-sdk'"; # Converted to throw 2025-10-29
|
||||
setuptools_dso = throw "'setuptools_dso' has been renamed to/replaced by 'setuptools-dso'"; # Converted to throw 2025-10-29
|
||||
|
||||
@@ -17954,8 +17954,6 @@ self: super: with self; {
|
||||
|
||||
scs = callPackage ../development/python-modules/scs { };
|
||||
|
||||
scsgate = callPackage ../development/python-modules/scsgate { };
|
||||
|
||||
scspell = callPackage ../development/python-modules/scspell { };
|
||||
|
||||
scverse-misc = callPackage ../development/python-modules/scverse-misc { };
|
||||
|
||||
Reference in New Issue
Block a user