Search Criteria
Package Details: python-weasel 0.4.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-weasel.git (read-only, click to copy) |
|---|---|
| Package Base: | python-weasel |
| Description: | A small and easy workflow system |
| Upstream URL: | https://github.com/explosion/weasel/ |
| Licenses: | MIT |
| Submitter: | jnphilipp |
| Maintainer: | jnphilipp |
| Last Packager: | jnphilipp |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-10-04 06:34 (UTC) |
| Last Updated: | 2025-11-14 07:58 (UTC) |
Dependencies (12)
- python-cloudpathlibAUR
- python-confectionAUR
- python-pydantic
- python-requests
- python-smart_openAUR
- python-srslyAUR (python-srsly-gitAUR, python-srsly-binAUR)
- python-typer
- python-wasabiAUR (python-wasabi-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
flylightning commented on 2025-11-06 00:47 (UTC) (edited on 2025-11-06 01:36 (UTC) by flylightning)
Checksum failed, it seems at 2025-11-6T00:37Z, about 10 hours after you updated the PKGBUILD to new version, weasel release the same version but the file is different so checksum is different. Now sha256sum is
447a5f7b99f8002c4c5ed076ecf75f23e9ad3f7c4be05d3930c7d087721674fd.EDIT: my related issue: https://github.com/explosion/weasel/issues/99, because it is more like a rant, I just closed that issue
EDIT: maybe related to https://github.com/explosion/weasel/commit/f9424269e2291218a21f423615676bd3e3c2a82b
It maybe a little bit hard to deal with this issue because many people's aur helper maybe already downloaded python-weasel-0.4.2.tar.gz file, simply change the checksum and increase pkgrel won't work for those people, those people need to manually delete the old python-weasel-0.4.2.tar.gz file first, e.g., with paru,
rm ~/.cache/paru/clone/python-weasel/python-weasel-0.4.2.tar.gz. One way to workaround this is to give another name like python-weasel-0.4.2-2.tar.gz with pkgrel in the file name for the new file, so those people using aur helper don't need to manually remove file. So I suggest maybe usesource=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/explosion/weasel/releases/download/release-v$pkgver/$_pkg-$pkgver.tar.gz")instead in PKGBUILD, this will also prevent in the future weasel devs do the same thing again.Basxto commented on 2023-10-04 20:34 (UTC)
python-smart-open is a duplicate, please depend on python-smart_open instead
It does work, but it can confuse AUR helpers when installing python-spacy, which depends on python-smart_open.