Search Criteria
Package Details: python-mbedtls 2.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mbedtls.git (read-only, click to copy) |
---|---|
Package Base: | python-mbedtls |
Description: | A free cryptographic library for Python that uses mbed TLS for back end. |
Upstream URL: | https://pypi.org/project/python-mbedtls/ |
Keywords: | cryptography mbedtls |
Licenses: | MIT |
Submitter: | AchmadFathoni |
Maintainer: | None |
Last Packager: | AchmadFathoni |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-28 12:49 (UTC) |
Last Updated: | 2023-07-15 16:06 (UTC) |
Dependencies (8)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-certifi
- python-typing-extensions
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
frostwork commented on 2023-09-15 16:52 (UTC)
I can confirm that temporarily renaming
/usr/include/mbedtls
from thembedtls
package and copying recursively/usr/include/mbedtls2/medtls
from thembedtls2
package to/usr/include/mbedtls
leads to a successful compile ofpython-mbedtls
. Of course a dirty hack, but tbh I'm not interested in fragile cython build voodoo fixing.frostwork commented on 2023-09-15 16:27 (UTC)
the package doesn't compile here because
mbedtls-3.4.1-1
doesn't providembedtls/ssl_internal.h
the package https://archlinux.org/packages/extra/x86_64/mbedtls2/ does though, but the absolute path to trhe header is/usr/include/mbedtls2/mbedtls/ssl_internal.h
so the build process requires an additional "-I/usr/include/mbedtls2"
haven't checked where the build flags come from, but I can confirm that compiling build/3.11.5/temp.linux-x86_64-cpython-311/build/3.11.5/temp.linux-x86_64-cpython-311/src/mbedtls/_tls.o manually by adding the include to the failing gcc command line works
weston commented on 2022-06-01 08:44 (UTC)
Needs cython added as a dep in order to build.
SpotlightKid commented on 2021-10-07 16:14 (UTC)
Source hash check fails: