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:           Sat Jun  6 06:46:20 UTC 2026

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

Log Message:
bandcamp-dl: updated to 0.0.17

0.0.17

add cmd argument --embed-genres to fetch genres
fix downloading discography
one-char typo: he -> The
Fixed attempting to embed lyrics causing bandcamp-dl to break when the word "track" is in an album url.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/bandcamp-dl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bandcamp-dl/PLIST
cvs rdiff -u -r1.5 -r1.6 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.9 pkgsrc/net/bandcamp-dl/Makefile:1.10
--- pkgsrc/net/bandcamp-dl/Makefile:1.9 Mon Aug 14 05:24:58 2023
+++ pkgsrc/net/bandcamp-dl/Makefile     Sat Jun  6 06:46:19 2026
@@ -1,31 +1,29 @@
-# $NetBSD: Makefile,v 1.9 2023/08/14 05:24:58 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/06/06 06:46:19 adam Exp $
 
-DISTNAME=      bandcamp-downloader-0.0.13
-PKGNAME=       ${DISTNAME:S/-downloader/-dl/1}
-PKGREVISION=   1
+DISTNAME=      bandcamp_downloader-0.0.17
+PKGNAME=       ${DISTNAME:S/_downloader/-dl/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bandcamp-downloader/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/iheanyi/bandcamp-dl
+HOMEPAGE=      https://github.com/Evolution0/bandcamp-dl
 COMMENT=       Simple Python script to download Bandcamp albums
 LICENSE=       unlicense
 
-DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
-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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4.14.0:../../www/py-beautifulsoup4
+DEPENDS+=      ${PYPKGPREFIX}-demjson3>=3.0.6:../../textproc/py-demjson3
+DEPENDS+=      ${PYPKGPREFIX}-mutagen>=1.47.0:../../audio/py-mutagen
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.32.3:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-unicode-slugify>=0.1.5:../../converters/py-unicode-slugify
+DEPENDS+=      ${PYPKGPREFIX}-urllib3>=2.2.2:../../www/py-urllib3
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
+.endif
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mutagen
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/bandcamp-dl/PLIST
diff -u pkgsrc/net/bandcamp-dl/PLIST:1.4 pkgsrc/net/bandcamp-dl/PLIST:1.5
--- pkgsrc/net/bandcamp-dl/PLIST:1.4    Thu Jan 21 18:10:05 2021
+++ pkgsrc/net/bandcamp-dl/PLIST        Sat Jun  6 06:46:19 2026
@@ -1,5 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2021/01/21 18:10:05 nia Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/06/06 06:46:19 adam Exp $
 bin/bandcamp-dl
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/bandcamp_dl/__init__.py
 ${PYSITELIB}/bandcamp_dl/__init__.pyc
 ${PYSITELIB}/bandcamp_dl/__init__.pyo
@@ -15,21 +22,6 @@ ${PYSITELIB}/bandcamp_dl/bandcampdownloa
 ${PYSITELIB}/bandcamp_dl/bandcampjson.py
 ${PYSITELIB}/bandcamp_dl/bandcampjson.pyc
 ${PYSITELIB}/bandcamp_dl/bandcampjson.pyo
-${PYSITELIB}/bandcamp_dl/utils/__init__.py
-${PYSITELIB}/bandcamp_dl/utils/__init__.pyc
-${PYSITELIB}/bandcamp_dl/utils/__init__.pyo
-${PYSITELIB}/bandcamp_dl/utils/clean_print.py
-${PYSITELIB}/bandcamp_dl/utils/clean_print.pyc
-${PYSITELIB}/bandcamp_dl/utils/clean_print.pyo
-${PYSITELIB}/bandcamp_dl/utils/requests_patch.py
-${PYSITELIB}/bandcamp_dl/utils/requests_patch.pyc
-${PYSITELIB}/bandcamp_dl/utils/requests_patch.pyo
-${PYSITELIB}/bandcamp_dl/utils/unicode_slugify.py
-${PYSITELIB}/bandcamp_dl/utils/unicode_slugify.pyc
-${PYSITELIB}/bandcamp_dl/utils/unicode_slugify.pyo
-${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
+${PYSITELIB}/bandcamp_dl/config.py
+${PYSITELIB}/bandcamp_dl/config.pyc
+${PYSITELIB}/bandcamp_dl/config.pyo

Index: pkgsrc/net/bandcamp-dl/distinfo
diff -u pkgsrc/net/bandcamp-dl/distinfo:1.5 pkgsrc/net/bandcamp-dl/distinfo:1.6
--- pkgsrc/net/bandcamp-dl/distinfo:1.5 Wed Oct 26 13:27:54 2022
+++ pkgsrc/net/bandcamp-dl/distinfo     Sat Jun  6 06:46:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/10/26 13:27:54 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/06/06 06:46:19 adam Exp $
 
-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
+BLAKE2s (bandcamp_downloader-0.0.17.tar.gz) = 9ad57f952ec680e0acf01b296442d0f425aaaeb6168ed6efec8ac96bb08165af
+SHA512 (bandcamp_downloader-0.0.17.tar.gz) = fe10ed1b33d42e023f4476c89512e3b41b82efe808e915afea62e23ce826d62059abeda7ecfbefa5542ed8fa5fb7ef0fc11cfeac34ac5bf44426db56bb833418
+Size (bandcamp_downloader-0.0.17.tar.gz) = 18247 bytes



Home | Main Index | Thread Index | Old Index