Loading pkgs/development/python-modules/cytoolz/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; } pkgs/development/python-modules/paypalrestsdk/default.nixdeleted 100644 → 0 +0 −20 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi , requests, six, pyopenssl }: buildPythonPackage rec { pname = "paypalrestsdk"; version = "1.13.2"; src = fetchPypi { inherit pname version; sha256 = "sha256-kZUfNtsw1oW5ceFASYSRo1bPHfjv9xZWYDrKTtcs81o="; }; propagatedBuildInputs = [ requests six pyopenssl ]; meta = { homepage = "https://developer.paypal.com/"; description = "Python APIs to create, process and manage payment"; license = "PayPal SDK License"; }; } pkgs/development/python-modules/pillow-simd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) pkgs/development/python-modules/pycollada/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading pkgs/development/python-modules/pyopengl/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading
pkgs/development/python-modules/cytoolz/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; }
pkgs/development/python-modules/paypalrestsdk/default.nixdeleted 100644 → 0 +0 −20 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi , requests, six, pyopenssl }: buildPythonPackage rec { pname = "paypalrestsdk"; version = "1.13.2"; src = fetchPypi { inherit pname version; sha256 = "sha256-kZUfNtsw1oW5ceFASYSRo1bPHfjv9xZWYDrKTtcs81o="; }; propagatedBuildInputs = [ requests six pyopenssl ]; meta = { homepage = "https://developer.paypal.com/"; description = "Python APIs to create, process and manage payment"; license = "PayPal SDK License"; }; }
pkgs/development/python-modules/pillow-simd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 )
pkgs/development/python-modules/pycollada/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading
pkgs/development/python-modules/pyopengl/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading