Michael R. Crusoe pushed to branch master at Debian Med / mypy
Commits: f34c02da by Michael R. Crusoe at 2019-10-25T07:54:17Z lower package build time opt. for some archs - - - - - 34f553df by Michael R. Crusoe at 2019-10-25T07:56:27Z increase build verbosity - - - - - 4d3d4b7e by Michael R. Crusoe at 2019-10-25T12:05:40Z release - - - - - 4 changed files: - debian/changelog - debian/patches/series - + debian/patches/verbose - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +mypy (0.740-3) unstable; urgency=medium + + * Further lower package build time optimization for armhf, armel, mips64el, + mipsel, alpha, m68k, powerpc, risc64, and sh4 + * Increased the build verbosity + + -- Michael R. Crusoe <[email protected]> Thu, 24 Oct 2019 21:27:32 +0200 + mypy (0.740-2) unstable; urgency=medium * Incorporate high quality hand written manual pages courtesy of ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ ignore_mypyc proper_plugin spelling +verbose ===================================== debian/patches/verbose ===================================== @@ -0,0 +1,12 @@ +Author: Michael R. Crusoe <[email protected]> +Description: make the build more verbose +--- mypy.orig/setup.py ++++ mypy/setup.py +@@ -148,6 +148,7 @@ + # Use multi-file compliation mode on windows because without it + # our Appveyor builds run out of memory sometimes. + multi_file=sys.platform == 'win32' or force_multifile, ++ verbose=True, + ) + cmdclass['build_ext'] = MypycifyBuildExt + else: ===================================== debian/rules ===================================== @@ -14,8 +14,10 @@ endif export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk -ifneq (,$(filter $(DEB_HOST_ARCH),armel alpha m68k powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH),armhf mips64el mipsel ia64 risc64)) export MYPYC_OPT_LEVEL=2 +else ifneq (,$(filter $(DEB_HOST_ARCH),armel alpha m68k powerpc sh4)) + export MYPYC_OPT_LEVEL=1 endif %: View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/0122706b80b00cadb295a7de3d45aaa2d05d7c59...4d3d4b7eb7645b4201668dc786689260d5ab39cd -- View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/0122706b80b00cadb295a7de3d45aaa2d05d7c59...4d3d4b7eb7645b4201668dc786689260d5ab39cd You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
