16 buildPythonPackage rec {
18 version = "1.1.1.post1";
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-elWuVJgW5fyg5S+rjMZtSw5Ls7d1OTPoW0FnZXlANys=";
33 propagatedBuildInputs = [
46 pythonImportsCheck = [
50 __darwinAllowLocalNetworking = true;
53 description = "Library for 2D, 3D, and Lorentz vectors, especially arrays of vectors, to solve common physics problems in a NumPy-like way";
54 homepage = "https://github.com/scikit-hep/vector";
55 changelog = "https://github.com/scikit-hep/vector/releases/tag/v${version}";
56 license = with licenses; [ bsd3 ];
57 maintainers = with maintainers; [ veprbl ];