[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/204: gnu: python-parse-type: Update to 0.6.0, fixing build.
From: |
guix-commits |
Subject: |
169/204: gnu: python-parse-type: Update to 0.6.0, fixing build. |
Date: |
Wed, 20 Apr 2022 02:03:41 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit cd846c45dfa0b11338326b54dab961cdba1c75ee
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 12:52:55 2022 -0400
gnu: python-parse-type: Update to 0.6.0, fixing build.
* gnu/packages/python-xyz.scm (python-parse-type): Update to 0.6.0.
[arguments]: New field.
[native-inputs]: Remove python-pytest-runner and python-setuptools.
---
gnu/packages/python-xyz.scm | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e9aff38ba7..c82d6797ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2956,21 +2956,24 @@ backported for previous versions of Python from 2.4 to
3.3.")
(define-public python-parse-type
(package
(name "python-parse-type")
- (version "0.5.2")
+ (version "0.6.0")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "parse_type" version))
- (sha256
- (base32
- "02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz"))))
+ (method url-fetch)
+ (uri (pypi-uri "parse_type" version))
+ (sha256
+ (base32
+ "07smqnzc9km7sbvxfyx4gdm9njrx58x8grdw6gs4gva81rk3rd10"))))
(build-system python-build-system)
- (propagated-inputs
- (list python-six python-parse))
- (native-inputs
- ;; Use setuptools < 58 to work around
- ;; https://github.com/jenisys/parse_type/issues/17
- (list python-pytest python-pytest-runner python-setuptools))
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv" "-c" "/dev/null")))))))
+ (propagated-inputs (list python-six python-parse))
+ (native-inputs (list python-pytest))
(home-page "https://github.com/jenisys/parse_type")
(synopsis "Extended parse module")
(description
- 140/204: gnu: python-sqlalchemy: Update to 1.4.35., (continued)
- 140/204: gnu: python-sqlalchemy: Update to 1.4.35., guix-commits, 2022/04/20
- 141/204: gnu: Add python-pecan., guix-commits, 2022/04/20
- 142/204: gnu: Add python-aioredis., guix-commits, 2022/04/20
- 152/204: gnu: python-pandas: Build and run tests in parallel., guix-commits, 2022/04/20
- 155/204: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/04/20
- 153/204: gnu: python-pandas: Update to 1.4.2., guix-commits, 2022/04/20
- 157/204: gnu: python-jupyter-server: Update to 1.16.0., guix-commits, 2022/04/20
- 158/204: gnu: python-voila: Update to 0.3.5., guix-commits, 2022/04/20
- 159/204: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/04/20
- 167/204: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., guix-commits, 2022/04/20
- 169/204: gnu: python-parse-type: Update to 0.6.0, fixing build.,
guix-commits <=
- 170/204: gnu: Add python-bson., guix-commits, 2022/04/20
- 171/204: gnu: python-can: Update to 4.0.0., guix-commits, 2022/04/20
- 174/204: gnu: python-celery: Update to 5.2.6 and enable tests., guix-commits, 2022/04/20
- 177/204: gnu: Add python-toolrack., guix-commits, 2022/04/20
- 178/204: gnu: sshoot: Update to 1.5.1., guix-commits, 2022/04/20
- 181/204: gnu: Add python-pyyaml-env-tag., guix-commits, 2022/04/20
- 190/204: gnu: python-miio: Update to 0.5.11., guix-commits, 2022/04/20
- 193/204: gnu: weasyprint: Update to 54.3., guix-commits, 2022/04/20
- 202/204: gnu: python-flask-wtf: Update to 1.0.1., guix-commits, 2022/04/20
- 197/204: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/04/20