Fri May 1 17:55:05 2020 UTC ()
net: Add bandcamp-dl

bandcamp-dl is a small command line app to download audio from bandcamp.com.


(nia)
diff -r1.1326 -r1.1327 pkgsrc/net/Makefile
diff -r0 -r1.1 pkgsrc/net/bandcamp-dl/DESCR
diff -r0 -r1.1 pkgsrc/net/bandcamp-dl/Makefile
diff -r0 -r1.1 pkgsrc/net/bandcamp-dl/PLIST
diff -r0 -r1.1 pkgsrc/net/bandcamp-dl/distinfo

cvs diff -r1.1326 -r1.1327 pkgsrc/net/Makefile (expand / switch to unified diff)

--- pkgsrc/net/Makefile 2020/04/30 12:17:33 1.1326
+++ pkgsrc/net/Makefile 2020/05/01 17:55:05 1.1327
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1326 2020/04/30 12:17:33 nikita Exp $ 1# $NetBSD: Makefile,v 1.1327 2020/05/01 17:55:05 nia Exp $
2# 2#
3 3
4COMMENT= Networking tools 4COMMENT= Networking tools
5 5
6SUBDIR+= 3proxy 6SUBDIR+= 3proxy
7SUBDIR+= 6tunnel 7SUBDIR+= 6tunnel
8SUBDIR+= DarwinStreamingServer 8SUBDIR+= DarwinStreamingServer
9SUBDIR+= GeoIP 9SUBDIR+= GeoIP
10SUBDIR+= Geomyidae 10SUBDIR+= Geomyidae
11SUBDIR+= IglooFTP 11SUBDIR+= IglooFTP
12SUBDIR+= LaBrea 12SUBDIR+= LaBrea
13SUBDIR+= ORBit2 13SUBDIR+= ORBit2
14SUBDIR+= R-pbdZMQ 14SUBDIR+= R-pbdZMQ
@@ -26,26 +26,27 @@ SUBDIR+= amule @@ -26,26 +26,27 @@ SUBDIR+= amule
26SUBDIR+= aoe-vblade 26SUBDIR+= aoe-vblade
27SUBDIR+= apollo 27SUBDIR+= apollo
28SUBDIR+= argus 28SUBDIR+= argus
29SUBDIR+= aria2 29SUBDIR+= aria2
30SUBDIR+= arp-scan 30SUBDIR+= arp-scan
31SUBDIR+= arpd 31SUBDIR+= arpd
32SUBDIR+= arping 32SUBDIR+= arping
33SUBDIR+= arpwatch 33SUBDIR+= arpwatch
34SUBDIR+= autonet 34SUBDIR+= autonet
35SUBDIR+= avahi 35SUBDIR+= avahi
36SUBDIR+= awhois 36SUBDIR+= awhois
37SUBDIR+= aws-sdk-go 37SUBDIR+= aws-sdk-go
38SUBDIR+= balance 38SUBDIR+= balance
 39SUBDIR+= bandcamp-dl
39SUBDIR+= barnyard 40SUBDIR+= barnyard
40SUBDIR+= batchftp 41SUBDIR+= batchftp
41SUBDIR+= bftpd 42SUBDIR+= bftpd
42SUBDIR+= bind911 43SUBDIR+= bind911
43SUBDIR+= bind914 44SUBDIR+= bind914
44SUBDIR+= bing 45SUBDIR+= bing
45SUBDIR+= bird 46SUBDIR+= bird
46SUBDIR+= bird6 47SUBDIR+= bird6
47SUBDIR+= bittornado 48SUBDIR+= bittornado
48SUBDIR+= bittornado-gui 49SUBDIR+= bittornado-gui
49SUBDIR+= bmon 50SUBDIR+= bmon
50SUBDIR+= bounce 51SUBDIR+= bounce
51SUBDIR+= bridged 52SUBDIR+= bridged

File Added: pkgsrc/net/bandcamp-dl/DESCR
bandcamp-dl is a small command line app to download audio from bandcamp.com.

File Added: pkgsrc/net/bandcamp-dl/Makefile
# $NetBSD: Makefile,v 1.1 2020/05/01 17:55:05 nia Exp $

DISTNAME=	bandcamp-downloader-0.0.8.post12
PKGNAME=	${DISTNAME:S/-downloader/-dl/1:S/.post/./1}
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_PYPI:=b/bandcamp-downloader/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/iheanyi/bandcamp-dl
COMMENT=	Simple Python script to download Bandcamp albums
LICENSE=	unlicense

DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
DEPENDS+=	${PYPKGPREFIX}-demjson-[0-9]*:../../textproc/py-demjson
DEPENDS+=	${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
DEPENDS+=	${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+=	${PYPKGPREFIX}-unicode-slugify-[0-9]*:../../converters/py-unicode-slugify
DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+=	${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/net/bandcamp-dl/PLIST
@comment $NetBSD: PLIST,v 1.1 2020/05/01 17:55:05 nia Exp $
bin/bandcamp-dl
${PYSITELIB}/bandcamp_dl/__init__.py
${PYSITELIB}/bandcamp_dl/__main__.py
${PYSITELIB}/bandcamp_dl/__init__.pyo
${PYSITELIB}/bandcamp_dl/__init__.pyc
${PYSITELIB}/bandcamp_dl/__main__.pyo
${PYSITELIB}/bandcamp_dl/__main__.pyc
${PYSITELIB}/bandcamp_dl/bandcamp.pyo
${PYSITELIB}/bandcamp_dl/bandcamp.pyc
${PYSITELIB}/bandcamp_dl/bandcampdownloader.pyo
${PYSITELIB}/bandcamp_dl/bandcampdownloader.pyc
${PYSITELIB}/bandcamp_dl/bandcampjson.pyo
${PYSITELIB}/bandcamp_dl/bandcampjson.pyc
${PYSITELIB}/bandcamp_dl/bandcamp.py
${PYSITELIB}/bandcamp_dl/bandcampdownloader.py
${PYSITELIB}/bandcamp_dl/bandcampjson.py
${PYSITELIB}/bandcamp_dl/utils/__init__.py
${PYSITELIB}/bandcamp_dl/utils/__init__.pyo
${PYSITELIB}/bandcamp_dl/utils/__init__.pyc
${PYSITELIB}/bandcamp_dl/utils/clean_print.pyo
${PYSITELIB}/bandcamp_dl/utils/clean_print.pyc
${PYSITELIB}/bandcamp_dl/utils/requests_patch.pyo
${PYSITELIB}/bandcamp_dl/utils/requests_patch.pyc
${PYSITELIB}/bandcamp_dl/utils/clean_print.py
${PYSITELIB}/bandcamp_dl/utils/requests_patch.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

File Added: pkgsrc/net/bandcamp-dl/distinfo
$NetBSD: distinfo,v 1.1 2020/05/01 17:55:05 nia Exp $

SHA1 (bandcamp-downloader-0.0.8.post12.tar.gz) = f8bee0516a2ec9671d2c83bcfb626a6741d54b3e
RMD160 (bandcamp-downloader-0.0.8.post12.tar.gz) = c3e6c93bf7b46ffa65b8751f0d6de313b594230d
SHA512 (bandcamp-downloader-0.0.8.post12.tar.gz) = 9c32783e6482ad2f435b3aeb0fc90fd9b9db3a0a89502b5c258a5b7cd0ec1bb4490d88be92f9a8b651a70a0e9591231fd2d2c69a656136632fc0949b00c2ba49
Size (bandcamp-downloader-0.0.8.post12.tar.gz) = 13341 bytes