python314Packages.chromaprint: drop as it depends on m2r
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
isPy27,
|
||||
m2r,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "chromaprint";
|
||||
version = "0.5";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-d4M+ieNQpIXcnEH1WyIWnTYZe3P+Y58W0uz1uYPwLQE=";
|
||||
};
|
||||
|
||||
buildInputs = [ m2r ];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "chromaprint" ];
|
||||
|
||||
meta = {
|
||||
description = "Facilitate effortless color terminal output";
|
||||
homepage = "https://pypi.org/project/${pname}/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dschrempf
|
||||
peterhoeg
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -131,6 +131,7 @@ mapAliases {
|
||||
cchardet = throw "'cchardet' has been renamed to/replaced by 'faust-cchardet'"; # Converted to throw 2025-10-29
|
||||
characteristic = throw "'characteristic' has been removed because it is no longer maintained upstream"; # Added 2026-01-14
|
||||
chart-studio = throw "'chart-studio' has been removed as it is no longer maintained upstream"; # Added 2026-03-12
|
||||
chromeprint = throw "'chromaprint' was removed as it depended on m2r which was removed."; # Added 2026-05-27
|
||||
cirq-rigetti = throw "cirq-rigetti was removed because it is no longer provided by upstream"; # added 2025-09-13
|
||||
class-registry = throw "'class-registry' has been renamed to/replaced by 'phx-class-registry'"; # Converted to throw 2025-10-29
|
||||
ColanderAlchemy = throw "'ColanderAlchemy' has been renamed to/replaced by 'colanderalchemy'"; # Converted to throw 2025-10-29
|
||||
|
||||
@@ -2745,8 +2745,6 @@ self: super: with self; {
|
||||
|
||||
chromadb = callPackage ../development/python-modules/chromadb { zstd-c = pkgs.zstd; };
|
||||
|
||||
chromaprint = callPackage ../development/python-modules/chromaprint { };
|
||||
|
||||
ci-info = callPackage ../development/python-modules/ci-info { };
|
||||
|
||||
ci-py = callPackage ../development/python-modules/ci-py { };
|
||||
|
||||
Reference in New Issue
Block a user