nghttp2/python
Tatsuhiro Tsujikawa 6a598d8fb8 python: Fix parellel `make distcheck` and not distribute nghttp2.c
It seems that setup.py gets deleted before python executes it in
clean-local.  To prevent this situation, we just use .NOTPARALLEL.

Previously we distribute nghttp2.c in python, which is cythonized C
source code from nghttp2.pyx.  Since it is distributed in archive it
exists in source directory.  But we use python distutils which
operates in build directory and does not support C source files in out
of tree directory (i.e., not under the build directory).  Copying C
source file to build directory is a bit dirty, so we just decided not
to ship nghttp2.c.
2014-04-21 00:51:12 +09:00
..
Makefile.am python: Fix parellel `make distcheck` and not distribute nghttp2.c 2014-04-21 00:51:12 +09:00
cnghttp2.pxd python: Fix compile error 2014-04-05 19:16:40 +09:00
hpackcheck.py HPACK post -05 updates 2014-02-13 23:22:52 +09:00
hpackmake.py python: Update to draft version to 7 in hpackmake.py 2014-04-20 23:02:56 +09:00
nghttp2.pyx python: Fix compile error 2014-04-05 19:16:40 +09:00
setup.py.in Fix python build on windows 2014-04-07 22:15:15 +09:00
wsgi.py Add experimental WSGI server implementation 2014-04-06 21:33:32 -07:00