Page MenuHomeFreeBSD

D5967.id15547.diff
No OneTemporary

D5967.id15547.diff

Index: head/audio/py-soundcloud/Makefile
===================================================================
--- head/audio/py-soundcloud/Makefile
+++ head/audio/py-soundcloud/Makefile
@@ -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>
Index: head/audio/py-soundcloud/distinfo
===================================================================
--- head/audio/py-soundcloud/distinfo
+++ head/audio/py-soundcloud/distinfo
@@ -0,0 +1,2 @@
+SHA256 (soundcloud-0.5.0.tar.gz) = aad2003592cec945f835f158f7b41ba8bf805c5738a2fcc5629668ea1df653d5
+SIZE (soundcloud-0.5.0.tar.gz) = 10861
Index: head/audio/py-soundcloud/pkg-descr
===================================================================
--- head/audio/py-soundcloud/pkg-descr
+++ head/audio/py-soundcloud/pkg-descr
@@ -0,0 +1,3 @@
+py-soundcloud is a friendly wrapper around the `Soundcloud API`
+
+WWW: https://github.com/soundcloud/soundcloud-python

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 3:51 PM (6 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36940911
Default Alt Text
D5967.id15547.diff (1 KB)

Event Timeline