python3-guessit: update to 3.8.0.#59900
Open
ramblingenzyme wants to merge 1 commit intovoid-linux:masterfrom
Open
python3-guessit: update to 3.8.0.#59900ramblingenzyme wants to merge 1 commit intovoid-linux:masterfrom
ramblingenzyme wants to merge 1 commit intovoid-linux:masterfrom
Conversation
f1cb413 to
7a6c539
Compare
ahesford
requested changes
Apr 12, 2026
| post_patch() { | ||
| # Package does not *need* pytest-runner to build, and Void doesn't have it | ||
| vsed -e "/setup_requires/s/['\"]pytest-runner['\"],*//" -i setup.py | ||
| do_check() { |
Member
There was a problem hiding this comment.
This is not how we skip tests. But what does "legitimately failing" mean? I see no checkdepends, so tests are probably failing for illegitimate reasons.
| revision=8 | ||
| version=3.8.0 | ||
| revision=1 | ||
| build_style=python3-module |
Member
There was a problem hiding this comment.
This now provides pyproject.toml.
Suggested change
| build_style=python3-module | |
| build_style=python3-pep517 |
| build_style=python3-module | ||
| hostmakedepends="python3-setuptools" | ||
| depends="python3-rebulk python3-babelfish python3-dateutil" | ||
| short_desc="Library for guessing information from video filenames (Python3)" |
Member
There was a problem hiding this comment.
Suggested change
| short_desc="Library for guessing information from video filenames" |
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