Search Criteria
Package Details: labelle 1.3.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/labelle.git (read-only, click to copy) |
---|---|
Package Base: | labelle |
Description: | Linux Software to print with LabelManager PnP from Dymo |
Upstream URL: | https://github.com/labelle-org/labelle |
Licenses: | Apache-2.0 |
Replaces: | dymoprint |
Submitter: | Auerhuhn |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 1 |
Popularity: | 0.83 |
First Submitted: | 2024-04-29 17:56 (UTC) |
Last Updated: | 2024-12-22 17:27 (UTC) |
Dependencies (24)
- python (python37AUR, python311AUR, python310AUR)
- python-barcodeAUR (python-barcode-gitAUR, python-barcodeAUR)
- python-darkdetect
- python-pillow
- python-platformdirs
- python-pyqrcode
- python-pyqt6
- python-pyusb (python-pyusb-gitAUR)
- python-rich
- python-typer
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatch-fancy-pypi-readme (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-pip (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- at-spi2-core (at-spi2-core-gitAUR) (check)
- python-pytest (check)
- python-pytest-image-diffAUR (check)
- python-pytest-qt (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
Latest Comments
1 2 3 Next › Last »
simona commented on 2025-01-04 12:04 (UTC)
Thx. Tried –rebuildtree but no change. Thanks for trying.
Auerhuhn commented on 2025-01-04 11:40 (UTC)
@simona There seems to be a misunderstanding of what yay can do and what it can’t do. One would expect that yay should be smart enough to always do the right thing and always rebuild your Python packages properly, but in reality AUR helpers are nowhere near that smart. (The fact that most PKGBUILD maintainers never bother doing annual courtesy pkgrel bumps is also not exactly helpful.)
That’s why your expectation is unrealistic, and you’re going to have to either a) rebuild your dependency hierarchy yourself, or b) use the
--rebuildtree
option to have yay do it for you.But there’s absolutely no way for
yay -Syu
to always work reliably in the face of a minor Python version upgrade.And there’s nothing the labelle PKGBUILD can possibly do about it.
AUR helpers are not nearly as smart as you think they are. That’s why I suggested to install
checkrebuild
, becausecheckrebuild
is that smart, and will warn you about the issue every time it happens.simona commented on 2025-01-04 10:31 (UTC)
you can't have to fumble with updating a single aur package specifically. it's fine for testing, but in the end a simple "yay -Syu" has to work
Auerhuhn commented on 2025-01-04 10:25 (UTC)
@spease I tried several times both on my development machine and in a clean chroot, but I can’t reproduce.
Does the build work in a clean chroot for you?
spease commented on 2025-01-02 07:21 (UTC) (edited on 2025-01-02 07:22 (UTC) by spease)
Getting the following error:
I have attempted running checkrebuild and updated all the dependencies it recommended.
Auerhuhn commented on 2024-12-26 00:04 (UTC)
@simona You need to rebuild your dependencies. This phenomenon is to be expected. It occurs once a year on the AUR because of the Python upgrade. There is no fix other than rebuilding your AUR packages.
Suggestion: Install the rebuild-detector package and run the
checkrebuild -v
command. Rebuild all packages that come up in the results, especially python-pytest-image-diff, which is a dependency of labelle. Then rebuild labelle.simona commented on 2024-12-25 23:36 (UTC)
=========================================================== ERRORS ===========================================================
_____ ERROR at setup of test_barcode_with_text_render_engine_alignment[left] _______
file /home/simona/.cache/yay/labelle/src/labelle-1.3.2/src/labelle/lib/render_engines/tests/test_render_engines.py, line 58 @pytest.mark.parametrize("align", Direction) def test_barcode_with_text_render_engine_alignment(request, image_diff, align):
E fixture 'image_diff' not found
Auerhuhn commented on 2024-12-25 23:08 (UTC)
@simona According to the log you already posted, you’ve been using yay, so your PKGBUILD should be in
/home/simona/.cache/yay/labelle
.simona commented on 2024-12-25 23:03 (UTC)
I downloaded package in https://github.com/labelle-org/labelle, where is PKGBUILD?
Auerhuhn commented on 2024-12-25 23:01 (UTC)
@simona Please run the command line from the directory where the
PKGBUILD
file is located.1 2 3 Next › Last »