python3Packages.ancpbids: rename from ancp-bids

The project name (e.g. on PyPI) is ancpbids.
This commit is contained in:
Robert Schütz
2026-07-08 19:20:38 -07:00
parent 4752f97962
commit b72cbb85d8
3 changed files with 3 additions and 2 deletions
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "ancp-bids";
pname = "ancpbids";
version = "0.3.1";
pyproject = true;
+1
View File
@@ -86,6 +86,7 @@ mapAliases {
amazon-kclpy = throw "amazon-kclpy has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-03
amazon_kclpy = throw "'amazon_kclpy' has been renamed to/replaced by 'amazon-kclpy'"; # Converted to throw 2025-10-29
amqplib = throw "amqplib has been removed as it was unmaintained upstream"; # Added 2025-11-22
ancp-bids = ancpbids; # added 2026-06-18
ansiconv = throw "ansiconv has been removed because it was archived upstream"; # Added 2026-01-14
ansiwrap = throw "ansiwrap has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-03
apkit = throw "apkit was removed because it is unmaintained upstream and different from apkit on PyPI"; # added 2025-09-13
+1 -1
View File
@@ -1069,7 +1069,7 @@ self: super: with self; {
anchor-kr = callPackage ../development/python-modules/anchor-kr { };
ancp-bids = callPackage ../development/python-modules/ancp-bids { };
ancpbids = callPackage ../development/python-modules/ancpbids { };
androguard = callPackage ../development/python-modules/androguard { };