mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pybktree: Disable tests.
* gnu/packages/python-xyz.scm (python-pybktree)[argumens] <tests?>: No tests. [native-inputs]: Remove python-wheel. Change-Id: I6663ce2a60a78ec89a4b26653546aab9a7fbe256
This commit is contained in:
parent
9aea4bdf01
commit
2605ef607e
1 changed files with 4 additions and 1 deletions
|
@ -29193,6 +29193,7 @@ working with iterables.")
|
||||||
Python.")
|
Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; XXX: Not maintained since 2020.
|
||||||
(define-public python-pybktree
|
(define-public python-pybktree
|
||||||
(package
|
(package
|
||||||
(name "python-pybktree")
|
(name "python-pybktree")
|
||||||
|
@ -29204,7 +29205,9 @@ Python.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0asd2lw9c5l5wi4z24k7gkhlprpdkcvs8d94szk56x9xvmy07h7f"))))
|
(base32 "0asd2lw9c5l5wi4z24k7gkhlprpdkcvs8d94szk56x9xvmy07h7f"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(arguments
|
||||||
|
(list #:tests? #f)) ;no tests provided
|
||||||
|
(native-inputs (list python-setuptools))
|
||||||
(home-page "https://github.com/Jetsetter/pybktree")
|
(home-page "https://github.com/Jetsetter/pybktree")
|
||||||
(synopsis "Pythonic BK-tree data structure")
|
(synopsis "Pythonic BK-tree data structure")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue