Date: Sat, 23 Apr 2016 21:19:54 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413915 - head/audio/py-soundcloud Message-ID: <201604232119.u3NLJsZZ023938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sat Apr 23 21:19:54 2016 New Revision: 413915 URL: https://svnweb.freebsd.org/changeset/ports/413915 Log: audio/py-soundcloud: Python SoundCloud API library - Add Python SoundCloud ABI Library 0.5.0 - Include README.rst - Add test target Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5967 Added: head/audio/py-soundcloud/ head/audio/py-soundcloud/Makefile (contents, props changed) head/audio/py-soundcloud/distinfo (contents, props changed) head/audio/py-soundcloud/pkg-descr (contents, props changed) Added: head/audio/py-soundcloud/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-soundcloud/Makefile Sat Apr 23 21:19:54 2016 (r413915) @@ -0,0 +1,31 @@ +# Created by: Bernard Spil <brnrd@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= soundcloud +PORTVERSION= 0.5.0 +CATEGORIES= audio devel www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= Bernard Spil <brnrd@FreeBSD.org> +COMMENT= A friendly wrapper library for the Soundcloud API + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.1.2:devel/py-nose + +USES= python +USE_PYTHON= autoplist distutils + +PORTDOCS= README.rst +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} + +do-test: + cd ${WRKSRC} ; nosetests --with-doctest + +.include <bsd.port.mk> Added: head/audio/py-soundcloud/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-soundcloud/distinfo Sat Apr 23 21:19:54 2016 (r413915) @@ -0,0 +1,2 @@ +SHA256 (soundcloud-0.5.0.tar.gz) = aad2003592cec945f835f158f7b41ba8bf805c5738a2fcc5629668ea1df653d5 +SIZE (soundcloud-0.5.0.tar.gz) = 10861 Added: head/audio/py-soundcloud/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-soundcloud/pkg-descr Sat Apr 23 21:19:54 2016 (r413915) @@ -0,0 +1,3 @@ +py-soundcloud is a friendly wrapper around the `Soundcloud API` + +WWW: https://github.com/soundcloud/soundcloud-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604232119.u3NLJsZZ023938>