guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d37e573749bdd5f45d55d146d1f9b607e5936908
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 15:53:27 2026 +0000

    gnu: python-nptyping: Use python-numpy-1, fix build.
    
    * gnu/packages/python-check.scm (python-nptyping):
      [phases]{set-source-date-epch}: Remove phase.
      [propagated-inputs]: Remove python-numpy; add python-numpy-1.
      [native-inputs]: Remove python-wheel.
    
    Change-Id: I37652688828425963004c22aff287f76e88f5be1
---
 gnu/packages/python-check.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 30e639307b..267318aa91 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1955,24 +1955,16 @@ Python file for configuration.")
          ;; This one fails with "Unexpected argument of type <class 'tuple'>".
          "--ignore=tests/test_typeguard.py"
          ;; This one runs pip and fails.
-         "--ignore=tests/test_wheel.py")
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-before 'build 'set-source-date-epoch
-            (lambda _
-              ;; Otherwise the wheel building test would fail with "ZIP does
-              ;; not support timestamps before 1980".
-              (setenv "SOURCE_DATE_EPOCH" "315532800"))))))
+         "--ignore=tests/test_wheel.py")))
     (native-inputs
      (list python-beartype
            python-feedparser
            python-pandas
            python-pytest
            python-setuptools
-           python-typeguard
-           python-wheel))
+           python-typeguard))
     (propagated-inputs
-     (list python-numpy
+     (list python-numpy-1
            python-typing-extensions
            python-pandas-stubs))
     (home-page "https://github.com/ramonhagenaars/nptyping";)

Reply via email to