On 2015/05/13 16:30, Johan Huldtgren wrote: > >Could you send everything in one email including > >the new port please? > > Sure, to recap, audio/py-discogs-client now depends on new port > security/py-oauthlib, it in turn depends new port www/py-jwt
Thanks, it's easier when they're together :-) py-jwt OK sthen@ to import. py-oauthlib: - could do with a DESCR tidyup, e.g. like this: A generic, spec-compliant, thorough implementation of the OAuth request- signing logic. - any idea why there's a @mode 444 in py-oauthlib's PLIST for the egg-info directory(!) and files? that looks wrong. - deps are wrong, most of the RUN_DEPENDS should be TEST_DEPENDS, and devel/py-unittest2 is missing from the list .. see oauthlib.egg-info/requires.txt : [test] nose unittest2 pycrypto mock pyjwt blinker [signals] blinker [signedtoken] pycrypto pyjwt [rsa] pycrypto So it looks like test dep only: nose unittest2 mock run+test pycrypto pyjwt blinker