python310Packages.blinkstick: Normalize attribute name and pname

This commit is contained in:
Martin Weinelt 2023-02-19 16:24:37 +00:00
parent 7a2ddfb354
commit 34ff0bd1b5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
4 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
}:
buildPythonPackage rec {
pname = "BlinkStick";
pname = "blinkstick";
version = "1.2.0";
src = fetchPypi {

View File

@ -331,7 +331,7 @@
blinkpy
];
"blinksticklight" = ps: with ps; [
BlinkStick
blinkstick
];
"bliss_automation" = ps: with ps; [
];

View File

@ -44,6 +44,7 @@ mapAliases ({
Babel = babel; # added 2022-05-06
bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
bitcoin-price-api = throw "bitcoin-price-api has been removed, it was using setuptools 2to3 translation feautre, which has been removed in setuptools 58"; # added 2022-02-15
BlinkStick = blinkstick; # added 2023-02-19
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
bsblan = python-bsblan; # added 2022-11-04
bt_proximity = bt-proximity; # added 2021-07-02

View File

@ -1324,7 +1324,7 @@ self: super: with self; {
blinkpy = callPackage ../development/python-modules/blinkpy { };
BlinkStick = callPackage ../development/python-modules/blinkstick { };
blinkstick = callPackage ../development/python-modules/blinkstick { };
blis = callPackage ../development/python-modules/blis { };