logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

mercurial-4.8.1-unbundle_zstd.patch (393B)


  1. --- mercurial-4.8.1/setup.py
  2. +++ mercurial-4.8.1/setup.py
  3. @@ -983,12 +983,6 @@
  4. ['hgext/fsmonitor/pywatchman/bser.c']),
  5. ]
  6. -sys.path.insert(0, 'contrib/python-zstandard')
  7. -import setup_zstd
  8. -extmodules.append(setup_zstd.get_c_extension(
  9. - name='mercurial.zstd',
  10. - root=os.path.abspath(os.path.dirname(__file__))))
  11. -
  12. try:
  13. from distutils import cygwinccompiler