mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-extruct: Update to 0.18.0.
* gnu/packages/python-web.scm (python-extruct): Update to 0.18.0. [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I620b4612188f29ad6ce92319ad8c2efe89d030af
This commit is contained in:
parent
94bb5be20e
commit
fd12063294
1 changed files with 14 additions and 10 deletions
|
@ -10753,7 +10753,7 @@ compatibility with Microformats1 (mf1).")
|
|||
(define-public python-extruct
|
||||
(package
|
||||
(name "python-extruct")
|
||||
(version "0.16.0")
|
||||
(version "0.18.0")
|
||||
(source (origin
|
||||
(method git-fetch) ;for tests
|
||||
(uri (git-reference
|
||||
|
@ -10762,17 +10762,21 @@ compatibility with Microformats1 (mf1).")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s05sz6nghrap1gjkg3vsqz6djld6lczd6w3r1542ir8n7binl7a"))))
|
||||
(build-system python-build-system)
|
||||
"03qdldqrvmbsk6klq4nkxvvp3b2a0qqgqg115i3crbmialiaai45"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "-vv" "tests")))))))
|
||||
(native-inputs (list python-pytest))
|
||||
#:test-flags
|
||||
;; 67 passed, 3 deselected
|
||||
;; XXX: 3 tests fail with errors in assertion.
|
||||
#~(list "-k" (string-append
|
||||
"not test_microformat"
|
||||
" and not test_microformat"
|
||||
" and not test_umicroformat"))))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-html-text
|
||||
python-jstyleson
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue