Package Details: beets-git 2.0.0.r73.gb583fb7de-1

Git Clone URL: https://aur.archlinux.org/beets-git.git (read-only, click to copy)
Package Base: beets-git
Description: Flexible music library manager and tagger - git version
Upstream URL: https://beets.io/
Licenses: MIT
Conflicts: beets
Provides: beets
Submitter: demize
Maintainer: alex19EP (schan)
Last Packager: alex19EP
Votes: 24
Popularity: 0.32
First Submitted: 2013-06-14 20:07 (UTC)
Last Updated: 2024-06-13 21:42 (UTC)

Latest Comments

1 2 3 4 Next › Last »

f0ff886f commented on 2024-06-20 14:48 (UTC) (edited on 2024-06-20 14:48 (UTC) by f0ff886f)

They reverted that change. They literally required all these deps to print a string just for debug ... modern software development.

tsj commented on 2024-06-18 14:42 (UTC)

As of https://github.com/beetbox/beets/commit/143b9202f3f2bb95738db3260b29827199273260 (or earlier), we also need as dependencies: https://aur.archlinux.org/packages/python-multimethod https://archlinux.org/packages/extra/any/python-sqlparse/ and a pkgbuild for https://github.com/snejus/rich-tables

With all three, it built for me.

Sridou11 commented on 2024-06-13 17:41 (UTC) (edited on 2024-06-15 04:28 (UTC) by Sridou11)

Edit: Now it's building, but I didn't do anything different

I installed python-poetry as it was required from the latest git commit, but still I was not able to build the package due to the following errors:


FAIL test/plugins/test_player.py::BPDControlTest::test_implements_control - reason:
XFAIL test/plugins/test_player.py::BPDQueueTest::test_implements_queue - reason:
XFAIL test/plugins/test_player.py::BPDDatabaseTest::test_implements_database - reason:
XFAIL test/plugins/test_player.py::BPDMountsTest::test_implements_mounts - reason:
XFAIL test/plugins/test_player.py::BPDStickerTest::test_implements_stickers - reason:
XFAIL test/plugins/test_player.py::BPDPartitionTest::test_implements_partitions - reason:
XFAIL test/plugins/test_player.py::BPDDeviceTest::test_implements_devices - reason:
XFAIL test/plugins/test_player.py::BPDReflectionTest::test_i 

f0ff886f commented on 2024-06-13 10:05 (UTC)

It looks like upstream changed building completely to use poetry now: https://github.com/beetbox/beets/commit/d7bf28deed1c47ceb418960a2f5009eeb0ecd750

The dependency tree just grew :D

f0ff886f commented on 2024-06-10 13:32 (UTC)

As of https://github.com/beetbox/beets/commit/0966e3c653cea46bfc5faf797a799bd50687a6b9 the AUR dependency python-pytest-flask is required, or else the tests fail.

FabioLolix commented on 2023-12-31 16:39 (UTC)

@caspar-2 just rebuild the package, pkgbuild maintainers are not obliged to bump for new commit

caspar-2 commented on 2023-11-28 21:39 (UTC) (edited on 2023-11-28 21:40 (UTC) by caspar-2)

Important bugfixes are available for beets without a new release. This package is the only way to get a current version of beets. Please update the package with a recent commit.

nichobi commented on 2023-08-24 18:23 (UTC)

The .SRCINFO file is missing the python-sphinx dependency, causing issues with AUR helpers, etc.

MarsSeed commented on 2023-08-01 11:35 (UTC) (edited on 2024-04-24 18:20 (UTC) by MarsSeed)

Please kindly modernize the build procedure to follow PEP 517 standard, otherwise Python complains during setup that the direct execution of setup.py will be blocked in an upcoming release.