Path to this page:
./
wip/py-hgapi,
Python API to Mercurial using the command-line interface
Branch: CURRENT,
Version: 1.7.2,
Package name: py312-hgapi-1.7.2,
Maintainer: kamelderouichehgapi is a pure-Python API to Mercurial, that uses the command-line
interface instead of the internal Mercurial API. The rationale for
this is twofold: the internal API is unstable, and it is GPL.
hgapi works for any version of Mercurial, including < 1.9, and will
instantly reflect any changes to the repository. It also has a really
permissive license (do whatever you want, don't blame me).
For example of code that uses this API, take a look at
https://bitbucket.org/haard/autohook which now uses hgapi
exclusively
Required to run:[
devel/py-setuptools] [
converters/py-simplejson] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: db72d1b1c47c683d48bbf2553c1eabd0b546c561
Filesize: 13.012 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-hgapi-1.7.2
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-hgapi-1.7.2
- (2021-10-08) Updated to version: py39-hgapi-1.7.2
CVS history: (Expand)
2015-07-03 22:57:28 by Kamel Ibn Aziz Derouiche | Files touched by this commit (4) |
Log message:
Import py27-hgapi-1.7.2 as wip/py-hgapi.
hgapi is a pure-Python API to Mercurial, that uses the command-line
interface instead of the internal Mercurial API. The rationale for
this is twofold: the internal API is unstable, and it is GPL.
hgapi works for any version of Mercurial, including < 1.9, and will
instantly reflect any changes to the repository. It also has a really
permissive license (do whatever you want, don't blame me).
For example of code that uses this API, take a look at
https://bitbucket.org/haard/autohook which now uses hgapi
exclusively
|