python3-guessit: update to 3.8.0. python3-rebulk: update to 3.2.0#59900
Merged
ahesford merged 2 commits intovoid-linux:masterfrom Apr 13, 2026
Merged
python3-guessit: update to 3.8.0. python3-rebulk: update to 3.2.0#59900ahesford merged 2 commits intovoid-linux:masterfrom
ahesford merged 2 commits intovoid-linux:masterfrom
Conversation
f1cb413 to
7a6c539
Compare
ahesford
requested changes
Apr 12, 2026
7a6c539 to
9dafa92
Compare
ramblingenzyme
commented
Apr 13, 2026
| pkgname=python3-rebulk | ||
| version=2.0.1 | ||
| revision=9 | ||
| version=3.2.0 |
Contributor
Author
There was a problem hiding this comment.
The only other package in the tree which depends on python3-rebulk is python3-trakit 0.2.5, which already expected ^3.1.0 of rebulk: https://github.com/ratoaq2/trakit/blob/8eda1d7f0cf2b2e45d3bedcbb7e154fd06c5d835/pyproject.toml#L57
ahesford
requested changes
Apr 13, 2026
srcpkgs/python3-guessit/template
Outdated
| version=3.8.0 | ||
| revision=1 | ||
| build_style=python3-pep517 | ||
| hostmakedepends="python3-setuptools python3-rebulk python3-babelfish python3-dateutil" |
Member
There was a problem hiding this comment.
Suggested change
| hostmakedepends="python3-setuptools python3-rebulk python3-babelfish python3-dateutil" | |
| hostmakedepends="python3-setuptools" |
The extra packages belong in checkdepends, not here.
Contributor
Author
There was a problem hiding this comment.
Cool, wasn't sure about where to put them.
srcpkgs/python3-guessit/template
Outdated
| hostmakedepends="python3-setuptools python3-rebulk python3-babelfish python3-dateutil" | ||
| depends="python3-rebulk python3-babelfish python3-dateutil" | ||
| short_desc="Library for guessing information from video filenames (Python3)" | ||
| checkdepends="python3-pytest python3-pytest-mock python3-pytest-benchmark python3-yaml" |
Member
There was a problem hiding this comment.
Suggested change
| checkdepends="python3-pytest python3-pytest-mock python3-pytest-benchmark python3-yaml" | |
| checkdepends="python3-pytest python3-pytest-mock python3-pytest-benchmark python3-yaml ${depends}" |
This is the canonical way to include runtime dependencies in the build environment when checks are run.
9dafa92 to
3b28064
Compare
Member
|
Does this resolve your issue with subliminal? |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Reference: #59816
Testing the changes
Local build testing