Page MenuHomeFreeBSD

D11049.id.diff
No OneTemporary

D11049.id.diff

Index: head/audio/Makefile
===================================================================
--- head/audio/Makefile
+++ head/audio/Makefile
@@ -647,6 +647,7 @@
SUBDIR += py-pyliblo
SUBDIR += py-shout
SUBDIR += py-soundcloud
+ SUBDIR += py-soundscrape
SUBDIR += py-speechrecognition
SUBDIR += py-speex
SUBDIR += py-tagpy
Index: head/audio/py-soundscrape/Makefile
===================================================================
--- head/audio/py-soundscrape/Makefile
+++ head/audio/py-soundscrape/Makefile
@@ -0,0 +1,32 @@
+# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= soundscrape
+PORTVERSION= 0.30.0
+CATEGORIES= audio python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= cpm@FreeBSD.org
+COMMENT= SoundCloud downloader in python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.31.0:audio/py-mutagen \
+ ${PYTHON_PKGNAMEPREFIX}soundcloud>=0.4.1:audio/py-soundcloud \
+ ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:devel/py-args \
+ ${PYTHON_PKGNAMEPREFIX}clint>=0.3.2:devel/py-clint \
+ ${PYTHON_PKGNAMEPREFIX}demjson>=2.2.2:devel/py-demjson \
+ ${PYTHON_PKGNAMEPREFIX}fudge>=1.0.3:devel/py-fudge \
+ ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose \
+ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.3.1:devel/py-simplejson \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0.24.0:devel/py-wheel \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.0:www/py-requests
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: head/audio/py-soundscrape/distinfo
===================================================================
--- head/audio/py-soundscrape/distinfo
+++ head/audio/py-soundscrape/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1496600986
+SHA256 (soundscrape-0.30.0.tar.gz) = 684ce7052ae09de1a25ca05276de220803f5b83fbac068a4fcf23de1ac52061a
+SIZE (soundscrape-0.30.0.tar.gz) = 18260
Index: head/audio/py-soundscrape/pkg-descr
===================================================================
--- head/audio/py-soundscrape/pkg-descr
+++ head/audio/py-soundscrape/pkg-descr
@@ -0,0 +1,5 @@
+SoundScrape makes it super easy to download artists from SoundCloud, Bandcamp
+and MixCloud. It automatically creates ID3 tags as well (including album art),
+which is handy.
+
+WWW: https://github.com/Miserlou/SoundScrape

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 8:17 AM (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32565270
Default Alt Text
D11049.id.diff (2 KB)

Event Timeline