[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1056854: python-djvulibre: ftbfs with cython 3.0.x



Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:19 +0000 Matthias Klose wrote:
If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.

The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1042661.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru python-djvulibre-0.8.8/debian/changelog python-djvulibre-0.8.8/debian/changelog
--- python-djvulibre-0.8.8/debian/changelog	2022-11-11 19:35:27.000000000 +0100
+++ python-djvulibre-0.8.8/debian/changelog	2023-12-10 11:40:33.000000000 +0100
@@ -1,3 +1,9 @@
+python-djvulibre (0.8.8-4) UNRELEASED; urgency=medium
+
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg <sebastic@debian.org>  Sun, 10 Dec 2023 11:40:33 +0100
+
 python-djvulibre (0.8.8-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru python-djvulibre-0.8.8/debian/control python-djvulibre-0.8.8/debian/control
--- python-djvulibre-0.8.8/debian/control	2022-11-11 19:01:27.000000000 +0100
+++ python-djvulibre-0.8.8/debian/control	2023-12-10 11:40:33.000000000 +0100
@@ -10,7 +10,7 @@
  python3-distutils,
  libdjvulibre-dev (>= 3.5.26),
  djvulibre-bin,
- cython3 (>= 0.20),
+ cython3-legacy (>= 0.20),
  pkg-config,
  python3-nose <!nocheck>,
  python3-sphinx <!nodoc>,

Reply to: