Search Criteria
Package Details: dymoprint 2.5.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dymoprint.git (read-only, click to copy) |
---|---|
Package Base: | dymoprint |
Description: | Linux Software to print with LabelManager PnP from Dymo |
Upstream URL: | https://github.com/computerlyrik/dymoprint |
Licenses: | Apache |
Provides: | dymoprint |
Submitter: | rarvolt |
Maintainer: | rarvolt |
Last Packager: | rarvolt |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-11 01:02 (UTC) |
Last Updated: | 2024-07-29 07:58 (UTC) |
Dependencies (16)
- python (python37AUR, python311AUR, python310AUR)
- python-appdirs (python-appdirs-gitAUR)
- python-barcodeAUR (python-barcode-gitAUR, python-barcodeAUR)
- python-importlib-metadata
- python-pillow (python-pillow-gitAUR)
- python-pyqrcode
- python-pyqt6
- python-pyusb (python-pyusb-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
Auerhuhn commented on 2024-04-29 17:59 (UTC)
I just uploaded a PKGBUILD for labelle, dymoprint’s successor.
I also fixed the
hatch-vcs
issue while at it.@rarvolt DM me if you’d like to be a co-maintainer.
cellisten commented on 2024-01-13 12:30 (UTC)
I've tested with removing the <0.4 on hatch-vcs in the local build and it works without issues. I also tried 2.4.0 instead of 2.2.1 and it seems to work (although I only got it working with sudo for now)
owenthewizard commented on 2024-01-12 23:50 (UTC)
ERROR Missing dependencies: hatch-vcs<0.4,>=0.3.0
Auerhuhn commented on 2023-07-27 10:17 (UTC)
@Nestor_013 That’s due to missing packages in
makedepends
, see the comment below yours. /cc @rarvoltNestor_013 commented on 2023-07-27 10:06 (UTC) (edited on 2023-07-27 10:06 (UTC) by Nestor_013)
Hi, I cannot build it. I got these error messages:
Auerhuhn commented on 2023-07-17 09:02 (UTC)
Hi @rarvolt, thanks a lot for updating the version and incorporating the patch.
The current version of dymoprint requires a few additional dependencies:
Missing
depends
:python-pyqt6
(see dymoprint#54)Changed
depends
:usb_modeswitch
is no longer needed butpython-pyusb
is (see dymoprint#56)I see you’ve afforded the build process a little facelift so it now uses the latest recommended tools, which is excellent. Due to that, your PKGBUILD now requires the following additional
makedepends
:python-build
,python-installer
,python-setuptools
,python-setuptools-scm
andpython-wheel
. Would you mind adding those?(You can confirm all findings by running
namcap
on the finished package file.)Thanks again!
Auerhuhn commented on 2023-07-09 13:54 (UTC)
My patch for Pillow 10 compatibility has been accepted upstream, and will be included in an upcoming release.
@rarvolt If you bump
dymoprint
to v2.0.0, you can ignore my 2023-07-05 comment, and directly apply the patch from PR #68 instead: https://github.com/computerlyrik/dymoprint/pull/68.patchAuerhuhn commented on 2023-07-05 08:08 (UTC)
With the latest update of
python-pillow
to version 10.0.0, dymoprint bails with the following stacktrace:This is caused by one of the latest upstream releases removing a deprecated method.
The following patch works around this issue:
Note that this patch is just a quick workaround.
I’d rather recommend that the PKGBUILD be rewritten to use the source from GitHub, then build the wheel from the patched source.
spease commented on 2023-06-17 19:19 (UTC)
Been getting more out of date, is this still maintained?