18 buildPythonPackage rec {
19 pname = "setuptools-rust";
23 disabled = pythonOlder "3.6";
26 pname = "setuptools_rust";
28 hash = "sha256-15A1/FTN+TQunt9LAJSR7KsGw6ZSs3w8E3x7qFVH0+Y=";
41 pythonImportsCheck = [ "setuptools_rust" ];
46 pyo3 = maturin.tests.pyo3.override {
47 format = "setuptools";
48 buildAndTestSubdir = null;
53 rustPlatform.cargoSetupHook
59 # sourceRoot puts Cargo.lock in the wrong place due to the
61 cd examples/word-count
67 description = "Setuptools plugin for Rust support";
68 homepage = "https://github.com/PyO3/setuptools-rust";
69 changelog = "https://github.com/PyO3/setuptools-rust/releases/tag/v${version}";
70 license = licenses.mit;