python3Packages.py-deprecate: rename to pydeprecate
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "py-deprecate";
|
||||
pname = "pyDeprecate";
|
||||
version = "0.9.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
@@ -421,6 +421,7 @@ mapAliases {
|
||||
push-receiver = throw "push-receiver has been removed since it is unmaintained for 3 years"; # added 2025-05-17
|
||||
pushbullet = throw "'pushbullet' has been renamed to/replaced by 'pushbullet-py'"; # Converted to throw 2025-10-29
|
||||
Pweave = throw "'Pweave' has been renamed to/replaced by 'pweave'"; # Converted to throw 2025-10-29
|
||||
py-deprecate = throw "'py-deprecate' has been renamed to/replaced by 'pydeprecate'"; # Converted to throw 2026-06-19
|
||||
py-eth-sig-utils = throw "py-eth-sig-utils has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-04
|
||||
py-scrypt = scrypt; # added 2025-08-07
|
||||
py_stringmatching = throw "'py_stringmatching' has been renamed to/replaced by 'py-stringmatching'"; # Converted to throw 2025-10-29
|
||||
|
||||
@@ -13415,8 +13415,6 @@ self: super: with self; {
|
||||
|
||||
py-datastruct = callPackage ../development/python-modules/py-datastruct { };
|
||||
|
||||
py-deprecate = callPackage ../development/python-modules/py-deprecate { };
|
||||
|
||||
py-desmume = callPackage ../development/python-modules/py-desmume {
|
||||
inherit (pkgs) libpcap; # Avoid confusion with python package of the same name
|
||||
};
|
||||
@@ -13914,6 +13912,8 @@ self: super: with self; {
|
||||
|
||||
pydenticon = callPackage ../development/python-modules/pydenticon { };
|
||||
|
||||
pydeprecate = callPackage ../development/python-modules/pydeprecate { };
|
||||
|
||||
pydeps = callPackage ../development/python-modules/pydeps { inherit (pkgs) graphviz; };
|
||||
|
||||
pydes = callPackage ../development/python-modules/pydes { };
|
||||
|
||||
Reference in New Issue
Block a user