~ruther/guix-local

5d89feb4a7b7c734f1b13ba1520797219f6833f1 — Nicolas Graves 5 months ago e661bca
gnu: nototools: Switch to pyproject.

python-pillow also needs to be propagated, as the package uses
from PIL import image
in its site-packages.

* gnu/packages/fontutils.scm (nototools):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.  Remove python-pillow.
[propagated-inputs]: Add python-pillow.

Change-Id: I98f1704365092d059363b26704462e849ddb62c8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/fontutils.scm
M gnu/packages/fontutils.scm => gnu/packages/fontutils.scm +4 -5
@@ 2033,9 2033,8 @@ UFO3 as described by the UFO font format.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "1sfsmfxcp4kdkra58z274w9cjgyim4by50nxdq60q3z1r5hv9iyj"))))
    (build-system python-build-system)
        (base32 "1sfsmfxcp4kdkra58z274w9cjgyim4by50nxdq60q3z1r5hv9iyj"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:phases


@@ 2047,8 2046,8 @@ UFO3 as described by the UFO font format.")
            (lambda* (#:key tests? #:allow-other-keys)
              (with-directory-excursion "tests"
                (invoke "./run_tests")))))))
    (native-inputs (list python-pillow python-setuptools-scm))
    (propagated-inputs (list python-afdko))
    (native-inputs (list python-setuptools-scm python-setuptools))
    (propagated-inputs (list python-afdko python-pillow))
    (home-page "https://github.com/googlei18n/nototools")
    (synopsis "Noto fonts support tools and scripts")
    (description