WIP: ssoma-mda: Translate to Python3.3+, using pygit2 (~0.21.3+)
authorW. Trevor King <wking@tremily.us>
Tue, 28 Oct 2014 04:43:14 +0000 (21:43 -0700)
committerW. Trevor King <wking@tremily.us>
Tue, 28 Oct 2014 04:43:14 +0000 (21:43 -0700)
commit93c2b7629442076fa9473968816d2b5ab9a77759
tree1dc4cc43a117d72b85f38f88da807bf5628bb23e
parent1f4c2fc225a836eace950d146d1c2298fd5c9929
WIP: ssoma-mda: Translate to Python3.3+, using pygit2 (~0.21.3+)

I'll test with older versions of pygit2 to figure out where the cutoff
is.  And without pygit2 in Debian (even Debian testing), it gets a bit
harder to get this going.  You should be able to use:

  $ apt-get install libgit2-dev
  $ pip install cffi
  $ pip install pygit2

but I haven't fired up a Debian image to test that yet.
Documentation/ssoma-mda.txt [deleted file]
INSTALL
MANIFEST [deleted file]
README
lib/Ssoma/Git.pm [deleted file]
lib/Ssoma/GitIndexInfo.pm [deleted file]
lib/Ssoma/MDA.pm [deleted file]
ssoma-mda
t/mda-badheaders.t [deleted file]
t/mda-conflict.t [deleted file]
t/mda-missing-mid.t [deleted file]