From 6dfde732b09bc054b7ed3b19d96bdcdb0e42ba56 Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Fri, 8 Aug 2025 12:37:38 +0200 Subject: [PATCH 1/2] readme: add void linux --- docs/changelog.rst | 1 + docs/guides/main.rst | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ab896a7ff..2c5147017 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -117,6 +117,7 @@ Other changes: - Refactored library.py file by splitting it into multiple modules within the beets/library directory. - Added a test to check that all plugins can be imported without errors. +- :doc:`/guides/main`: Add instructions to install beets on Void Linux. 2.3.1 (May 14, 2025) -------------------- diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 3e9c880ff..93f3d62cf 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -26,6 +26,8 @@ You will need Python. Beets works on Python 3.8 or later. which will probably set your computer on fire.) - On **Alpine Linux**, `beets is in the community repository `_ and can be installed with ``apk add beets``. +- On **Void Linux**, `beets is in the official repository `_ + and can be installed with ``xbps-install -S beets``. - For **Gentoo Linux**, beets is in Portage as ``media-sound/beets``. Just run ``emerge beets`` to install. There are several USE flags available for optional plugin dependencies. @@ -53,6 +55,8 @@ You will need Python. Beets works on Python 3.8 or later. .. _macports: https://www.macports.org +.. _void package: https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets + .. _nixos: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets .. _openbsd: http://openports.se/audio/beets From 5c7d49e24e4a6e4b6f89c68df2dce3c574cbfb0f Mon Sep 17 00:00:00 2001 From: Sebastian Mohr Date: Fri, 22 Aug 2025 11:30:47 +0200 Subject: [PATCH 2/2] Quick docfmt. --- docs/guides/main.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 93f3d62cf..bbb0ea858 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -26,8 +26,8 @@ You will need Python. Beets works on Python 3.8 or later. which will probably set your computer on fire.) - On **Alpine Linux**, `beets is in the community repository `_ and can be installed with ``apk add beets``. -- On **Void Linux**, `beets is in the official repository `_ - and can be installed with ``xbps-install -S beets``. +- On **Void Linux**, `beets is in the official repository `_ and + can be installed with ``xbps-install -S beets``. - For **Gentoo Linux**, beets is in Portage as ``media-sound/beets``. Just run ``emerge beets`` to install. There are several USE flags available for optional plugin dependencies. @@ -55,8 +55,6 @@ You will need Python. Beets works on Python 3.8 or later. .. _macports: https://www.macports.org -.. _void package: https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets - .. _nixos: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets .. _openbsd: http://openports.se/audio/beets @@ -65,6 +63,8 @@ You will need Python. Beets works on Python 3.8 or later. .. _ubuntu details: https://launchpad.net/ubuntu/+source/beets +.. _void package: https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets + If you have pip_, just say ``pip install beets`` (or ``pip install --user beets`` if you run into permissions problems).