~ruther/guix-local

56a15ca05d985b3ec20cf5b9cc4852a26913826f — Sharlatan Hellseher 5 months ago 3aa4a99
gnu: python-types-pytz: Update to 2025.2.0.20250809.

* gnu/packages/python-xyz.scm (python-types-pytz): Update to 2025.2.0.20250809.
[buld-system]: Switch to pyproject-build-system.
[arguments] <tests?>: No tests.
[native-inputs]: Add python-setuptools.

Change-Id: I2793dc8b9ca5156a4e11305e7822c9c66a5b0fb3
1 files changed, 7 insertions(+), 4 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +7 -4
@@ 36514,14 36514,17 @@ collection.")
(define-public python-types-pytz
  (package
    (name "python-types-pytz")
    (version "2023.3.1.1")
    (version "2025.2.0.20250809")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "types-pytz" version))
       (uri (pypi-uri "types_pytz" version))
       (sha256
        (base32 "16mbinqac2fjjh4gqw2940q8ysjqwj0hrvj4p9mqz76l5hcx08yc"))))
    (build-system python-build-system)
        (base32 "1r91pvn1w9rb1395qw8w8k22s7w0wf2qfkl3z1qqiclvlbk34bi2"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? #f))        ;no tests provided
    (native-inputs (list python-setuptools))
    (home-page "https://github.com/python/typeshed")
    (synopsis "Typing stubs for pytz")
    (description "This package contains typing stubs for @code{pytz}, a very