mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cykhash: Disalbe tests.
* gnu/packages/python-xyz.scm (python-cykhash)[arguments] <tests?>: No tests in PyPI, git does not provide 2.0.1 tag or any newer. [native-inputs]: Remove python-wheel. Change-Id: Id356556121023a1ad3077d190d0f153de903a91a
This commit is contained in:
parent
492bfd2b21
commit
884fe1b5ab
1 changed files with 5 additions and 3 deletions
|
@ -10397,9 +10397,11 @@ provides additional functionality on the produced Mallard documents.")
|
|||
(sha256
|
||||
(base32 "1xwpxff4whfvkwvcyhzhdcj5zzq89vvdjmnqy664s4a9yp4lnydl"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-cython
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests in PyPI, 2.0.1 is not tagged in git
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/realead/cykhash")
|
||||
(synopsis "Khash-sets and maps")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue