Loading pkgs/by-name/ma/maturin/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -31,9 +31,8 @@ rustPlatform.buildRustPackage rec { passthru.tests.pyo3 = callPackage ./pyo3-test { }; meta = with lib; { meta = { description = "Build and publish Rust crates Python packages"; mainProgram = "maturin"; longDescription = '' Build and publish Rust crates with PyO3, rust-cpython, and cffi bindings as well as Rust binaries as Python packages. Loading @@ -44,10 +43,11 @@ rustPlatform.buildRustPackage rec { ''; homepage = "https://github.com/PyO3/maturin"; changelog = "https://github.com/PyO3/maturin/blob/v${version}/Changelog.md"; license = with licenses; [ license = with lib.licenses; [ asl20 # or mit ]; maintainers = with maintainers; [ getchoo ]; maintainers = with lib.maintainers; [ getchoo ]; mainProgram = "maturin"; }; } pkgs/by-name/ma/maturin/pyo3-test/generic.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,10 +40,10 @@ python.pkgs.buildPythonPackage rec { pythonImportsCheck = [ "word_count" ]; meta = with lib; { meta = { description = "PyO3 word count example"; homepage = "https://github.com/PyO3/pyo3"; license = licenses.asl20; license = lib.licenses.asl20; maintainers = [ ]; }; } Loading
pkgs/by-name/ma/maturin/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -31,9 +31,8 @@ rustPlatform.buildRustPackage rec { passthru.tests.pyo3 = callPackage ./pyo3-test { }; meta = with lib; { meta = { description = "Build and publish Rust crates Python packages"; mainProgram = "maturin"; longDescription = '' Build and publish Rust crates with PyO3, rust-cpython, and cffi bindings as well as Rust binaries as Python packages. Loading @@ -44,10 +43,11 @@ rustPlatform.buildRustPackage rec { ''; homepage = "https://github.com/PyO3/maturin"; changelog = "https://github.com/PyO3/maturin/blob/v${version}/Changelog.md"; license = with licenses; [ license = with lib.licenses; [ asl20 # or mit ]; maintainers = with maintainers; [ getchoo ]; maintainers = with lib.maintainers; [ getchoo ]; mainProgram = "maturin"; }; }
pkgs/by-name/ma/maturin/pyo3-test/generic.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,10 +40,10 @@ python.pkgs.buildPythonPackage rec { pythonImportsCheck = [ "word_count" ]; meta = with lib; { meta = { description = "PyO3 word count example"; homepage = "https://github.com/PyO3/pyo3"; license = licenses.asl20; license = lib.licenses.asl20; maintainers = [ ]; }; }