Skip to content

Commit 191cb1c

Browse files
committed
python313Packages.ciscoconfparse: remove
Was archied by upstream
1 parent 4a9d902 commit 191cb1c

File tree

3 files changed

+1
-76
lines changed

3 files changed

+1
-76
lines changed

pkgs/development/python-modules/ciscoconfparse/default.nix

Lines changed: 0 additions & 74 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
@@ -122,6 +122,7 @@ mapAliases ({
122122
chia-rs = throw "chia-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
123123
class-registry = phx-class-registry; # added 2021-10-05
124124
cirq-ft = throw "cirq-ft is not longer provieded by cirq upstream"; # added 2024-08-31
125+
ciscoconfparse = throw "ciscoconfparse was archived by upstream, use ciscoconfparse2"; # added 2025-03-08
125126
cld2-cffi = throw "cld2-cffi has been removed, as the last release was in 2016"; # added 2024-05-20
126127
clvm = throw "clvm has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
127128
clvm-rs = throw "clvm-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26

pkgs/top-level/python-packages.nix

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

23632363
cirq-web = callPackage ../development/python-modules/cirq-web { };
23642364

2365-
ciscoconfparse = callPackage ../development/python-modules/ciscoconfparse { };
2366-
23672365
ciscoconfparse2 = callPackage ../development/python-modules/ciscoconfparse2 { };
23682366

23692367
ciscomobilityexpress = callPackage ../development/python-modules/ciscomobilityexpress { };

0 commit comments

Comments
 (0)