-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
translate-toolkit: update to 3.16.3 #29928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Notifying maintainers: |
|
blocked by #29927 |
|
And it needs more than the blocker but checking tomorrow: |
ea893a3 to
442c0b8
Compare
61a3073 to
9d25f3f
Compare
| size 1466431 | ||
| checksums rmd160 d86252dce77fead122e0da8ebddc2147d2aec9d5 \ | ||
| sha256 d9656526a8bb0f0a88a16a08ed463036589cd34af059daf80aaaa90b9246586c \ | ||
| size 536719 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new distfile is almost a third of the original in size, have you checked the difference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, you mean I took a wrong file?
What should I look for in the archive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use diffoscope or maybe just compare the file list to see what have changed. If the change is reasonable, then we are good to merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 182 562 byte directly downloaded from the https://github.com/translate/translate/archive/refs/tags/3.16.3.tar.gz
No idea why the checksum -d reports this:
EBUG: fetch phase started at Fri Nov 7 16:42:26 CET 2025
---> Fetching distfiles for translate-toolkit
DEBUG: Executing org.macports.fetch (translate-toolkit)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: checksum phase started at Fri Nov 7 16:42:26 CET 2025
---> Verifying checksums for translate-toolkit
DEBUG: Executing org.macports.checksum (translate-toolkit)
---> Checksumming translate_toolkit-3.16.3.tar.gz
DEBUG: Calculated (rmd160) is d86252dce77fead122e0da8ebddc2147d2aec9d5
DEBUG: Correct (rmd160) checksum for translate_toolkit-3.16.3.tar.gz
DEBUG: Calculated (sha256) is d9656526a8bb0f0a88a16a08ed463036589cd34af059daf80aaaa90b9246586c
DEBUG: Correct (sha256) checksum for translate_toolkit-3.16.3.tar.gz
DEBUG: Calculated (size) is 536719
DEBUG: Correct (size) checksum for translate_toolkit-3.16.3.tar.gzThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But again we get from the pypi, right?
There is half the size:
https://pypi.org/project/translate-toolkit/#translate_toolkit-3.16.3.tar.gz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okey, no tests and no docs in pypi.
Good enough, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okey, no tests and no docs in pypi. Good enough, right?
Do you mean that compared to 3.12.2, the 3.16.3 source archive removed tests and docs? Were they part of the files installed for translate-toolkit version 3.12.2 by MacPorts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the 3.16.3 exposed via Pypi is without tests and docs.
Yes, the 3.12.2 has tests and docs.
Description
Type(s)
Tested on
macOS 26.0.1 25A362 arm64
Command Line Tools 26.0.0.0.1.1757719676
Verification
Have you
port lint?sudo port test?sudo port -vst install?