Search Criteria
Package Details: python-botocore-stubs 1.31.64-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-botocore-stubs.git (read-only, click to copy) |
---|---|
Package Base: | python-botocore-stubs |
Description: | Type annotations and code completion for botocore package |
Upstream URL: | https://pypi.org/project/botocore-stubs |
Keywords: | boto3 botocore mypy pyright type-annotations |
Licenses: | MIT |
Submitter: | Felixoid |
Maintainer: | Felixoid (vemel) |
Last Packager: | Felixoid |
Votes: | 1 |
Popularity: | 0.072548 |
First Submitted: | 2022-11-25 14:15 (UTC) |
Last Updated: | 2023-12-08 11:23 (UTC) |
Dependencies (3)
- python (python37AUR, python311AUR, python310AUR)
- python-botocore (python-botocore-gitAUR)
- python-build (make)
Latest Comments
Felixoid commented on 2023-12-08 11:24 (UTC)
There was a missed make dependency. Fixed it, and updated the version itself
Phi11ip commented on 2023-12-07 22:55 (UTC)
Can anyone help a noob out? I am trying to install this package using aurutils and I'm getting the error:
The full stack is
vemel commented on 2023-10-27 23:34 (UTC)
@cwm thank you for your suggestion. It works, I just updated the package.
cwm commented on 2023-09-05 18:44 (UTC) (edited on 2023-09-05 18:44 (UTC) by cwm)
Line 19 of the PKGBUILD (
python setup.py install --root="${pkgdir}"
) can be replaced withpython -m build --wheel
to install without the need for a setup.py file.godeater commented on 2023-08-30 21:09 (UTC)
The tarball appears to be missing the setup.py file, as a result of which, the makepkg build fails:
==> Starting package()... /usr/sbin/python: can't open file '/home/bryan/.cache/yay/python-botocore-stubs/src/botocore_stubs-1.31.38/setup.py': [Errno 2] No such file or directory