noto-fonts: remove unused black, update meta

This commit is contained in:
Sandro Jäckel 2022-09-02 15:16:33 +02:00
parent f6d144637c
commit c5b5bcd786
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -1,5 +1,5 @@
{ fetchFromGitHub, lib, buildPythonPackage, pythonOlder
, afdko, appdirs, attrs, black, booleanoperations, brotlipy, click
, afdko, appdirs, attrs, booleanoperations, brotlipy, click
, defcon, fontmath, fontparts, fontpens, fonttools, lxml
, mutatormath, pathspec, psautohint, pyclipper, pytz, regex, scour
, toml, typed-ast, ufonormalizer, ufoprocessor, unicodedata2, zopfli
@ -28,7 +28,6 @@ buildPythonPackage rec {
afdko
appdirs
attrs
black
booleanoperations
brotlipy
click
@ -70,9 +69,10 @@ buildPythonPackage rec {
cp -r third_party $out
'';
meta = {
meta = with lib; {
description = "Noto fonts support tools and scripts plus web site generation";
license = lib.licenses.asl20;
homepage = "https://github.com/googlefonts/nototools";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};
}