[med-svn] [Git][python-team/packages/mypy][master] r/rules: skip compiling using mypyc on riscv64.

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Thu Nov 16 15:01:07 GMT 2023



Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy


Commits:
1b215466 by Michael R. Crusoe at 2023-11-16T15:58:48+01:00
r/rules: skip compiling using mypyc on riscv64.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mypy (1.7.0-3) unstable; urgency=medium
+
+  * r/rules: skip compiling using mypyc on riscv64.
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Thu, 16 Nov 2023 15:58:40 +0100
+
 mypy (1.7.0-2) unstable; urgency=medium
 
   * d/rules: drop armhf down to -O1 due to persistant out of memory


=====================================
debian/rules
=====================================
@@ -45,7 +45,7 @@ debian/sphinx/stubgen_options.rst: docs/source/stubgen.rst
 	sed -n -e '/stubgen --help/,$$ {/stubgen --help/d; p}' $< > $@
 
 override_dh_auto_build-arch:
-ifneq (,$(filter $(DEB_BUILD_ARCH), mipsel alpha ia64 m68k powerpc sh4 sparc64))
+ifneq (,$(filter $(DEB_BUILD_ARCH), riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64))
 	MYPY_USE_MYPYC=0 dh_auto_build
 else
 	MYPY_USE_MYPYC=1 dh_auto_build



View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/1b2154666e56b2103b803016bd33aa85235319a5

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/1b2154666e56b2103b803016bd33aa85235319a5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231116/f37d711d/attachment-0001.htm>


More information about the debian-med-commit mailing list