11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-ZNUAfkhjmsxD8cH0fR8Htjs+/F/3R9xfe1XgRyndids=";
26 substituteInPlace pyproject.toml \
27 --replace 'requires = ["setuptools", "poetry-core>=1.0.0"]' 'requires = ["poetry-core>=1.0.0"]'
34 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Linear algebra for humans: a very good vector-geometry and linear-algebra toolbelt";
48 homepage = "https://github.com/lace/vg";
49 changelog = "https://github.com/lace/vg/blob/${version}/CHANGELOG.md";
50 license = with licenses; [ bsd2 ];
51 maintainers = with maintainers; [ clerie ];