[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
249/420: gnu: python-cucumber-tag-expressions: Update to 6.1.1.
From: |
guix-commits |
Subject: |
249/420: gnu: python-cucumber-tag-expressions: Update to 6.1.1. |
Date: |
Tue, 26 Nov 2024 16:29:11 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit cff05328a3644de495c8896af1aecda95cd73188
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 6 16:45:44 2024 +0000
gnu: python-cucumber-tag-expressions: Update to 6.1.1.
* gnu/packages/python-check.scm (python-cucumber-tag-expressions): Update
to 6.1.1.
[source]: Swap to git checkout containing tests.
[arguments]<phases>: Add chdir-phython phase.
[home-page]: Fix URL.
[native-inputs]: Remove python-invoke; add python-pytest-html,
python-pyyaml, python-setuptools, python-setuptools-scm, and
python-wheel.
Change-Id: Ia028ae6fa7987194ee50f532209626733b50275a
---
gnu/packages/python-check.scm | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 7fc4fe1a83..f38dded9df 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -302,17 +302,36 @@ are useful when writing automated tests in Python.")
(define-public python-cucumber-tag-expressions
(package
(name "python-cucumber-tag-expressions")
- (version "4.1.0")
+ (version "6.1.1")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "cucumber-tag-expressions" version))
+ (method git-fetch) ;no tests in PyPI archive
+ (uri (git-reference
+ (url "https://github.com/cucumber/tag-expressions")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0q7rn4l4ppjd1zsglr37ccc5xccg4iigaw827282zfzfsvzda573"))))
+ (base32
+ "1hanh7hzxmx0f6fp2ykabsg32snmp8y9pd7s5xix15r1gnn7lvp9"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Project's repository contains go, java, javascript, perl, python
+ ;; and ruby implementations.
+ (add-after 'unpack 'chdir-python
+ (lambda _
+ (chdir "python"))))))
(native-inputs
- (list python-invoke python-pathpy python-pytest))
- (home-page "https://github.com/cucumber/tag-expressions-python")
+ (list python-pathpy
+ python-pytest
+ python-pytest-html
+ python-pyyaml
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (home-page "https://github.com/cucumber/tag-expressions")
(synopsis "Tag-expression parser for cucumber/behave")
(description
"This package provides a tag-expression parser for Cucumber and
- 221/420: gnu: python-websockets: Adjust inputs., (continued)
- 221/420: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/26
- 223/420: gnu: Remove python-mistune-next., guix-commits, 2024/11/26
- 213/420: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/26
- 218/420: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/26
- 222/420: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/26
- 230/420: gnu: Remove python-mrkd., guix-commits, 2024/11/26
- 233/420: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/26
- 234/420: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/26
- 236/420: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/26
- 237/420: gnu: python-optree: Adjust inputs., guix-commits, 2024/11/26
- 249/420: gnu: python-cucumber-tag-expressions: Update to 6.1.1.,
guix-commits <=
- 242/420: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/26
- 241/420: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/26
- 240/420: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/26
- 250/420: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/26
- 244/420: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/26
- 261/420: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/26
- 267/420: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/26
- 260/420: gnu: ytcc: Fix build., guix-commits, 2024/11/26
- 266/420: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/26
- 271/420: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/26