python39Packages.cffsubr: add pythonImportsCheck, maintainer
This commit is contained in:
committed by
Jonathan Ringer
parent
73fa816bc7
commit
764a467e55
@@ -29,9 +29,12 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "cffsubr" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Standalone CFF subroutinizer based on AFDKO tx";
|
||||
homepage = "https://github.com/adobe-type-tools/cffsubr";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user