Search Criteria
Package Details: python-htmllistparse 0.6.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-htmllistparse.git (read-only, click to copy) |
---|---|
Package Base: | python-htmllistparse |
Description: | Python parser for Apache/nginx-style HTML directory listing |
Upstream URL: | https://github.com/gumblex/htmllisting-parser |
Keywords: | fuse http mount rehttpfs |
Licenses: | MIT |
Submitter: | RubenKelevra |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-26 22:29 (UTC) |
Last Updated: | 2024-04-28 21:04 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-fusepyAUR
- python-html5lib (python-html5lib-gitAUR)
- python-requests
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
RubenKelevra commented on 2022-01-30 22:13 (UTC)
Feel free to fix this. I'm no longer using it, so I won't invest time maintaining it. :)
alerque commented on 2022-01-27 13:34 (UTC)
The hakery of the source dir here is problematic. That should never be done in
build()
, such tinkering belongs inprepare()
... but additionally it will currently end up with a nested structure if the sources exist. Removing them would create another problem in that the user can't check the sources after download and before build or patch anything. Please just extract to the directory created by the zip (use a_sha=
variable or something so you don't have to repeat it).