all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63760] [PATCH] gnu: python-absl-py: Update to 1.4.0.
@ 2023-05-27 18:21 Felix Gruber
  2023-06-12 19:20 ` bug#63760: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2023-05-27 18:21 UTC (permalink / raw)
  To: 63760; +Cc: Felix Gruber

* gnu/packages/python-xyz.scm (python-absl-py): Update to 1.4.0.
[arguments]: Remove 'patch-version-check phase.
[propagated-inputs]: Remove python-six.
---
 gnu/packages/python-xyz.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f7e3f6f538..e3298721f4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25257,26 +25257,15 @@ (define-public python-precis-i18n
 (define-public python-absl-py
   (package
     (name "python-absl-py")
-    (version "0.6.1")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "absl-py" version))
        (sha256
         (base32
-         "1mp9lk0b2qa37b7y6ak4lvf6ifw2ylyy6bkf9ik77md3j4xrwlc7"))))
+         "0ga3b0m8lfsv1m3260p83lhis52yvz3d42q8gip4gfj823849hnj"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      '(modify-phases %standard-phases
-         (add-after 'unpack 'patch-version-check
-           (lambda _
-             ;; Python 3.10 is indeed more recent than Python 3.4.
-             (substitute* "setup.py"
-               ((" or py_version\\[0\\] == '3'.*") ":")))))))
-    (propagated-inputs
-     (list python-six))
     (home-page "https://github.com/abseil/abseil-py")
     (synopsis "Abseil Python common libraries")
     (description

base-commit: b96b82bcd4bc24529941ff74a91432481f1a71b5
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63760: [PATCH] gnu: python-absl-py: Update to 1.4.0.
  2023-05-27 18:21 [bug#63760] [PATCH] gnu: python-absl-py: Update to 1.4.0 Felix Gruber
@ 2023-06-12 19:20 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:20 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 63760-done

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]


Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/python-xyz.scm (python-absl-py): Update to 1.4.0.
> [arguments]: Remove 'patch-version-check phase.
> [propagated-inputs]: Remove python-six.
> ---
>  gnu/packages/python-xyz.scm | 15 ++-------------
>  1 file changed, 2 insertions(+), 13 deletions(-)

Thanks for the patch, I've pushed it to master as
e2f25b79cbcafe0df350caaa5180ca2d542ff72d.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-27 18:21 [bug#63760] [PATCH] gnu: python-absl-py: Update to 1.4.0 Felix Gruber
2023-06-12 19:20 ` bug#63760: " Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.