Package Details: python-indexed-gzip 1.8.7-1

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-03-29 13:37 (UTC)

Latest Comments

tobac 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)

==> Starting package()...
indexed_gzip setup
  have_cython: True (if True, modules will be cythonized, otherwise pre-cythonized C files are assumed to be present)
  have_numpy:  True (if True, test modules will be compiled)
  ZLIB_HOME:   None (if set, ZLIB sources are compiled into the indexed_gzip extension)
  testing:     False (if True, code will be compiled with line tracing enabled)

Would be neat if zlib would be fetched and compiled in. :)