Package Details: python-trakit 0.2.2-1

Git Clone URL: https://aur.archlinux.org/python-trakit.git (read-only, click to copy)
Package Base: python-trakit
Description: Guess additional information from titles in media tracks
Upstream URL: https://github.com/ratoaq2/trakit
Licenses: MIT
Submitter: gileri
Maintainer: gileri
Last Packager: gileri
Votes: 1
Popularity: 1.00
First Submitted: 2025-05-04 15:15 (UTC)
Last Updated: 2025-05-05 08:58 (UTC)

Dependencies (14)

Required by (1)

Sources (1)

Latest Comments

gileri commented on 2025-05-05 08:58 (UTC)

Thanks, implemented the changes.

bpierre commented on 2025-05-05 07:16 (UTC)

The package is missing a build dependency on python-poetry-core:

diff --git i/PKGBUILD w/PKGBUILD
index cef9a7e..60e716a 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -12,7 +12,7 @@ depends=(
    python-rebulk
    python-pyyaml
 )
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
 checkdepends=(
     flake8
     mypy