Info2: << Package: hg-git-py%type_pkg[python] Version: 0.4.0 Revision: 1 Type: python (2.5 2.6 2.7) Description: Mercurial as a Git client DescDetail: << This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial. << DescUsage: << Add the two lines hgext.bookmarks = hggit = to the [extensions] section of your ~/.hgrc file to enable. Use hg help hggit to check that it is installed correctly and get usage information. << DescPackaging: << This is the 0.4.0 release, but the tarball doesn't include any doc files, so download the equivalent snapshot from bitbucket instead. << Maintainer: Daniel Johnson License: GPL2+ Homepage: http://hg-git.github.com/ Source: https://bitbucket.org/durin42/hg-git/get/%v.tar.bz2 Source-MD5: 84fc28be227cf613ce91713b63238404 SourceRename: hg-git-%v.tar.bz2 SourceDirectory: durin42-hg-git-a3c3b8077cbe Depends: python%type_pkg[python], mercurial-py%type_pkg[python], dulwich-py%type_pkg[python] (>= 0.8.6-1) BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python] CompileScript: %p/bin/python%type_raw[python] setup.py build # Tests don't work right. #InfoTest: << # TestScript: << # perl -pi -e 's/"python",/"python%type_raw[python]",/' tests/run-tests.py # perl -pi -e 's/python /python%type_raw[python] /' tests/test-bookmark-workflow.t tests/test-git-submodules.t tests/testutil # cd tests && PYTHONPATH=%b %p/bin/python%type_raw[python] run-tests.py --with-hg=%p/bin/hg-py%type_pkg[python] --tmpdir=%b/tmp --verbose || exit 2 # << #<< InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DocFiles: COPYING DESIGN.txt README.md TODO.txt <<