view uwsginl-plugin-lang-pypy3/scripts/make-extra-patches.sh @ 150:3cbf7dca26e8

FIX: Build for PyPy v7.3.1+: "async" is a keyword in Python now: use getattr() instead of direct "lib.uwsgi.async" access
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 03 Oct 2022 14:28:58 +0200
parents cbaa01adbd46
children
line wrap: on
line source

#!/bin/sh

diff -u --show-c-function plugins/pypy/pypy_plugin.c.orig plugins/pypy/pypy_plugin.c >../../files/extra/patch-plugins_pypy_pypy__plugin.c

diff -u plugins/pypy/pypy_setup.py.orig plugins/pypy/pypy_setup.py >../../files/extra/patch-plugins_pypy_pypy__setup.py