Search Criteria
Package Details: python-barcode 0.15.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-barcode.git (read-only, click to copy) |
---|---|
Package Base: | python-barcode |
Description: | Create standard barcodes with Python. No external modules needed. |
Upstream URL: | https://github.com/WhyNotHugo/python-barcode |
Licenses: | MIT |
Provides: | python-barcode |
Submitter: | rarvolt |
Maintainer: | rarvolt |
Last Packager: | rarvolt |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-10 15:10 (UTC) |
Last Updated: | 2023-09-04 08:35 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pillow (python-pillow-gitAUR) (optional) – generate images
Required by (5)
- dymoprint
- labelle
- python-escpos
- python-pyhanko (check)
- python-pyhanko (optional)
Latest Comments
micwoj92 commented on 2022-07-19 20:59 (UTC)
Thanks, i see you also switched to git+https download, in that case you need to add git to makedepends. I tried to build and I also got error about setuptools_scm missing. After installing I could build it without problems.
micwoj92 commented on 2022-07-13 02:20 (UTC)
Hello, could you change this package to use PEP 517 packaging?
https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)