[Debichem-devel] Bug#1056794: chemps2: ftbfs with cython 3.0.x

Sebastiaan Couwenberg sebastic at xs4all.nl
Sat Dec 9 17:52:49 GMT 2023


Control: tags -1 patch

On Sun, 26 Nov 2023 10:05:16 +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 #1042629.

Kind Regards,

Bas

-- 
  GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
-------------- next part --------------
diff -Nru chemps2-1.8.12/debian/changelog chemps2-1.8.12/debian/changelog
--- chemps2-1.8.12/debian/changelog	2022-07-03 15:26:42.000000000 +0200
+++ chemps2-1.8.12/debian/changelog	2023-12-09 18:47:00.000000000 +0100
@@ -1,3 +1,10 @@
+chemps2 (1.8.12-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 09 Dec 2023 18:47:00 +0100
+
 chemps2 (1.8.12-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru chemps2-1.8.12/debian/control chemps2-1.8.12/debian/control
--- chemps2-1.8.12/debian/control	2021-02-21 12:03:33.000000000 +0100
+++ chemps2-1.8.12/debian/control	2023-12-09 18:47:00.000000000 +0100
@@ -13,7 +13,7 @@
                python3-all (>= 3.6),
                python3-setuptools,
                python3-docutils,
-               cython3 (>= 0.19),
+               cython3-legacy (>= 0.19),
                python3-numpy,
                libpython3-dev,
 Build-Depends-Indep: python3-sphinx (>= 1.1),


More information about the Debichem-devel mailing list