pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bandcamp-dl



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 26 13:27:54 UTC 2022

Modified Files:
        pkgsrc/net/bandcamp-dl: Makefile distinfo

Log Message:
bandcamp-dl: updated to 0.0.13

Bandcamp-dl 0.0.13

Minor bugfix update and requirements version bump.

In some cases a track may fail to download if the album release or track release date is missing, an additional fallback has been added in this case, now it will default to when the track was 
released on Bandcamp specifically if no other metadata is found.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/bandcamp-dl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bandcamp-dl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bandcamp-dl/Makefile
diff -u pkgsrc/net/bandcamp-dl/Makefile:1.7 pkgsrc/net/bandcamp-dl/Makefile:1.8
--- pkgsrc/net/bandcamp-dl/Makefile:1.7 Thu Jun 30 11:18:40 2022
+++ pkgsrc/net/bandcamp-dl/Makefile     Wed Oct 26 13:27:54 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/06/30 11:18:40 nia Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/26 13:27:54 adam Exp $
 
-DISTNAME=      bandcamp-downloader-0.0.10
+DISTNAME=      bandcamp-downloader-0.0.13
 PKGNAME=       ${DISTNAME:S/-downloader/-dl/1}
-PKGREVISION=   3
-CATEGORIES=    net
+CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bandcamp-downloader/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,17 +11,20 @@ COMMENT=    Simple Python script to downloa
 LICENSE=       unlicense
 
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
-DEPENDS+=      ${PYPKGPREFIX}-demjson-[0-9]*:../../textproc/py-demjson
+DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+DEPENDS+=      ${PYPKGPREFIX}-demjson3-[0-9]*:../../textproc/py-demjson3
 DEPENDS+=      ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
+DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 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
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mutagen
+USE_LANGUAGES= # none
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mutagen
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/bandcamp-dl/distinfo
diff -u pkgsrc/net/bandcamp-dl/distinfo:1.4 pkgsrc/net/bandcamp-dl/distinfo:1.5
--- pkgsrc/net/bandcamp-dl/distinfo:1.4 Tue Oct 26 11:05:24 2021
+++ pkgsrc/net/bandcamp-dl/distinfo     Wed Oct 26 13:27:54 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:05:24 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/10/26 13:27:54 adam Exp $
 
-BLAKE2s (bandcamp-downloader-0.0.10.tar.gz) = 056e0b094f4277bac1ac052d62b6f17bb08a22a1d4ef7dcaf3529de5a763c8a6
-SHA512 (bandcamp-downloader-0.0.10.tar.gz) = c4d42453a9710f4a02ea2f33482e00745cf081da89533950b9b01b6c9e9336d08ef1fa9972abc93ee89802a804e43d163c3ad1ca39fce86f479c105d317dccef
-Size (bandcamp-downloader-0.0.10.tar.gz) = 18724 bytes
+BLAKE2s (bandcamp-downloader-0.0.13.tar.gz) = 708a7763687d80f17e24a4b2c1b1d79361803e2f72b343a2ef55339ea5a3fe5d
+SHA512 (bandcamp-downloader-0.0.13.tar.gz) = 4c8635e69f0db77b826be0a5083a9fd3bd17e17ee84b85eee10bfb0ead37a3a9ae6751f0d5eb678d985428f62cd3816794038bf8d590eea36a5ac852952aa3db
+Size (bandcamp-downloader-0.0.13.tar.gz) = 18619 bytes



Home | Main Index | Thread Index | Old Index