guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: gnu: python-packaging: Add comment about upstream patch status.


From: guix-commits
Subject: 01/16: gnu: python-packaging: Add comment about upstream patch status.
Date: Mon, 20 Jan 2020 17:00:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 20bf58bff470bfacb16cb5c1fd731c707f8dd077
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 16 22:06:54 2020 +0100

    gnu: python-packaging: Add comment about upstream patch status.
    
    * gnu/packages/python-xyz.scm (python-packaging)[source]: Add comment, to
    prevent needless rebuild by updating the patch directly.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 617c3b4..dce1ddd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13059,6 +13059,8 @@ several utilities, as well as an API for building 
localization tools.")
       (origin
         (method url-fetch)
         (uri (pypi-uri "packaging" version))
+        ;; XXX: The URL in the patch file is wrong, it should be
+        ;; <https://github.com/pypa/packaging/pull/256>.
         (patches (search-patches "python-packaging-test-arch.patch"))
         (sha256
          (base32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]