Search Criteria
Package Details: python-rapidgzip 0.14.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rapidgzip.git (read-only, click to copy) |
---|---|
Package Base: | python-rapidgzip |
Description: | A parallelized gzip decoder with seek capability |
Upstream URL: | https://github.com/mxmlnkn/rapidgzip |
Keywords: | bgzf deflate gzip parallel performance zlib |
Licenses: | MIT, Apache-2.0 |
Provides: | rapidgzip |
Submitter: | mxmln |
Maintainer: | mxmln |
Last Packager: | mxmln |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-09-10 16:36 (UTC) |
Last Updated: | 2024-11-16 23:17 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- python (python37AUR, python311AUR, python310AUR)
- nasm (nasm-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
Required by (2)
- ratarmount
- ratarmount-git (optional)
Latest Comments
mxmln commented on 2024-11-16 23:20 (UTC)
Thanks. It should be fixed now.
Nebulosa commented on 2024-11-16 03:02 (UTC) (edited on 2024-11-16 03:22 (UTC) by Nebulosa)
Thanks, now it builds!
Other needed edits according
namcap
:So it should be:
'Apache-2.0'
andglibc
,gcc-libs
should be added as make dependenciesmxmln commented on 2024-11-15 17:32 (UTC)
Note that I have pinned to older setuptools versions because of these issues:
I forgot that the AUR script tries to use system packages for building, see https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517) . I have fixed the issue for now by enabling Python build isolation.
Nebulosa commented on 2024-11-15 05:12 (UTC) (edited on 2024-11-15 05:13 (UTC) by Nebulosa)
Some error with
python-setuptools
version:But
python-setuptools
has 75.2.0-2 version already