all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#66920: python-pikepdf showing wrong version in egg
@ 2023-11-03 15:56 Jack Hill
  2023-11-03 16:22 ` [bug#66920] [PATCH] gnu: python-pikepdf: Fix embedded version string Jack Hill
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill @ 2023-11-03 15:56 UTC (permalink / raw)
  To: 66920

Hi Guix,

This issue was brought to my attention by f1refly on IRC.

pdfarranger fails to build with the following error in the sanity-check 
phase:

"""
...checking requirements: ERROR: pdfarranger==1.10.1 
ContextualVersionConflict(pikepdf 0.0.0 
(/gnu/store/wli7mi9xb3zdlb9lbnn9haf79phff408-python-pikepdf-7.2.0/lib/python3.10/site-packages), 
Requirement.parse('pikepdf>=1.17.0'), {'pdfarranger'})
"""

Our python-pikepdf version is more than 1.17.0 though, it's 7.2.0. 
However, the egg in site-packages does list its version as 0.0.0.

Best,
Jack




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#66920] [PATCH] gnu: python-pikepdf: Fix embedded version string.
  2023-11-03 15:56 bug#66920: python-pikepdf showing wrong version in egg Jack Hill
@ 2023-11-03 16:22 ` Jack Hill
  2023-11-04 11:18   ` bug#66920: " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill @ 2023-11-03 16:22 UTC (permalink / raw)
  To: 66920; +Cc: Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi, jgart

* gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add
python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0.

Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
---

Thanks Ricardo for the pointer: https://logs.guix.gnu.org/guix/2023-11-03.log#170345

 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6001e7e6eb..e521c1580d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8726,6 +8726,7 @@ (define-public python-pikepdf
            python-attrs
            python-coverage
            python-hypothesis
+           python-setuptools-scm
            python-psutil
            python-pytest
            python-pytest-cov

base-commit: c9361460dece1dbc3d2645ad3e5c79e85a2bf183
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#66920: [PATCH] gnu: python-pikepdf: Fix embedded version string.
  2023-11-03 16:22 ` [bug#66920] [PATCH] gnu: python-pikepdf: Fix embedded version string Jack Hill
@ 2023-11-04 11:18   ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-11-04 11:18 UTC (permalink / raw)
  To: Jack Hill; +Cc: 66920-done

Hi Jack,

On Sat, 04 Nov 2023 00:22:49 +0800,
Jack Hill wrote:
> 
> * gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add
> python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0.
> 
> Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
> ---
> 
> Thanks Ricardo for the pointer: https://logs.guix.gnu.org/guix/2023-11-03.log#170345
> 
>  gnu/packages/python-xyz.scm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 6001e7e6eb..e521c1580d 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -8726,6 +8726,7 @@ (define-public python-pikepdf
>             python-attrs
>             python-coverage
>             python-hypothesis
> +           python-setuptools-scm
>             python-psutil
>             python-pytest
>             python-pytest-cov
> 
> base-commit: c9361460dece1dbc3d2645ad3e5c79e85a2bf183
> -- 
> 2.41.0

Applied as 9dcd8802f5bc472579f23a38dcf437f8a9ac976c, thank you!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-04 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 15:56 bug#66920: python-pikepdf showing wrong version in egg Jack Hill
2023-11-03 16:22 ` [bug#66920] [PATCH] gnu: python-pikepdf: Fix embedded version string Jack Hill
2023-11-04 11:18   ` bug#66920: " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.