gnu: Adsd python-transaction.
* gnu/packages/python-web.scm (python-transaction): New variable.
This commit is contained in:
parent
50566124d1
commit
7d55bc5e2a
1 changed files with 24 additions and 0 deletions
|
@ -4227,3 +4227,27 @@ (define-public python-btrees
|
|||
\"optimistic concurrency\" paradigm, and include explicit resolution of
|
||||
conflicts detected by that mechanism.")
|
||||
(license license:zpl2.1)))
|
||||
|
||||
(define-public python-transaction
|
||||
(package
|
||||
(name "python-transaction")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "transaction" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bdaks31bgfh78wnj3sij24bfysmqk25crsis6amz8kzrc0d82iv"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-zope-interface" ,python-zope-interface)))
|
||||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)
|
||||
("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)))
|
||||
(home-page "https://github.com/zopefoundation/transaction")
|
||||
(synopsis "Transaction management for Python")
|
||||
(description "This package contains a generic transaction implementation
|
||||
for Python. It is mainly used by the ZODB.")
|
||||
(license license:zpl2.1)))
|
||||
|
|
Loading…
Reference in a new issue