Index: head/audio/py-soundcloud/Makefile =================================================================== --- head/audio/py-soundcloud/Makefile (nonexistent) +++ head/audio/py-soundcloud/Makefile (revision 413915) @@ -0,0 +1,31 @@ +# Created by: Bernard Spil +# $FreeBSD$ + +PORTNAME= soundcloud +PORTVERSION= 0.5.0 +CATEGORIES= audio devel www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= Bernard Spil +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 Property changes on: head/audio/py-soundcloud/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/py-soundcloud/distinfo =================================================================== --- head/audio/py-soundcloud/distinfo (nonexistent) +++ head/audio/py-soundcloud/distinfo (revision 413915) @@ -0,0 +1,2 @@ +SHA256 (soundcloud-0.5.0.tar.gz) = aad2003592cec945f835f158f7b41ba8bf805c5738a2fcc5629668ea1df653d5 +SIZE (soundcloud-0.5.0.tar.gz) = 10861 Property changes on: head/audio/py-soundcloud/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/py-soundcloud/pkg-descr =================================================================== --- head/audio/py-soundcloud/pkg-descr (nonexistent) +++ head/audio/py-soundcloud/pkg-descr (revision 413915) @@ -0,0 +1,3 @@ +py-soundcloud is a friendly wrapper around the `Soundcloud API` + +WWW: https://github.com/soundcloud/soundcloud-python Property changes on: head/audio/py-soundcloud/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property