Skip to content

python3-guessit: update to 3.8.0. python3-rebulk: update to 3.2.0#59900

Merged
ahesford merged 2 commits intovoid-linux:masterfrom
ramblingenzyme:upgrade-guessit
Apr 13, 2026
Merged

python3-guessit: update to 3.8.0. python3-rebulk: update to 3.2.0#59900
ahesford merged 2 commits intovoid-linux:masterfrom
ramblingenzyme:upgrade-guessit

Conversation

@ramblingenzyme
Copy link
Copy Markdown
Contributor

@ramblingenzyme ramblingenzyme commented Apr 12, 2026

Reference: #59816

Testing the changes

  • I tested the changes in this PR: briefly

Local build testing

  • I built this PR locally for my native architecture, (x86_64-libc)
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • armv6l-musl (crossbuild)

pkgname=python3-rebulk
version=2.0.1
revision=9
version=3.2.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@ramblingenzyme ramblingenzyme changed the title python3-guessit: update to 3.8.0. python3-guessit: update to 3.8.0. python3-rebulk: update to 3.2.0 Apr 13, 2026
version=3.8.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-rebulk python3-babelfish python3-dateutil"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
hostmakedepends="python3-setuptools python3-rebulk python3-babelfish python3-dateutil"
hostmakedepends="python3-setuptools"

The extra packages belong in checkdepends, not here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, wasn't sure about where to put them.

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"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@ahesford
Copy link
Copy Markdown
Member

Does this resolve your issue with subliminal?

@ramblingenzyme
Copy link
Copy Markdown
Contributor Author

ramblingenzyme commented Apr 13, 2026

Does this resolve your issue with subliminal?

Yes it does, guessit now works without needing python3-setuptools installed on the system, and the same applies to subliminal.

image

@ahesford ahesford merged commit c47d0bf into void-linux:master Apr 13, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants