1 { buildPythonPackage, pytest, lib, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "00jil4q3b17qml6azim7s7zar6qb1vhsf0g888y637m23bpms11f";
12 checkInputs = [ pytest ];
13 checkPhase = "py.test";
16 description = "Matrices describing affine transformation of the plane";
17 license = licenses.bsd3;
18 homepage = "https://github.com/sgillies/affine";
19 maintainers = with maintainers; [ mredaelli ];