Search Criteria
Package Details: python-mmcif 0.84-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-mmcif.git (read-only, click to copy) |
|---|---|
| Package Base: | python-mmcif |
| Description: | mmCIF Core Access Library |
| Upstream URL: | http://mmcif.wwpdb.org |
| Licenses: | Apache |
| Submitter: | tzok |
| Maintainer: | None |
| Last Packager: | tzok |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-04-13 10:04 (UTC) |
| Last Updated: | 2024-01-04 12:14 (UTC) |
Dependencies (10)
- python
- python-futureAUR
- python-msgpack
- python-requests
- python-six
- cmake (cmake3AUR, cmake-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
tzok commented on 2025-01-13 08:14 (UTC)
@dreieck: I've experienced issues with the python-future dependency on Python 3.13 as well. When I remove it from PKGBUILD, it does build; however, it fails its unit tests and cannot execute my code that relies on this library. I've submitted a GitHub issue to the upstream project: https://github.com/rcsb/py-mmcif/issues/38
dreieck commented on 2025-01-11 16:00 (UTC)
If possible, please remove the dependency on
python-furure/ make the package working withoutpython-future:Regards and thanks for this package!