[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/242: gnu: python-parse-type: Update to 0.6.0, fixing build.
From: |
guix-commits |
Subject: |
175/242: gnu: python-parse-type: Update to 0.6.0, fixing build. |
Date: |
Wed, 11 May 2022 18:03:23 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit d4499fa1ea0d9c8bad3a50911179f6f286ac4df2
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 d14fca27fc..b3caf6e2db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2958,21 +2958,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
- 155/242: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., (continued)
- 155/242: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/05/11
- 148/242: gnu: Add python-aioredis., guix-commits, 2022/05/11
- 156/242: gnu: python-llvmlite: Update to 0.38.0., guix-commits, 2022/05/11
- 160/242: gnu: python-scikit-learn: Parallelize build and test suite., guix-commits, 2022/05/11
- 159/242: gnu: python-pandas: Update to 1.4.2., guix-commits, 2022/05/11
- 161/242: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/05/11
- 163/242: gnu: python-jupyter-server: Update to 1.16.0., guix-commits, 2022/05/11
- 164/242: gnu: python-voila: Update to 0.3.5., guix-commits, 2022/05/11
- 165/242: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/05/11
- 173/242: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., guix-commits, 2022/05/11
- 175/242: gnu: python-parse-type: Update to 0.6.0, fixing build.,
guix-commits <=
- 178/242: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/05/11
- 166/242: gnu: python-sparqlkernel: Use gexps and fix inputs., guix-commits, 2022/05/11
- 172/242: gnu: python-readme-renderer: Update to 34.0., guix-commits, 2022/05/11
- 176/242: gnu: Add python-bson., guix-commits, 2022/05/11
- 169/242: gnu: xeus: Update to 2.4.1., guix-commits, 2022/05/11
- 185/242: gnu: python-multipart: Fix build with PyYAML 6., guix-commits, 2022/05/11
- 174/242: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/05/11
- 184/242: gnu: sshoot: Update to 1.5.1., guix-commits, 2022/05/11
- 189/242: gnu: Add python-mdx-gh-links., guix-commits, 2022/05/11
- 194/242: gnu: Remove python2-jmespath., guix-commits, 2022/05/11