python310Packages.colanderalchemy: Normalize attribute and pname

This commit is contained in:
Martin Weinelt 2023-02-19 16:26:15 +00:00
parent 34ff0bd1b5
commit 0b0d92d893
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
}:
buildPythonPackage rec {
pname = "ColanderAlchemy";
pname = "colanderclchemy";
version = "0.3.4";
src = fetchPypi {

View File

@ -52,6 +52,7 @@ mapAliases ({
carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
class-registry = phx-class-registry; # added 2021-10-05
codespell = throw "codespell has been promoted to a top-level attribute"; # Added 2022-10-02
ColanderAlchemy = colanderalchemy; # added 2023-02-19
ConfigArgParse = configargparse; # added 2021-03-18
cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14
cryptography_vectors = "cryptography_vectors is no longer exposed in python*Packages because it is used for testing cryptography only."; # Added 2022-03-23

View File

@ -1911,7 +1911,7 @@ self: super: with self; {
coinmetrics-api-client = callPackage ../development/python-modules/coinmetrics-api-client { };
ColanderAlchemy = callPackage ../development/python-modules/colanderalchemy { };
colanderalchemy = callPackage ../development/python-modules/colanderalchemy { };
colander = callPackage ../development/python-modules/colander { };