From 0f39ab356e7cfbf68b4fc0fb97a396859623c223 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 18 Oct 2025 23:34:58 +0100 Subject: [PATCH] gnu: python-typeapi: Update to 2.2.4. * gnu/packages/python-xyz.scm (python-typeapi): Update to 2.2.4. [arguments] : Remove 'patch-build-system. [native-inputs]: Remove python-poetry-core; add python-hatchling. Change-Id: I91e3dd6135f1cfd42127a1f93326b06de9475f47 --- gnu/packages/python-xyz.scm | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5310415ac3c9880840c302c81a6e9ef4fcaf6ef5..b455473d745c3f945845801b5666d03f03b2069a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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