Search Criteria
Package Details: python-indexed-gzip 1.8.8-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-indexed-gzip.git (read-only, click to copy) |
---|---|
Package Base: | python-indexed-gzip |
Description: | Drop-in replacement for the built-in python gzip.GzipFile class (IndexedGzipFile); written to allow fast random access of compressed NIfTI files |
Upstream URL: | https://github.com/pauldmccarthy/indexed_gzip |
Licenses: | zlib |
Submitter: | tobac |
Maintainer: | tobac |
Last Packager: | tobac |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-11 11:11 (UTC) |
Last Updated: | 2024-11-14 15:52 (UTC) |
Dependencies (6)
- cython (cython-gitAUR, cython0AUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (5)
- fsleyes (optional)
- fslpy (optional)
- python-nibabel (optional)
- ratarmount
- ratarmount-git (optional)
Latest Comments
intelfx commented on 2024-11-16 13:01 (UTC) (edited on 2024-11-16 13:02 (UTC) by intelfx)
There are still several mistakes in the PKGBUILD. Would you please consider applying this patch that brings the PKGBUILD into accordance with AUR submission guidelines?
https://0x0.st/XdiO.patch
tobac commented on 2024-11-15 06:17 (UTC)
@Nebulosa; I have updated the dependencies accordingly, does it work for you now?
Nebulosa commented on 2024-11-14 14:41 (UTC) (edited on 2024-11-14 15:00 (UTC) by Nebulosa)
Seems that
python-setuptools
as make dependency needed also:And I think
cython
should be make dependency onlytobac commented on 2024-03-29 14:35 (UTC)
Fair enough. Changed the PKGBUILD for the next update.
kseistrup commented on 2024-03-29 14:31 (UTC)
NB: This is not an “any” package. It is true that it will compile on mostly any platform, but the “any” should only be used when the final package can be installed and used of any platform. This package compiles a binary
*.so
shared object that can be run only on the platform it is meant for.Solution: The
arch
field should be specific.See e.g. https://wiki.archlinux.org/title/PKGBUILD#arch for details.
snogard commented on 2023-12-02 19:51 (UTC) (edited on 2023-12-02 19:51 (UTC) by snogard)
Error in build:
ModuleNotFoundError: No module named 'setuptools'
intelfx commented on 2023-11-10 20:47 (UTC) (edited on 2023-11-11 16:31 (UTC) by intelfx)
The PKGBUILD does not build in a clean chroot due to missing dependencies. Additionally, 1.8.7 is out and the upstream has switched to PEP517 build process.
Please apply, alongside with general cleanup: http://ix.io/4LaT (edit: link updated yet again)
RubenKelevra commented on 2022-05-28 18:53 (UTC)
The upstream URL is missing. :)
RubenKelevra commented on 2022-05-28 18:51 (UTC)
Would be neat if zlib would be fetched and compiled in. :)