[PATCH] gnu: txt2tags: Update to 3.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Mathieu Othacehe
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20240106192830.600148-1-kiasoc5@disroot.org
* gnu/packages/textutils.scm (txt2tags): Update to 3.9.
[native-inputs]: Remove python-tox.

Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef
---
gnu/packages/textutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index ea182b1925..91ba616087 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -996,15 +996,15 @@ (define-public python-editdistance
(define-public txt2tags
(package
(name "txt2tags")
- (version "3.7")
+ (version "3.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "txt2tags" version))
(sha256
(base32
- "12hpnvdy7dgarq6ini9jp7dp2zcmvpax04zbl3jb84kd423r75i7"))))
+ "0ik7gpr3gymgxnj0p86k8768kyxncbncv93zq67sbak3dbdl8hky"))))
(build-system python-build-system)
- (native-inputs (list python-tox))
+ (native-inputs (list))
(home-page "https://txt2tags.org")
(synopsis "Convert between markup languages")
(description

base-commit: c0e21e523d93081153a2ffc91e5a9f06afe62b91
--
2.39.2
Mathieu Othacehe wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 68295-done@debbugs.gnu.org)
878r51rn8q.fsf@gnu.org
Toggle quote (2 lines)
> [native-inputs]: Remove python-tox.

I restored that native-inputs, otherwise I have the following failure:

Toggle snippet (11 lines)
ERROR: No matching distribution found for tox
error: Command '['/gnu/store/375350pi1l1izgnx6dnsqmg4xjyprx8q-python-wrapper-3.10.7/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/guix-build-txt2tags-3.9.drv-0/tmpohrsiiyw', '--quiet', 'tox']' returned non-zero exit status 1.
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "python" arguments: ("-c" "import setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "test") exit-status: 1 term-signal: #f stop-signal: #f>
phase `check' failed after 8.1 seconds
command "python" "-c" "import setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "test" failed with status 1
builder for `/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' failed with exit code 1
@ build-failed /gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv - 1 builder for `/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' failed with exit code 1
derivation '/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' offloaded to '10.10.10.3' failed: build of `/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' failed

and applied.

Thanks,

Mathieu
Closed
kiasoc5 wrote 1 years ago
(name . Mathieu Othacehe)(address . othacehe@gnu.org)(address . 68295-done@debbugs.gnu.org)
744c8b74-b075-48dc-8443-ab0e7c1d5790@disroot.org
On 1/7/24 13:51, Mathieu Othacehe wrote:
Toggle quote (6 lines)
>
>> [native-inputs]: Remove python-tox.
>
> I restored that native-inputs, otherwise I have the following failure:


Thanks! Didn't realize that guix refresh would delete the native input.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68295@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68295
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help