Search Criteria
Package Details: python-libarchive 0.4.7-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-libarchive.git (read-only, click to copy) |
---|---|
Package Base: | python-libarchive |
Description: | Python adapter for universal, libarchive-based archive access. |
Upstream URL: | https://github.com/dsoprea/PyEasyArchive |
Licenses: | MIT |
Conflicts: | python-libarchive-c |
Submitter: | Brod8362 |
Maintainer: | a821 |
Last Packager: | a821 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-07-28 17:41 (UTC) |
Last Updated: | 2024-11-21 21:38 (UTC) |
Dependencies (6)
- libarchive (libarchive-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
MarsSeed commented on 2023-10-31 20:55 (UTC)
Please kindly declare
conflicts=(
python-libarchive-c
)
.(The two libraries are incompatible, yet they share the same module namespace, with some clashing filenames.)
MarsSeed commented on 2023-07-31 01:00 (UTC)
Also Python complains that setuptools should not be used directly and it will be removed soon.
So please modernize the build with PEP 517 - using python-build and python-installer; also python-wheel is needed.
MarsSeed commented on 2023-07-31 00:24 (UTC)
Hi,
This package cannot be created without makedepends=python-setuptools: