On 2024/05/30 12:35, Stuart Henderson wrote: > On 2024/05/30 12:34, Kirill A. Korinsky wrote: > > On Thu, 30 May 2024 12:23:48 +0100, > > Stuart Henderson <s...@spacehopper.org> wrote: > > > > > > On 2024/05/30 12:13, Kirill A. Korinsky wrote: > > > > ports@, > > > > > > > > I'm working on update of audio/beets which was released few hours ago > > > > and it > > > > requires a few new ports as dependencies. > > > > > > pylast is an optional rather than a required dep. > > > > > > > And which is already in dependency tree. I defently need more coffee. > > > > > > This is the first one: python interface to Last.fm and Libre.fm. > > > > > > > > Tested on -current/amd64 with one note: majority of tests are skipt > > > > without > > > > real credetionals to Last.fm > > > > > > It's missing something for tests, > > > > > > importlib.metadata.PackageNotFoundError: No package metadata was found > > > for pylast > > > > > > could be fixed with "TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}" or > > > maybe something smarter. > > > > > > > Thanks to pointing this. > > > > BTW how did you find this output? > > "make test" without having pylast installed. >
...presumably because it does this: src/pylast/__init__.py 26:import importlib.metadata 44:__version__ = importlib.metadata.version(__name__)