python39Packages.ufoLib2: add pythonImportsCheck, add maintainer

This commit is contained in:
Sandro Jäckel 2022-01-31 13:29:57 +01:00 committed by Jonathan Ringer
parent d9c1a97107
commit 667edc48e2

View File

@ -29,9 +29,12 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "ufoLib2" ];
meta = with lib; {
description = "Library to deal with UFO font sources";
homepage = "https://github.com/fonttools/ufoLib2";
license = licenses.mit;
maintainers = with maintainers; [ jtojnar ];
};
}