dcallagh-exheres

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

packages/dev-python/dulwich/dulwich-0.8.3.exheres-0 (546B) - 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 has_bin=true ]
      5 
      6 SUMMARY="Pure-Python implementation of the Git file formats and protocols"
      7 HOMEPAGE="http://samba.org/~jelmer/dulwich/"
      8 DOWNLOADS="http://samba.org/~jelmer/dulwich/${PNV}.tar.gz"
      9 
     10 LICENCES="GPL-2"
     11 SLOT="0"
     12 PLATFORMS="~amd64 ~x86"
     13 
     14 DEPENDENCIES="
     15     test:
     16         || (
     17             dev-lang/python[>=2.7]
     18             dev-python/unittest2
     19         )
     20 "
     21 
     22 BUGS_TO="djc@djc.id.au"
     23