./devel/py-hg-cinnabarclone, Mercurial extension to accelerate git-cinnabar clone

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.3, Package name: py311-hg-cinnabarclone-0.6.3, Maintainer: pkgsrc-users

"cinnabarclone" is a mercurial server-side extension used to advertise
the existence of pre-generated, externally hosted git repository or
bundle providing git-cinnabar metadata corresponding to the mercurial
repository. Cloning from such a git repository can be faster than
cloning from mercurial directly.


Master sites:

Filesize: 185.488 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-14 16:21:02 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-hg-cinnabarclone: improve PLIST
   2024-06-14 16:13:34 by Taylor R Campbell | Files touched by this commit (5)
Log message:
devel/py-hg-cinnabarclone: Import hg extension from git-cinnabar.

This simple server-side hg extension can advertise bundles to speed
up `git clone' with git-cinnabar.

Single Python file distributed as part of git-cinnabar -- need not
pull in all of git-cinnabar (and Rust) on the server to run.

Not 100% sure if this use of PY_COMPILE_ALL/PY_COMPILE_O_ALL is
appropriate -- review and/or tweaks welcome.