Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net net: Add bandcamp-dl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04b1ab440c96
branches:  trunk
changeset: 430526:04b1ab440c96
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 01 17:55:05 2020 +0000

description:
net: Add bandcamp-dl

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

diffstat:

 net/Makefile             |   3 ++-
 net/bandcamp-dl/DESCR    |   1 +
 net/bandcamp-dl/Makefile |  23 +++++++++++++++++++++++
 net/bandcamp-dl/PLIST    |  32 ++++++++++++++++++++++++++++++++
 net/bandcamp-dl/distinfo |   6 ++++++
 5 files changed, 64 insertions(+), 1 deletions(-)

diffs (95 lines):

diff -r 4b6245224414 -r 04b1ab440c96 net/Makefile
--- a/net/Makefile      Fri May 01 17:52:41 2020 +0000
+++ b/net/Makefile      Fri May 01 17:55:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1326 2020/04/30 12:17:33 nikita Exp $
+# $NetBSD: Makefile,v 1.1327 2020/05/01 17:55:05 nia Exp $
 #
 
 COMMENT=       Networking tools
@@ -36,6 +36,7 @@
 SUBDIR+=       awhois
 SUBDIR+=       aws-sdk-go
 SUBDIR+=       balance
+SUBDIR+=       bandcamp-dl
 SUBDIR+=       barnyard
 SUBDIR+=       batchftp
 SUBDIR+=       bftpd
diff -r 4b6245224414 -r 04b1ab440c96 net/bandcamp-dl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bandcamp-dl/DESCR     Fri May 01 17:55:05 2020 +0000
@@ -0,0 +1,1 @@
+bandcamp-dl is a small command line app to download audio from bandcamp.com.
diff -r 4b6245224414 -r 04b1ab440c96 net/bandcamp-dl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bandcamp-dl/Makefile  Fri May 01 17:55:05 2020 +0000
@@ -0,0 +1,23 @@
+# $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@localhost
+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"
diff -r 4b6245224414 -r 04b1ab440c96 net/bandcamp-dl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bandcamp-dl/PLIST     Fri May 01 17:55:05 2020 +0000
@@ -0,0 +1,32 @@
+@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
diff -r 4b6245224414 -r 04b1ab440c96 net/bandcamp-dl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bandcamp-dl/distinfo  Fri May 01 17:55:05 2020 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index