pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bandcamp-dl bandcamp-dl: updated to 0.0.13
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5870b52c118
branches: trunk
changeset: 387314:f5870b52c118
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 26 13:27:54 2022 +0000
description:
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.
diffstat:
net/bandcamp-dl/Makefile | 20 +++++++++++---------
net/bandcamp-dl/distinfo | 8 ++++----
2 files changed, 15 insertions(+), 13 deletions(-)
diffs (55 lines):
diff -r 34cf3ebb3c6d -r f5870b52c118 net/bandcamp-dl/Makefile
--- a/net/bandcamp-dl/Makefile Wed Oct 26 13:26:36 2022 +0000
+++ b/net/bandcamp-dl/Makefile Wed Oct 26 13:27:54 2022 +0000
@@ -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 @@
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
+
+USE_LANGUAGES= # none
+
+USE_PKG_RESOURCES= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-mutagen
-USE_PKG_RESOURCES= yes
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 34cf3ebb3c6d -r f5870b52c118 net/bandcamp-dl/distinfo
--- a/net/bandcamp-dl/distinfo Wed Oct 26 13:26:36 2022 +0000
+++ b/net/bandcamp-dl/distinfo Wed Oct 26 13:27:54 2022 +0000
@@ -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