Stuart Henderson said: > On 2014/03/22 02:57, Dmitrij D. Czarkoff wrote: > > Hello! > > > > I'm reposting this set of patches, as I find them quite important - at > > least for me the current devel/py-hg-git port was broken (I don't recall > > particular problem I was facing though), and this update fixes it. > > > > devel/py-hg-git depends on devel/py-dulwich, and current version of > > hggit doesn't work with outdated version of dulwich we currently have in > > ports. > > > > The patches for devel/py-dulwich are only needed for tests. Several > > tests fail for devel/py-hg-git, seemingly because git developers have > > changed wording for some diagnostic messages. > > I see this in dulwich tests; any ideas? (I don't use this or know how it > is supposed to look).
It looks like that to me: ===> Regression tests for py-dulwich-0.9.5 cd /usr/ports/pobj/py-dulwich-0.9.5/dulwich-0.9.5 && nosetests .....S..............................................................................SS.SS.S...........................................................................................................................SS.S.S.....................S.S........................SSSSSSSSS.S............................................................................................................................................................................................................S..S.S......................................................................S..............................S........................................................................................................................................................................................................................................................................ ---------------------------------------------------------------------- Ran 855 tests in 139.736s OK (SKIP=27) Apparently I forgot to include devel/git in TEST_DEPENDS. Do you have git installed? -- Dmitrij D. Czarkoff