Merge pull request #254170 from JamieMagee/anel-pwrctrl-homeassistant
python311Packages.anel-pwrctrl-homeassistant: init at 0.0.1.dev2
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "anel-pwrctrl-homeassistant";
|
||||
version = "0.0.1.dev2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "anel_pwrctrl-homeassistant";
|
||||
hash = "sha256-AcsnYD9CeGAarm5QdweUF6CUFwUywhfmU46NG8+Cm4s=";
|
||||
};
|
||||
|
||||
# No tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"anel_pwrctrl"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Discover and control ANEL NET-PwrCtrl devices";
|
||||
homepage = "https://github.com/mweinelt/anel-pwrctrl";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [jamiemagee];
|
||||
};
|
||||
}
|
||||
@@ -157,7 +157,8 @@
|
||||
androidtvremote2
|
||||
];
|
||||
"anel_pwrctrl" = ps: with ps; [
|
||||
]; # missing inputs: anel-pwrctrl-homeassistant
|
||||
anel-pwrctrl-homeassistant
|
||||
];
|
||||
"anova" = ps: with ps; [
|
||||
]; # missing inputs: anova-wifi
|
||||
"anthemav" = ps: with ps; [
|
||||
|
||||
@@ -512,6 +512,8 @@ self: super: with self; {
|
||||
|
||||
androguard = callPackage ../development/python-modules/androguard { };
|
||||
|
||||
anel-pwrctrl-homeassistant = callPackage ../development/python-modules/anel-pwrctrl-homeassistant { };
|
||||
|
||||
angr = callPackage ../development/python-modules/angr { };
|
||||
|
||||
angrcli = callPackage ../development/python-modules/angrcli {
|
||||
|
||||
Reference in New Issue
Block a user