Mercurial > public > mercurial-scm > hg
comparison setup.py @ 44058:bde1cd4c99d9
sha1dc: initial implementation of Python extension
A future change will use this when available to avoid sha1 collision
issues until we can get moved to something else.
Differential Revision: https://phab.mercurial-scm.org/D7815
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 08 Jan 2020 15:59:52 -0500 |
parents | 44b03c0313aa |
children | 4e05272dd681 |
comparison
equal
deleted
inserted
replaced
44057:7dddc2251365 | 44058:bde1cd4c99d9 |
---|---|
1476 ), | 1476 ), |
1477 Extension( | 1477 Extension( |
1478 'mercurial.thirdparty.zope.interface._zope_interface_coptimizations', | 1478 'mercurial.thirdparty.zope.interface._zope_interface_coptimizations', |
1479 [ | 1479 [ |
1480 'mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.c', | 1480 'mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.c', |
1481 ], | |
1482 ), | |
1483 Extension( | |
1484 'mercurial.thirdparty.sha1dc', | |
1485 [ | |
1486 'mercurial/thirdparty/sha1dc/cext.c', | |
1487 'mercurial/thirdparty/sha1dc/lib/sha1.c', | |
1488 'mercurial/thirdparty/sha1dc/lib/ubc_check.c', | |
1481 ], | 1489 ], |
1482 ), | 1490 ), |
1483 Extension( | 1491 Extension( |
1484 'hgext.fsmonitor.pywatchman.bser', ['hgext/fsmonitor/pywatchman/bser.c'] | 1492 'hgext.fsmonitor.pywatchman.bser', ['hgext/fsmonitor/pywatchman/bser.c'] |
1485 ), | 1493 ), |