mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-transaction: Update to 5.0.
* gnu/packages/python-web.scm (python-transaction): Update to 5.0. [build-system]: Use pyproject. [native-inputs]: Remove python-coverage, python-mock, and python-nose; add python-pytest and python-setuptools. Change-Id: I4581b1994856439917cff67bcc9afb523bc5916d
This commit is contained in:
parent
8b7ae279bb
commit
836da26607
1 changed files with 10 additions and 10 deletions
|
@ -9341,19 +9341,19 @@ conflicts detected by that mechanism.")
|
|||
(define-public python-transaction
|
||||
(package
|
||||
(name "python-transaction")
|
||||
(version "3.0.0")
|
||||
(version "5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "transaction" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bdaks31bgfh78wnj3sij24bfysmqk25crsis6amz8kzrc0d82iv"))))
|
||||
(build-system python-build-system)
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "transaction" version))
|
||||
(sha256
|
||||
(base32 "0x0i5graxb93aa8bwf5rmm9zq7d7r6q2b4pw358wph5whbbpnvhh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-zope-interface))
|
||||
(native-inputs
|
||||
(list python-coverage python-mock python-nose))
|
||||
(home-page "https://github.com/zopefoundation/transaction")
|
||||
(synopsis "Transaction management for Python")
|
||||
(description "This package contains a generic transaction implementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue