Skip to content

Commit 479566b

Browse files
committed
python312Packages.pc-ble-driver-py: drop
1 parent e385a85 commit 479566b

File tree

3 files changed

+1
-66
lines changed

3 files changed

+1
-66
lines changed

pkgs/development/python-modules/pc-ble-driver-py/default.nix

Lines changed: 0 additions & 64 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ mapAliases ({
383383
pathlib = throw "pathlib was removed as it has been integrated in python standard library in version 3.4"; # added 2024-05-13
384384
pathpy = path; # added 2022-04-12
385385
pcbnew-transition = pcbnewtransition; # added 2024-03-21
386+
pc-ble-driver-py = throw "pc-ble-driver-py has been removed because the upstream repository was archived in 2024"; # Added 2024-10-04
386387
pdfposter = throw "pdfposter was promoted to a top-level attribute"; # Added 2023-06-29
387388
pdfminer = pdfminer-six; # added 2022-05-25
388389
pep257 = pydocstyle; # added 2022-04-12

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9746,8 +9746,6 @@ self: super: with self; {
97469746

97479747
pbxproj = callPackage ../development/python-modules/pbxproj { };
97489748

9749-
pc-ble-driver-py = callPackage ../development/python-modules/pc-ble-driver-py { };
9750-
97519749
pcapy-ng = callPackage ../development/python-modules/pcapy-ng {
97529750
inherit (pkgs) libpcap; # Avoid confusion with python package of the same name
97539751
};

0 commit comments

Comments
 (0)