mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rtf-tokenize: Update to 1.0.1.
* gnu/packages/python-xyz.scm (python-rtf-tokenize): Update to 1.0.1. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I9b99934c6b2a6b54cf0b9bab99cdd996ef45ad17
This commit is contained in:
parent
32e01b4f83
commit
6c95f0a0ef
1 changed files with 4 additions and 4 deletions
|
@ -17701,15 +17701,15 @@ printing of sub-tables by specifying a row range.")
|
|||
(define-public python-rtf-tokenize
|
||||
(package
|
||||
(name "python-rtf-tokenize")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "rtf_tokenize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"026njb9iwznycda83bln3gfivcnzdz6vy8y86xvbsy84s28g6gaw"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list python-pytest))
|
||||
"1ljs0dcg2p1iad4zrxgn1pbrrcjcrswhjxrbprhdxd822n0al84h"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/benoit-pierre/rtf_tokenize")
|
||||
(synopsis "Simple RTF tokenizer")
|
||||
(description "This package is a simple RTF tokenizer.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue