pyodide/packages/cryptography/meta.yaml

28 lines
650 B
YAML
Raw Normal View History

package:
name: cryptography
2022-04-08 17:20:29 +00:00
version: 3.4.8
source:
2022-04-08 17:20:29 +00:00
url: https://files.pythonhosted.org/packages/cc/98/8a258ab4787e6f835d350639792527d2eb7946ff9fc0caca9c3f4cf5dcfe/cryptography-3.4.8.tar.gz
sha256: 94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c
build:
cflags: |
-I$(OPEN_SSL_ROOT)/include/
-Wno-implicit-function-declaration
ldflags: |
-L$(OPEN_SSL_ROOT)/dist/
2022-04-08 17:20:29 +00:00
script: |
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
requirements:
run:
- openssl
- six
- cffi
test:
imports:
- cryptography
- cryptography.fernet
- cryptography.hazmat
- cryptography.utils
- cryptography.x509