On 2015/11/07 15:26, Edd Barrett wrote:
> Hi,
> 
> Yet another dependency for the update to the ipython/jupyter stack.
> 
> An odd one, as it doesn't use a setup.py.
> 
> OK?
> 
> -- 
> Best Regards
> Edd Barrett
> 
> http://www.theunixzoo.co.uk

It needs this:

-BUILD_DEPENDS =         textproc/sphinx
+BUILD_DEPENDS =         textproc/py-sphinx

I wonder if the thing with intersphinx fetching from http can be fixed
in the sphinx port instead, but anyway not important for this.

For the setup.py thing, we can either do it like that, or write our own
setup.py and put it in ${FILESDIR} - precedent in audio/mkplaylist, net/cjc,
net/pcapdiff.

I get test failures (log below), any idea what's going on there?

cd /usr/obj/ports/py-testpath-0.2/testpath-0.2 && /usr/local/bin/nosetests tests
.....EE...
======================================================================
ERROR: test_assert_calls (tests.test_commands.CommandsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/obj/ports/py-testpath-0.2/testpath-0.2/tests/test_commands.py", 
line 12, in test_assert_calls
    call(['foobar'])
  File "/usr/local/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied

======================================================================
ERROR: test_assert_calls_with_args (tests.test_commands.CommandsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/obj/ports/py-testpath-0.2/testpath-0.2/tests/test_commands.py", 
line 23, in test_assert_calls_with_args
    call(['foo', 'bar', 'baz'])
  File "/usr/local/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied

----------------------------------------------------------------------
Ran 10 tests in 0.015s

FAILED (errors=2)


Reply via email to