CVS log for pkgsrc/net/bandcamp-dl/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / net / bandcamp-dl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:24:58 2023 UTC (15 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
*: recursive bump for Python 3.11 as new default
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 26 13:27:54 2022 UTC (2 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -8
lines
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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 30 11:18:40 2022 UTC (2 years, 5 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:15 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2
lines
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:23 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 16 12:44:54 2021 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
py-mutagen: mark as not for python 2.7
Also adapt the dependencies to not support python 2.7.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 21 18:10:05 2021 UTC (3 years, 10 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4
lines
bandcamp-dl: Update to 0.0.10
- Exposed Unicode Slugify options to better enhance filename generation, user can now:
Retain uppercase
Retain spaces
Choose the space replacement char if not retaining them
Convert characters to ASCII
- Album cover quality increased by switching to the pop-up image
- Fixed bandcamp-dl not being able to find the needed page data due to a change on Bandcamp's end
- Fixed script data matching
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 4 20:45:32 2020 UTC (4 years ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 1 17:55:05 2020 UTC (4 years, 7 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
net: Add bandcamp-dl
bandcamp-dl is a small command line app to download audio from bandcamp.com.
CVSweb <webmaster@jp.NetBSD.org>