Date: Sat, 13 Jul 2013 13:24:27 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322923 - in head/audio: . py-discogs-client Message-ID: <201307131324.r6DDORG6035743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Jul 13 13:24:27 2013 New Revision: 322923 URL: http://svnweb.freebsd.org/changeset/ports/322923 Log: Add py-discogs-client 1.1.1, python interface to Discogs website. Added: head/audio/py-discogs-client/ head/audio/py-discogs-client/Makefile (contents, props changed) head/audio/py-discogs-client/distinfo (contents, props changed) head/audio/py-discogs-client/pkg-descr (contents, props changed) head/audio/py-discogs-client/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Jul 13 13:16:02 2013 (r322922) +++ head/audio/Makefile Sat Jul 13 13:24:27 2013 (r322923) @@ -635,6 +635,7 @@ SUBDIR += py-pyacoustid SUBDIR += py-pyaudio SUBDIR += py-cddb + SUBDIR += py-discogs-client SUBDIR += py-eyed3 SUBDIR += py-fastaudio SUBDIR += py-id3 Added: head/audio/py-discogs-client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-discogs-client/Makefile Sat Jul 13 13:24:27 2013 (r322923) @@ -0,0 +1,20 @@ +# Created by: Mark Felder <feld@feld.me> +# $FreeBSD$ + +PORTNAME= discogs-client +PORTVERSION= 1.1.1 +CATEGORIES= audio python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= feld@feld.me +COMMENT= Python interface to Discogs website + +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:${PORTSDIR}/www/py-requests + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> Added: head/audio/py-discogs-client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-discogs-client/distinfo Sat Jul 13 13:24:27 2013 (r322923) @@ -0,0 +1,2 @@ +SHA256 (discogs-client-1.1.1.tar.gz) = ea806ee9764674756777337d0061f629ba05aa1e9c08b7ad0408b8b84406dac2 +SIZE (discogs-client-1.1.1.tar.gz) = 3160 Added: head/audio/py-discogs-client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-discogs-client/pkg-descr Sat Jul 13 13:24:27 2013 (r322923) @@ -0,0 +1,3 @@ +Official Python Client for the Discogs API + +WWW: https://github.com/discogs/discogs_client Added: head/audio/py-discogs-client/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-discogs-client/pkg-plist Sat Jul 13 13:24:27 2013 (r322923) @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/discogs_client-1.1.1-py2.7.egg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307131324.r6DDORG6035743>