pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hgtools



Module Name:    pkgsrc
Committed By:   imil
Date:           Sat Nov  3 13:55:16 UTC 2012

Added Files:
        pkgsrc/devel/py-hgtools: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Initial import of py-hgtools, version 2.0.2, into the NetBSD Packages
Collection.

hgtools builds on the setuptools_hg plugin for setuptools. hgtools provides
classes for inspecting and working with repositories in the Mercurial version
control system.

hgtools provides a plugin for setuptools that enables setuptools to find files
under the Mercurial version control system.

The classes provided by hgtools are designed to work natively with the
Mercurial Python libraries (in process) or fall back to using the command-line
program hg(1) if available. The command-line support is especially useful
inside virtualenvs that don't have access to a system-wide installed Mercurial
lib (i.e. when the virtualenv was created with --no-site-packages).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hgtools/DESCR \
    pkgsrc/devel/py-hgtools/Makefile pkgsrc/devel/py-hgtools/PLIST \
    pkgsrc/devel/py-hgtools/buildlink3.mk pkgsrc/devel/py-hgtools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index