guix-commits
[Top][All Lists]
Advanced

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

14/21: gnu: python-parse-type: Update to 0.5.2.


From: guix-commits
Subject: 14/21: gnu: python-parse-type: Update to 0.5.2.
Date: Tue, 18 Jan 2022 13:38:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 206c79df39a0cc6777c6ba5cac68ee1b7d5f285e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 18 17:42:58 2022 +0100

    gnu: python-parse-type: Update to 0.5.2.
    
    * gnu/packages/python-xyz.scm (python-parse-type): Update to 0.5.2.
    [native-inputs]: Add PYTHON-SETUPTOOLS.
---
 gnu/packages/python-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a0295fde8..88d16567aa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2871,19 +2871,21 @@ backported for previous versions of Python from 2.4 to 
3.3.")
 (define-public python-parse-type
   (package
     (name "python-parse-type")
-    (version "0.4.2")
+    (version "0.5.2")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "parse_type" version))
       (sha256
        (base32
-        "0g3b6gsdwnm8dpkh2vn34q6dzxm9gl908ggyzcv31n9xbp3vv5pm"))))
+        "02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-six python-parse))
     (native-inputs
-     (list python-pytest python-pytest-runner))
+     ;; Use setuptools < 58 to work around
+     ;; https://github.com/jenisys/parse_type/issues/17
+     (list python-pytest python-pytest-runner python-setuptools))
     (home-page "https://github.com/jenisys/parse_type";)
     (synopsis "Extended parse module")
     (description



reply via email to

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