mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-proteus: Update to 7.4.1.
* gnu/packages/tryton.scm (python-proteus): Update to 7.4.1. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: If55502eb1dd95f8e8d95c6238f81e3eca24dfe38
This commit is contained in:
committed by
Andreas Enge
parent
947c94ac51
commit
27ed080daa
@@ -162,19 +162,20 @@ and security.")
|
||||
(define-public python-proteus
|
||||
(package
|
||||
(name "python-proteus")
|
||||
(version "6.2.3")
|
||||
(version "7.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "proteus" version))
|
||||
(sha256
|
||||
(base32 "0xx8kqzgs66rgz6bk5favnjs0akz6znz81vmjwpwp2wpq7094fsr"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "1q3d0hkvmfsmxbx2qqp8zpslyy11mzwh0q2dkrh958yfyrzi1550"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; Tests require python-trytond-party which requires python-proteus.
|
||||
(arguments
|
||||
`(#:tests? #f))
|
||||
(propagated-inputs
|
||||
(list python-dateutil python-defusedxml))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "http://www.tryton.org/")
|
||||
(synopsis "Library to access a Tryton server as a client")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user