mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python310Packages.blinkstick: Normalize attribute name and pname
This commit is contained in:
parent
7a2ddfb354
commit
34ff0bd1b5
@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "BlinkStick";
|
||||
pname = "blinkstick";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
|
@ -331,7 +331,7 @@
|
||||
blinkpy
|
||||
];
|
||||
"blinksticklight" = ps: with ps; [
|
||||
BlinkStick
|
||||
blinkstick
|
||||
];
|
||||
"bliss_automation" = ps: with ps; [
|
||||
];
|
||||
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user