mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gssapi: Update to 1.10.0.
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.10.0. [build-system]: Switch to pyproject-build-system. [arguments] <test-flags>: Add '--pyargs' option to tests against installed library. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-nose; add python-pytest and python-setuptools. Change-Id: I517b2ecf9527f15dc54c08186a51569f6a730586
This commit is contained in:
parent
609fa71246
commit
a01b6bbc07
1 changed files with 13 additions and 10 deletions
|
@ -32489,23 +32489,26 @@ tests.")
|
|||
(define-public python-gssapi
|
||||
(package
|
||||
(name "python-gssapi")
|
||||
(version "1.8.2")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gssapi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16n86nr19s95czvc1a9mdhs1kiq77qkcjp2c1rk5h4f93h10m3mp"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-decorator python-six))
|
||||
(base32 "0qvpsx5kq746gixa7phxikkxmir3wy5dj94phg93mvhbq86mwjgi"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-flags #~(list "--pyargs" "gssapi")))
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-k5test
|
||||
python-parameterized
|
||||
python-pytest
|
||||
python-setuptools))
|
||||
(inputs
|
||||
(list mit-krb5))
|
||||
;; for tests
|
||||
(native-inputs
|
||||
(list python-parameterized python-k5test python-nose
|
||||
python-cython))
|
||||
(propagated-inputs
|
||||
(list python-decorator))
|
||||
(home-page "https://github.com/pythongssapi/python-gssapi")
|
||||
(synopsis "Python GSSAPI Wrapper")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue