youtype / botocore-stubs

Type annotations and code completion for botocore package
https://youtype.github.io/mypy_boto3_builder/
MIT License
3 stars 4 forks source link

AUR build fails, missing setup.py #5

Closed mbpowers closed 1 year ago

mbpowers commented 1 year ago

When updating to the newest version in the AUR the build fails and returns

Starting package()... /usr/sbin/python: can't open file '/home/user/.cache/yay/python-botocore-stubs/src/botocore_stubs-1.31.38/setup.py': [Errno 2] No such file or directory

It looks like setup.py isn't in the source at https://files.pythonhosted.org/packages/1e/95/936de5991cd2f2eede891d1612ccce43d1bbeaf64329d1784357cd8574e6/botocore_stubs-1.31.38.tar.gz.

vemel commented 1 year ago

Thank you! I will try to fix it today.

vemel commented 1 year ago

Finally, fixed. THank you for waiting :) Please let me know if it works as it should.

mbpowers commented 1 year ago

Installs just fine now, thanks!