Search Criteria
Package Details: python-pyvoro-mmalahe 1.3.4-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-pyvoro-mmalahe.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pyvoro-mmalahe |
| Description: | 2D and 3D Voronoi tessellations: a python entry point for the voro++ library |
| Upstream URL: | https://github.com/mmalahe/pyvoro |
| Licenses: | custom |
| Submitter: | carlosal1015 |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-09-09 16:36 (UTC) |
| Last Updated: | 2025-11-11 21:41 (UTC) |
Dependencies (5)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
deanrw commented on 2025-11-11 18:14 (UTC)
Build fails for me as well, with the same error as @micwoj92.
It's due to Python 3.13. It adds a new borrow parameter to _PyLong_AsByteArray(), breaking Cython generated extensions that still call the 5-argument version. This small patch fixes that and enables compilation for me:
micwoj92 commented on 2025-09-04 20:01 (UTC)
Build fails: