~ruther/guix-local

46f31fc8130ab386046241b712d5ab8124e9a110 — Maxim Cournoyer 6 months ago 050ec09
gnu: python-fontparts-bootstrap: Update to 0.13.3.

* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.13.3.
[source]: Adjust URI.
[native-inputs]: Remove unzip.

Change-Id: I81096277898f8b337bdb54fc23d3b8ac433b6426
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/fontutils.scm
M gnu/packages/fontutils.scm => gnu/packages/fontutils.scm +4 -5
@@ 708,13 708,13 @@ implementing the pen protocol for manipulating glyphs.")
  (hidden-package
   (package
     (name "python-fontparts-bootstrap")
     (version "0.11.0")
     (version "0.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fontParts" version ".zip"))
        (uri (pypi-uri "fontparts" version ".tar.gz"))
        (sha256
         (base32 "0j4h8hszky639gmfy1avmw670y80ya49kca8yc635h5ihl0c3v8x"))))
         (base32 "0ddyfa975hskaip6l4hn7n2jh50y5s0pw911phyx2fsws54pw5s7"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:test-backend #~'custom


@@ 726,8 726,7 @@ implementing the pen protocol for manipulating glyphs.")
            python-fonttools-minimal))
     (native-inputs
      (list python-setuptools
            python-setuptools-scm
            unzip))
            python-setuptools-scm))
     (home-page "https://github.com/robotools/fontParts")
     (synopsis "Library for interacting with font parts")
     (description "FontParts is an @acronym{API, Application Programming