Search Criteria
Package Details: python-http-parser 0.9.0-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-http-parser.git (read-only, click to copy) |
---|---|
Package Base: | python-http-parser |
Description: | HTTP request/response parser for Python |
Upstream URL: | https://github.com/benoitc/http-parser |
Licenses: | MIT |
Submitter: | jelly |
Maintainer: | None |
Last Packager: | jelly |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-04-10 09:01 (UTC) |
Last Updated: | 2024-04-10 09:01 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
a821 commented on 2024-07-28 10:05 (UTC)
This is broken due to deprecated
imp
module. There's a pull request that fixes the issue.