Author: Michael R. Crusoe <crusoe@debian.org>
Subject: Don't include mypyc for now
Forwarded: not-needed

There is no documentation for how to use it.
It describes itself as being for "prototyping and testing"
"Mypyc is not (yet) an end-user product."
https://github.com/python/mypy/blob/master/mypyc/doc/dev-intro.md

So it doesn't sound ready for general release yet
--- mypy.orig/setup.py
+++ mypy/setup.py
@@ -184,7 +184,6 @@
           'mypyc.primitives', 'mypyc.transform', 'mypyc.analysis'
       ],
       package_data={'mypy': package_data},
-      scripts=['scripts/mypyc'],
       entry_points={'console_scripts': ['mypy=mypy.__main__:console_entry',
                                         'stubgen=mypy.stubgen:main',
                                         'stubtest=mypy.stubtest:main',
