svn commit: r413915 - head/audio/py-soundcloud
Bernard Spil
brnrd at FreeBSD.org
Sat Apr 23 21:19:55 UTC 2016
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= soundcloud
+PORTVERSION= 0.5.0
+CATEGORIES= audio devel www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= Bernard Spil <brnrd at 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
More information about the svn-ports-all
mailing list