On 2015-04-06 18:39, Johan Huldtgren wrote:
hello,this is an update of py-discogs-client from 2.0.2 to 2.1.0 this update has a few new RUN_DEPENDS: py-six py-oauthlib which replaces the dependency on py-oauth2 tested on amd64 (with beets 1.3.10)
now with the correct diff attached, no idea how I ever got the previous one to work. thanks, .jh
Index: py-discogs-client/Makefile =================================================================== RCS file: /cvs/ports/audio/py-discogs-client/Makefile,v retrieving revision 1.3 diff -u -p -u -p -r1.3 Makefile --- py-discogs-client/Makefile 2 Apr 2015 14:21:13 -0000 1.3 +++ py-discogs-client/Makefile 28 Apr 2015 13:51:43 -0000 @@ -2,7 +2,7 @@ COMMENT = Python interface to Discogs website -MODPY_EGG_VERSION = 2.0.2 +MODPY_EGG_VERSION = 2.1.0 DISTNAME = discogs-client-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = audio @@ -22,7 +22,8 @@ RUN_DEPENDS = devel/py-coverage \ devel/py-coveralls \ devel/py-docopt \ devel/py-sh \ - net/py-oauth2 \ + devel/py-six \ + security/py-oauthlib \ textproc/py-yaml \ www/py-requests Index: py-discogs-client/distinfo =================================================================== RCS file: /cvs/ports/audio/py-discogs-client/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- py-discogs-client/distinfo 31 Oct 2014 12:05:06 -0000 1.2 +++ py-discogs-client/distinfo 28 Apr 2015 13:51:43 -0000 @@ -1,2 +1,2 @@ -SHA256 (discogs-client-2.0.2.tar.gz) = CjYWqBjdn6YaYcPZcx0XbpEjEw0bG5emvu5jtMcjBrc= -SIZE (discogs-client-2.0.2.tar.gz) = 8665 +SHA256 (discogs-client-2.1.0.tar.gz) = qgcd/3Hq0do3UmH3vvuzE+VirdIQJTB2Uix+oFrvKgI= +SIZE (discogs-client-2.1.0.tar.gz) = 8911