dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-scm/hg-git/hg-git-0.3.1.exheres-0 (450B) - raw

      1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require pypi distutils [ python_dep=2.4 ]
      5 
      6 SUMMARY="hg-git plugin for Mercurial, allowing push to and pull from git"
      7 HOMEPAGE="http://hg-git.github.com/"
      8 
      9 LICENCES="GPL-2"
     10 SLOT="0"
     11 PLATFORMS="~amd64 ~x86"
     12 
     13 DEPENDENCIES="
     14     build+run:
     15         dev-python/dulwich[>=0.8.0]
     16     run:
     17         dev-scm/mercurial
     18 "
     19 
     20 BUGS_TO="djc@djc.id.au"
     21