Package: pypy3 / 7.0.0+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
pypy3 | 7.0.0+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
version info | (download) |
pypy/module/sys/version.py |
1 1 + 0 - 0 ! |
get version details from the debian source package Rather than VCS. Return the Debian package version in sys.version. Return null strings in sys._mercurial. |
test_fsync eatmydata | (download) |
lib-python/3/test/test_os.py |
2 2 + 0 - 0 ! |
skip fsync tests when building with eatmydata |
test_termios | (download) |
pypy/module/termios/test/test_termios.py |
2 1 + 1 - 0 ! |
support builds on older aufs Under aufs on squeeze, tcgetattr can return EINVAL instead of ENOTTY See https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=2771 |
fpic archs | (download) |
rpython/translator/platform/__init__.py |
4 3 + 1 - 0 ! |
x32 requires -fpic x32 detection is currently Debian-specific. |
skip test_multiprocessing | (download) |
lib-python/3/test/_test_multiprocessing.py |
2 2 + 0 - 0 ! |
disable test_multiprocessing It leaves stray processes. |
ctypes arm | (download) |
lib-python/3/ctypes/util.py |
15 13 + 2 - 0 ! |
armhf support MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Workaround the presentce of hard-float in ldconfig -p output. Also, handle the wide variety of ARM unames. |
distutils link | (download) |
lib-python/3/distutils/unixccompiler.py |
7 6 + 1 - 0 ! |
don't add standard library dirs to library_dirs and runtime_library_dirs. |
locale module | (download) |
lib-python/3/locale.py |
4 2 + 2 - 0 ! |
don't map 'utf8', 'utf-8' to 'utf' 'utf' is not a known encoding for glibc. |
platform lsbrelease | (download) |
lib-python/3/platform.py |
23 23 + 0 - 0 ! |
use /etc/lsb-release to identify the platform |
xdg gvfs open | (download) |
lib-python/3/webbrowser.py |
8 8 + 0 - 0 ! |
use xdg-open/gvfs-open in webbrowser Bug-cpython: http://bugs.python.org/issue14493 Bug-Ubuntu: https://bugs.launchpad.net/bugs/971311 |
plat gnukfreebsd | (download) |
lib-python/3/plat-gnukfreebsd10/DLFCN.py |
118 118 + 0 - 0 ! |
dlfcn.py for kfreebsd |
plat linux differences | (download) |
lib-python/3/plat-linux/DLFCN.py |
88 7 + 81 - 0 ! |
plat-linux's constants vary Break the affected files up, and import based on platform.machine() Bug-cpython: http://bugs.python.org/issue3990 |
ensurepip wheels | (download) |
lib-python/3/ensurepip/__init__.py |
68 47 + 21 - 0 ! |
let ensurepip use the system wheels Not the ones from the python source. |
ensurepip disabled | (download) |
lib-python/3/ensurepip/__init__.py |
33 33 + 0 - 0 ! |
disable ensurepip in debian for now |
multiarch | (download) |
lib-python/3/test/test_sysconfig.py |
4 4 + 0 - 0 ! |
expose the multiarch tag used in c extension file names Add _multiarch variable to sys.implementation, and MULTIARCH to sysconfig variables. Based on Debian's multiarch patch. |
distutils install layout | (download) |
lib-python/3/distutils/command/install.py |
45 43 + 2 - 0 ! |
distutils: add an option --install-layout=deb This option: - installs into $prefix/dist-packages instead of $prefix/site-packages. - doesn't encode the python version into the egg name. Based on cpython Debian packaging |
langpack gettext | (download) |
lib-python/3/gettext.py |
15 15 + 0 - 0 ! |
support ubuntu langpacks Support alternative gettext tree in /usr/share/locale-langpack; if a file is present in both trees, prefer the newer one |
tkinter import | (download) |
lib-python/3/tkinter/__init__.py |
5 4 + 1 - 0 ! |
suggest installation of pypy-tk package On failing _tkinter import. |
noise | (download) |
rpython/tool/ansi_print.py |
2 1 + 1 - 0 ! |
always output the mandelbrot So that our buildds see progress |
skip hurd deadlock | (download) |
pypy/module/thread/test/test_lock.py |
1 1 + 0 - 0 ! |
skip test that deadlocks on gnu hurd Per Samuel Thibault: > That's probably because pypy uses pthread_mutexes (which per POSIX aren't > interrupted by signals) instead of semaphores, and I guess that's > because sem_open isn't supported on Hurd yet. |
graphlib dots | (download) |
rpython/tool/algo/graphlib.py |
4 4 + 0 - 0 ! |
emit a dot from the cycle-breacking in rpython's graphlib This is the quietest section of the build, and has caused FTBFS in the past. |
pip 10 | (download) |
lib-python/3/ensurepip/__init__.py |
8 6 + 2 - 0 ! |
support pip 10 |
version 7.0.0 | (download) |
pypy/doc/conf.py |
4 2 + 2 - 0 ! |
set the version to 7.0.0 This was accidentally pushed past 7.0.0 in a merge to the release branch, upstream. |
hypothesis crashes | (download) |
rpython/conftest.py |
11 6 + 5 - 0 ! |
handle older hypothesis better, in tests Crashes with too-old versions of hypothesis. Turn crashes into warnings. |
hurd sysmacros | (download) |
rpython/rlib/rposix.py |
2 1 + 1 - 0 ! |
include <sys/sysmacros.h> on gnu/hurd |