OpenBSD CVS

CVS log for ports/audio/beets/Makefile


[BACK] Up to [local] / ports / audio / beets

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.63 / (download) - annotate - [select for diffs], Mon May 6 12:22:31 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.62: +1 -1 lines
Diff to previous 1.62 (unified)

bump REVISION for py3.10 -> py3.11 switch

Revision 1.62 / (download) - annotate - [select for diffs], Sun Nov 13 15:27:36 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.61: +1 -1 lines
Diff to previous 1.61 (unified)

bump for MODPY_DEFAULT_VERSION_3 change

Revision 1.61 / (download) - annotate - [select for diffs], Tue Sep 13 20:56:17 2022 UTC (20 months, 2 weeks ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.60: +1 -1 lines
Diff to previous 1.60 (unified)

rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Sep 9 19:12:12 2022 UTC (20 months, 3 weeks ago) by sthen
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (unified)

move audio/* from MODPY_SETUPTOOLS to MODPY_PEP517=setuptools

Revision 1.59 / (download) - annotate - [select for diffs], Fri Mar 11 18:20:05 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.58: +0 -2 lines
Diff to previous 1.58 (unified)

drop RCS Ids

Revision 1.58 / (download) - annotate - [select for diffs], Tue Mar 1 21:26:19 2022 UTC (2 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.57: +1 -5 lines
Diff to previous 1.57 (unified)

we no longer need GNU tar to extract these archives correctly

Revision 1.57 / (download) - annotate - [select for diffs], Mon Nov 29 17:32:28 2021 UTC (2 years, 6 months ago) by ajacoutot
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (unified)

Fix typo which prevented archivers/gtar to be added to BDEP.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Nov 29 11:37:08 2021 UTC (2 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.55: +6 -4 lines
Diff to previous 1.55 (unified)

update to beets-1.6.0

Revision 1.55 / (download) - annotate - [select for diffs], Tue Nov 16 16:20:03 2021 UTC (2 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.54: +5 -3 lines
Diff to previous 1.54 (unified)

update to beets-1.5.0, ok abieber@ (i tweaked tests after ok)

Revision 1.54 / (download) - annotate - [select for diffs], Tue Nov 2 00:00:13 2021 UTC (2 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (unified)

bump REVISION for switch from Python 3.8 -> 3.9

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jul 21 23:31:48 2021 UTC (2 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.52: +2 -3 lines
Diff to previous 1.52 (unified)

drop py-pathlib use, it's in the standard library in newer py3.x

Revision 1.52 / (download) - annotate - [select for diffs], Sun May 16 17:10:44 2021 UTC (3 years ago) by sthen
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (unified)

merge a newer version of lyrics.py plugin from beets git; fixes an
"AttributeError: 'NoneType' object has no attribute 'get_text'" which
occurs with the old version.

from Johan Huldtgren

Revision 1.51 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:09 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.50: +1 -3 lines
Diff to previous 1.50 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Jan 4 05:34:22 2021 UTC (3 years, 4 months ago) by bentley
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (unified)

Move homepage to https

Revision 1.49 / (download) - annotate - [select for diffs], Sun Sep 20 16:04:52 2020 UTC (3 years, 8 months ago) by kmos
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (unified)

Move devel/py-algorithm-munkres from MODPY_DEFAULT_VERSION_3 to
FLAVOR=python3. Also adjust its only soncumer, audio/beets

ok kn bket

Revision 1.48 / (download) - annotate - [select for diffs], Tue Sep 8 18:23:35 2020 UTC (3 years, 8 months ago) by abieber
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (unified)

Actually include the diff wht the fix this time. Thanks to paco@ for pointing it
out.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Sep 5 22:24:01 2020 UTC (3 years, 8 months ago) by abieber
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (unified)

Bump beets to include an upstream fix:
 https://github.com/beetbox/beets/commit/31855a93949a7b2e2636f709c2678d0efef1dcba.patch

Revision 1.46 / (download) - annotate - [select for diffs], Fri Jul 3 21:12:34 2020 UTC (3 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (unified)

bump REVISION; python 3 default changed to 3.8

Revision 1.45 / (download) - annotate - [select for diffs], Mon Mar 30 21:38:42 2020 UTC (4 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (unified)

Update beets readme: replaygain needs gstreamer1-plugins-good as well.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Feb 3 20:40:38 2020 UTC (4 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.43: +2 -4 lines
Diff to previous 1.43 (unified)

drop maintainer

Revision 1.43 / (download) - annotate - [select for diffs], Tue Nov 19 21:21:10 2019 UTC (4 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (unified)

bump REVISION/adjust hpodder dep for py-mutagen semi-backout

Revision 1.42 / (download) - annotate - [select for diffs], Tue Nov 19 12:12:15 2019 UTC (4 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (unified)

cope with audio/py-mutagen subpackage split

Revision 1.41 / (download) - annotate - [select for diffs], Sun Nov 10 21:47:00 2019 UTC (4 years, 6 months ago) by kmos
Branch: MAIN
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (unified)

py-algorithm-munkres is now python3-only. Update the dependency here
and bump REVISION.

ok kn

Revision 1.40 / (download) - annotate - [select for diffs], Thu Nov 7 21:58:27 2019 UTC (4 years, 6 months ago) by kmos
Branch: MAIN
Changes since 1.39: +6 -3 lines
Diff to previous 1.39 (unified)

Fix tests by adding py-responses and py-rarfile to the TEST_DEPENDS
and enable MODPY_PYTEST

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jul 4 20:05:26 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.38: +13 -13 lines
Diff to previous 1.38 (unified)

fix previous - duh, PORTHOME should just be a port variable, not in TEST_ENV.
use consistent spacing around = while there.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jul 4 19:57:40 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (unified)

set PORTHOME in TEST_ENV

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jun 3 16:06:50 2019 UTC (5 years ago) by sthen
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (unified)

s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain

Revision 1.36 / (download) - annotate - [select for diffs], Fri May 31 13:51:46 2019 UTC (5 years ago) by sthen
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (unified)

update to beets-1.4.9
new feature: now supports https://no-color.org

Revision 1.35 / (download) - annotate - [select for diffs], Fri May 17 13:42:00 2019 UTC (5 years ago) by sthen
Branch: MAIN
Changes since 1.34: +5 -6 lines
Diff to previous 1.34 (unified)

update to beets-1.4.8

Revision 1.34 / (download) - annotate - [select for diffs], Wed May 15 12:04:34 2019 UTC (5 years ago) by kmos
Branch: MAIN
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (unified)

Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@

Revision 1.33 / (download) - annotate - [select for diffs], Sun Apr 28 20:51:26 2019 UTC (5 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (unified)

bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 17 23:39:40 2019 UTC (5 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.31: +2 -6 lines
Diff to previous 1.31 (unified)

do-test target not needed, it's the default already

Revision 1.31 / (download) - annotate - [select for diffs], Sat Sep 29 19:53:47 2018 UTC (5 years, 8 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

adjust beets README again, with information about using the gstreamer
backend for replaygain.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Sep 24 21:44:47 2018 UTC (5 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified)

tweak beets README, thanks to Raf Czlonka who writes:

- given that beets has been moved to Python 3 last year[0], I believe
  that the plugin dependencies should be updated from py-* to py3-*

- neither mp3gain, nor aacgain packages exist so delete that paragraph

- documentation URL - HTTPS and TLD change

(mp3gain was removed due to unfixed security bugs, not sure where aacgain
came from in the first place as I don't seem to find it in old trees anywhere)

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 4 12:46:09 2018 UTC (5 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (unified)

convert to PKGSTEM

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 8 13:37:27 2018 UTC (5 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

update to beets-1.4.7

Revision 1.27 / (download) - annotate - [select for diffs], Fri Dec 22 14:39:22 2017 UTC (6 years, 5 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.26: +5 -7 lines
Diff to previous 1.26 (unified)

update to beets-1.4.6
move to py3

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jun 28 17:59:31 2017 UTC (6 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (unified)

update to beets-1.4.5

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 13 20:30:26 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (unified)

mandoc handles reStructuredText output now, drop USE_GROFF and bump

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 11 21:20:30 2017 UTC (6 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.23: +3 -5 lines
Diff to previous 1.23 (unified)

shuffle RDEPs again, we now have py3 flavours of everything needed to
be able to switch to py3 so no need to list them separately.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 11 14:50:01 2017 UTC (6 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (unified)

adjust RUN_DEPENDS grouping, the only remaining dep for py3 support is py-discogs-client

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 11 14:08:39 2017 UTC (6 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.21: +20 -11 lines
Diff to previous 1.21 (unified)

update to beets-1.4.4

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 10 14:43:00 2017 UTC (7 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

update to beets-1.4.3

Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 16 11:22:39 2016 UTC (7 years, 5 months ago) by sthen
Branch: MAIN
Changes since 1.19: +21 -13 lines
Diff to previous 1.19 (unified)

update to beets-1.4.1

Revision 1.19 / (download) - annotate - [select for diffs], Fri Aug 26 18:25:34 2016 UTC (7 years, 9 months ago) by danj
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (unified)

add a missing entry in the plist (found while fiddling with py-setuptools
update)

ok sthen@ (maintainer)

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 27 14:21:31 2016 UTC (7 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

update to beets-1.3.19

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 1 15:01:32 2016 UTC (8 years ago) by sthen
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

update to beets-1.3.18 (now that pypi.io updated..)

Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 25 00:44:34 2016 UTC (8 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.15: +4 -5 lines
Diff to previous 1.15 (unified)

update to beets-1.3.17

Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 29 19:37:55 2015 UTC (8 years, 5 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

update to beets-1.3.16, lots of improvements including a nice new "edit"
plugin that allows editing tags in bulk in $EDITOR

release notes at https://github.com/sampsyo/beets/releases/tag/v1.3.16

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 18 10:40:43 2015 UTC (8 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (unified)

update to beets-1.3.15

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 29 10:51:14 2015 UTC (8 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

bump REVISION for setuptools dep change.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 23 21:14:32 2015 UTC (8 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (unified)

talk about OAuth in beets README; py-oauthlib update means a new token is needed

Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 12 15:04:07 2015 UTC (8 years, 9 months ago) by sthen
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (unified)

update to beets-1.3.14

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 15 08:49:03 2015 UTC (8 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (unified)

add missing rdep on py-jellyfish; from Johan Huldtgren

Revision 1.9 / (download) - annotate - [select for diffs], Wed May 20 08:14:31 2015 UTC (9 years ago) by sthen
Branch: MAIN
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (unified)

now that py-jellyfish is in, update to beets-1.3.13

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 15 13:43:40 2015 UTC (9 years ago) by sthen
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (unified)

sprinkle some PORTROACH_COMMENTs

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 8 10:55:31 2015 UTC (9 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (unified)

update to beets-1.3.11
http://beets.readthedocs.org/en/latest/changelog.html#april-5-2015

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 2 14:21:12 2015 UTC (9 years, 2 months ago) by jasper
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

- switch to MODPY_PI

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 9 17:15:29 2015 UTC (9 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

update to beets 1.3.10

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 20 01:43:59 2014 UTC (9 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

update to beets 1.3.9

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 31 13:39:22 2014 UTC (9 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (unified)

update to beets 1.3.8

force a dependency on audio/py-discogs-client with a minimum version.
it's optional (only used by the discogs plugin) but the dep chain isn't
too bad and it's more userfriendly to prevent attempts to run it with
the old-API version that won't work.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 16 11:55:04 2014 UTC (9 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (unified)

update to beets 1.3.7, take maintainer

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu May 22 14:16:55 2014 UTC (10 years ago) by sthen
Branch: sthen
CVS Tags: sthen_20140522, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import ports/audio/beets, from Nils R with a few tweaks/feedback from various
including myself, bcallah, frantisek holop, Johan Huldtgren. ok abieber@

The purpose of beets is to get your music collection right once and for
all. It catalogs your collection, automatically improving its metadata
as it goes using the MusicBrainz database. Then it provides a bouquet of
tools for manipulating and accessing your music.

Features include:

- Fetch or calculate metadata: album art, lyrics, genres, tempos,
ReplayGain levels, or acoustic fingerprints.

- Get metadata from MusicBrainz, Discogs, or Beatport. Or guess metadata
using songs' filenames or their acoustic fingerprints.

- Transcode audio.

- Check your library for duplicate tracks and albums or for albums
that are missing tracks.

- Browse your music library graphically through a Web browser and play
it in any browser that supports HTML5 Audio.

Revision 1.1 / (download) - annotate - [select for diffs], Thu May 22 14:16:55 2014 UTC (10 years ago) by sthen
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.