svn commit: r442616 - in head/audio: . py-soundscrape

Carlos J. Puga Medina cpm at FreeBSD.org
Mon Jun 5 13:00:22 UTC 2017


Author: cpm
Date: Mon Jun  5 13:00:21 2017
New Revision: 442616
URL: https://svnweb.freebsd.org/changeset/ports/442616

Log:
  Add new port audio/py-soundscrape
  
  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
  
  Reviewed by:	koobs
  Differential Revision:	https://reviews.freebsd.org/D11049

Added:
  head/audio/py-soundscrape/
  head/audio/py-soundscrape/Makefile   (contents, props changed)
  head/audio/py-soundscrape/distinfo   (contents, props changed)
  head/audio/py-soundscrape/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Mon Jun  5 12:59:09 2017	(r442615)
+++ head/audio/Makefile	Mon Jun  5 13:00:21 2017	(r442616)
@@ -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

Added: head/audio/py-soundscrape/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-soundscrape/Makefile	Mon Jun  5 13:00:21 2017	(r442616)
@@ -0,0 +1,32 @@
+# Created by: Carlos J. Puga Medina <cpm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	soundscrape
+PORTVERSION=	0.30.0
+CATEGORIES=	audio python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	cpm at 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>

Added: head/audio/py-soundscrape/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-soundscrape/distinfo	Mon Jun  5 13:00:21 2017	(r442616)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1496600986
+SHA256 (soundscrape-0.30.0.tar.gz) = 684ce7052ae09de1a25ca05276de220803f5b83fbac068a4fcf23de1ac52061a
+SIZE (soundscrape-0.30.0.tar.gz) = 18260

Added: head/audio/py-soundscrape/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-soundscrape/pkg-descr	Mon Jun  5 13:00:21 2017	(r442616)
@@ -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


More information about the svn-ports-head mailing list