* [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9.
@ 2024-01-06 19:28 kiasoc5 via Guix-patches via
2024-01-07 18:51 ` bug#68295: " Mathieu Othacehe
0 siblings, 1 reply; 3+ messages in thread
From: kiasoc5 via Guix-patches via @ 2024-01-06 19:28 UTC (permalink / raw)
To: 68295; +Cc: kiasoc5
* 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(-)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#68295: [PATCH] gnu: txt2tags: Update to 3.9.
2024-01-06 19:28 [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9 kiasoc5 via Guix-patches via
@ 2024-01-07 18:51 ` Mathieu Othacehe
2024-01-07 20:11 ` [bug#68295] " kiasoc5 via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2024-01-07 18:51 UTC (permalink / raw)
To: kiasoc5; +Cc: 68295-done
> [native-inputs]: Remove python-tox.
I restored that native-inputs, otherwise I have the following failure:
--8<---------------cut here---------------start------------->8---
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
--8<---------------cut here---------------end--------------->8---
and applied.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9.
2024-01-07 18:51 ` bug#68295: " Mathieu Othacehe
@ 2024-01-07 20:11 ` kiasoc5 via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: kiasoc5 via Guix-patches via @ 2024-01-07 20:11 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: 68295-done
On 1/7/24 13:51, Mathieu Othacehe wrote:
>
>> [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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-07 20:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-06 19:28 [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9 kiasoc5 via Guix-patches via
2024-01-07 18:51 ` bug#68295: " Mathieu Othacehe
2024-01-07 20:11 ` [bug#68295] " kiasoc5 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).