~ruther/guix-local

0f39ab356e7cfbf68b4fc0fb97a396859623c223 — Sharlatan Hellseher 5 months ago 17dbec8
gnu: python-typeapi: Update to 2.2.4.

* gnu/packages/python-xyz.scm (python-typeapi): Update to 2.2.4.
[arguments] <phases>: Remove 'patch-build-system.
[native-inputs]: Remove python-poetry-core; add python-hatchling.

Change-Id: I91e3dd6135f1cfd42127a1f93326b06de9475f47
1 files changed, 4 insertions(+), 10 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -10
@@ 23116,25 23116,19 @@ feels like an AST.")
(define-public python-typeapi
  (package
    (name "python-typeapi")
    (version "2.1.1")
    (version "2.2.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "typeapi" version))
       (sha256
        (base32 "1652fc04gn6nkw8izim0g7v586f64fla6clinp5xq9rf739w3cs9"))))
        (base32 "0yzx10cn33gxqvs33vwdf0f959hbkir4yzjp42imf28ca9khga6s"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:tests? #false                   ;there are none
      #:phases
      '(modify-phases %standard-phases
         (add-after 'unpack 'patch-build-system
           (lambda _
             (substitute* "pyproject.toml"
               (("^docs =.*") "docs = []\n")))))))
      #:tests? #false)) ;there are none
    (propagated-inputs (list python-typing-extensions))
    (native-inputs (list python-poetry-core))
    (native-inputs (list python-hatchling))
    (home-page "https://pypi.org/project/typeapi/")
    (synopsis "Type hints")
    (description "The typeapi package provides an object-oriented interface