unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 62350@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#62350] [PATCH 1/2] gnu: python-typing-extensions: Update to 4.5.0.
Date: Tue, 21 Mar 2023 19:20:24 +0000	[thread overview]
Message-ID: <20230321192025.101040-1-code@greghogan.com> (raw)
In-Reply-To: <20230321190445.56256-1-code@greghogan.com>

See https://github.com/python/typing/tree/master/typing_extensions for
notice about repository change.

* gnu/packages/python-xyz.scm (python-typing-extensions): Update to 4.5.0.
[source]: Update repository URL.
[arguments](%standard-phases): Remove 'enter-source-directory'.
---
 gnu/packages/python-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac10290237..e3778b0a44 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22533,26 +22533,23 @@ (define-public python-typeguard
 (define-public python-typing-extensions
   (package
     (name "python-typing-extensions")
-    (version "4.0.1")
+    (version "4.5.0")
     (source (origin
               ;; The test script is missing from the PyPI archive.
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/python/typing")
+                    (url "https://github.com/python/typing_extensions")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0a35fh5wk9s538x0w3dz95y0avnhd2srzyv9s1a372711n8hdl4p"))))
+                "1fymg0hirbmv51avwv17s426hi8bwg0pq8yjci1n7qzr2p3dp3my"))))
     (build-system python-build-system)
     (arguments
      (list
       #:tests? #f       ;requires Python's test module, not available in Guix
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'enter-source-directory
-            (lambda _
-              (chdir "typing_extensions")))
           ;; XXX: PEP 517 manual build copied from python-isort.
           (replace 'build
             (lambda _
-- 
2.40.0





  reply	other threads:[~2023-03-21 19:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21 19:04 [bug#62350] [PATCH 0/2] Update python-numpy-next Greg Hogan
2023-03-21 19:20 ` Greg Hogan [this message]
2023-03-21 19:20   ` [bug#62350] [PATCH 2/2] gnu: python-numpy-next: Update to 1.24.2 Greg Hogan
     [not found] ` <handler.62350.B.167942598423474.ack@debbugs.gnu.org>
2023-05-11 20:54   ` bug#62350: Acknowledgement ([PATCH 0/2] Update python-numpy-next.) Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230321192025.101040-1-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=62350@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).