Package Details: python-brother_ql 0.9.4-2

Git Clone URL: https://aur.archlinux.org/python-brother_ql.git (read-only, click to copy)
Package Base: python-brother_ql
Description: Python package for the raster language protocol of the Brother QL series label printers
Upstream URL: https://github.com/pklaus/brother_ql
Licenses: GPL-3.0
Submitter: 0x2a
Maintainer: 0x2a
Last Packager: 0x2a
Votes: 0
Popularity: 0.000000
First Submitted: 2018-05-31 18:38 (UTC)
Last Updated: 2019-11-19 13:40 (UTC)

Latest Comments

0x2a commented on 2023-10-25 14:10 (UTC)

Not sure what we should do about this. The original project seems more or less abandoned. I could probably list python-pypandoc as "conflicts" if is known to cause issues, it is an optional dependency only for the setuptools process (to convert the readme to python package description)

An other option would be to abandon this package and maybe add a new aur package for https://github.com/matmair/brother_ql-inventree which seems to be an at least somewhat maintained fork...

AlexanderS commented on 2023-10-19 16:10 (UTC)

@gyscos: If you do not install python-pypandoc the installation will succeed. It is only used to generate the description of the python module from the README.

gyscos commented on 2023-10-19 15:39 (UTC)

Looks like this requires python-pypandoc, but is incompatible with the current packaged version.

I get this error:

Traceback (most recent call last):
  File ".../python-brother_ql/src/brother_ql-0.9.4/setup.py", line 11, in <module>
    LDESC = pypandoc.convert(LDESC, 'rst', format='md')
            ^^^^^^^^^^^^^^^^
AttributeError: module 'pypandoc' has no attribute 'convert'

0x2a commented on 2019-11-19 13:40 (UTC)

Dependencies have been updated

AlexanderS commented on 2019-10-08 16:57 (UTC) (edited on 2019-10-08 16:59 (UTC) by AlexanderS)

Can you update the dependencies? Something like this should be appropriate:

depends=('python-click' 'python-future' 'python-packbits' 'python-attrs' 'python-pillow>=3.3.0')

And 'python-pyusb' should be in optdepends.