On Thu, Jan 21, 2016 at 08:42:02PM +0100, Daniel Jakots wrote: > On Wed, 6 Jan 2016 20:44:04 +0100, Daniel Jakots <vigdis+o...@chown.me> > wrote: > > > Here's a diff to update httpie to latest release, 0.9.3. > > No one?
Commited, i added PORTHOME=${WRKSRC} to fix one of the failing tests: OSError: [Errno 13] Permission denied: '/py-httpie-0.9.3_writes_to_HOME' down to ===== 6 failed, 165 passed, 1 skipped, 12 pytest-warnings in 9.79 seconds ====== on amd64, all the remaining failing tests are in tests/test_docs.py, and i think they fail because: it tests if py-docutils is present/importable, if not found it skips the test. if found, it calls popen(rst2pseudoxml.py) but our py-docutils installs 'rst2pseudoxml'. Might be the reason. Landry