Skip to content

Commit 3e63b6e

Browse files
authored
python312Packages.pc-ble-driver-py: drop (#346561)
2 parents 3bf7da1 + 479566b commit 3e63b6e

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
@@ -388,6 +388,7 @@ mapAliases ({
388388
pathlib = throw "pathlib was removed as it has been integrated in python standard library in version 3.4"; # added 2024-05-13
389389
pathpy = path; # added 2022-04-12
390390
pcbnew-transition = pcbnewtransition; # added 2024-03-21
391+
pc-ble-driver-py = throw "pc-ble-driver-py has been removed because the upstream repository was archived in 2024"; # Added 2024-10-04
391392
pdfposter = throw "pdfposter was promoted to a top-level attribute"; # Added 2023-06-29
392393
pdfminer = pdfminer-six; # added 2022-05-25
393394
pdfx = throw "pdfx has been removed because the upstream repository was archived in 2023"; # Added 2024-10-04

pkgs/top-level/python-packages.nix

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

97399739
pbxproj = callPackage ../development/python-modules/pbxproj { };
97409740

9741-
pc-ble-driver-py = callPackage ../development/python-modules/pc-ble-driver-py { };
9742-
97439741
pcapy-ng = callPackage ../development/python-modules/pcapy-ng {
97449742
inherit (pkgs) libpcap; # Avoid confusion with python package of the same name
97459743
};

0 commit comments

Comments
 (0)