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 (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pillow (optional) – generate images
Latest Comments
Xeonacid commented on 2025-01-21 03:20 (UTC)
Minor improvement: checksum should not be skipped, new devtools supports checksum on git tag
My adjusted PKGBUILD might be used as a reference.
Also I'd like to co-maintain the package if applicable.
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)