Search Criteria
Package Details: python-bitstruct 8.19.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-bitstruct.git (read-only, click to copy) |
---|---|
Package Base: | python-bitstruct |
Description: | This module performs conversions between Python values and C bit field structs represented as Python byte strings |
Upstream URL: | https://github.com/eerimoq/bitstruct |
Licenses: | MIT |
Submitter: | peterzuger |
Maintainer: | peterzuger |
Last Packager: | peterzuger |
Votes: | 2 |
Popularity: | 0.83 |
First Submitted: | 2019-11-12 16:27 (UTC) |
Last Updated: | 2023-10-31 17:15 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
Latest Comments
Xeonacid commented on 2025-01-19 14:01 (UTC)
The PKGBUILD should adhere to Python package guidelines and some other improvements: - Use upstream repo instead of pypi as source - Use PEP517 - Add depends
glibc
- Addcheck()
- Install LICENSE and READMEMy adjusted PKGBUILD can be used as a reference.
I'd like to co-maintain the package if applicable.
Xeonacid commented on 2025-01-13 09:46 (UTC)
The package is build from C so it should not be a
aany
package