python311Packages: translate stringy licenses

cc #269788
This commit is contained in:
Martin Weinelt 2023-11-25 10:14:08 +01:00
parent 5719ed6853
commit 4f920540c5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
4 changed files with 5 additions and 5 deletions

View File

@ -32,10 +32,10 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = {
meta = with lib; {
homepage = "https://github.com/pytoolz/cytoolz/";
description = "Cython implementation of Toolz: High performance functional utilities";
license = "licenses.bsd3";
license = licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};
}

View File

@ -31,7 +31,7 @@ import ../pillow/generic.nix (rec {
Currently, Pillow-SIMD can be compiled with SSE4 (default) or AVX2 support.
'';
license = "http://www.pythonware.com/products/pil/license.htm";
license = licenses.hpnd;
maintainers = with maintainers; [ ];
};
} // args )

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for reading and writing collada documents";
homepage = "http://pycollada.github.io/";
license = "BSD"; # they don't specify which BSD variant
license = licenses.bsd3;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bjornfor ];
};

View File

@ -69,7 +69,7 @@ buildPythonPackage rec {
Python 2.5) ctypes library, and is provided under an extremely
liberal BSD-style Open-Source license.
'';
license = "BSD-style";
license = licenses.bsd3;
platforms = platforms.mesaPlatforms;
};