Search Criteria
Package Details: python-wrapio 2.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-wrapio.git (read-only, click to copy) |
---|---|
Package Base: | python-wrapio |
Description: | Python library for handling event-based streams |
Upstream URL: | https://github.com/Exahilosys/wrapio |
Licenses: | MIT |
Submitter: | coxackie |
Maintainer: | PlasticSoup |
Last Packager: | lmartinez-mirror |
Votes: | 3 |
Popularity: | 0.000019 |
First Submitted: | 2020-12-06 09:04 (UTC) |
Last Updated: | 2022-02-25 05:57 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-wheel (make)
Latest Comments
PlasticSoup commented on 2023-08-29 20:20 (UTC)
@KuleRucket Are you using python-sphinx from Extra or python-sphinx-git from the AUR? docutils is required by sphinx but I noticed python-sphinx-git has it listed as a depends and makedepends. That PKGBUILD is kind of a mess, so it would be easy to miss the depends. Either way, since sphinx has always needed docutils it should already be on any system with sphinx installed. Also, I do not see that docutils is a first level dependency of wrapio. So listing it directly wouldn't be needed. If I'm wrong about any of this please let me know and I can then make any appropriate updates. Thanks.
KuleRucket commented on 2023-08-29 08:21 (UTC)
Failed to install without first installing python-docutils: ModuleNotFoundError: No module named 'docutils'
This could be added to makedepends=()