Package Details: python-botocore-stubs 1.31.64-2

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: 0
Popularity: 0.000000
First Submitted: 2022-11-25 14:15 (UTC)
Last Updated: 2023-12-08 11:23 (UTC)

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:

==> Starting package()...
/usr/bin/python: No module named build

The full stack is

$ aur sync python-botocore-stubs
==> Using [custom] repository
  -> python-botocore-stubs (none) -> 1.31.38-1
==> Retrieving package files
fetch: python-botocore-stubs: already up to date
==> Making package: python-botocore-stubs 1.31.38-1 (Thu 07 Dec 2023 05:53:16 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found botocore_stubs-1.31.38.tar.gz
==> Validating source files with sha256sums...
    botocore_stubs-1.31.38.tar.gz ... Passed
==> Extracting sources...
  -> Extracting botocore_stubs-1.31.38.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/python: No module named build
==> ERROR: A failure occurred in package().
    Aborting...

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 with python -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