2022-03-12 06:05:36 +00:00
|
|
|
package:
|
|
|
|
name: cryptography
|
2022-04-08 17:20:29 +00:00
|
|
|
version: 3.4.8
|
2022-03-12 06:05:36 +00:00
|
|
|
|
|
|
|
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
|
2022-03-12 06:05:36 +00:00
|
|
|
build:
|
|
|
|
cflags: |
|
2022-04-01 03:40:12 +00:00
|
|
|
-I$(OPEN_SSL_ROOT)/include/
|
2022-03-12 06:05:36 +00:00
|
|
|
-Wno-implicit-function-declaration
|
|
|
|
ldflags: |
|
2022-04-01 03:40:12 +00:00
|
|
|
-L$(OPEN_SSL_ROOT)/dist/
|
2022-04-08 17:20:29 +00:00
|
|
|
script: |
|
|
|
|
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
2022-03-12 06:05:36 +00:00
|
|
|
requirements:
|
|
|
|
run:
|
|
|
|
- openssl
|
|
|
|
- six
|
|
|
|
- cffi
|
|
|
|
test:
|
|
|
|
imports:
|
|
|
|
- cryptography
|
|
|
|
- cryptography.fernet
|
|
|
|
- cryptography.hazmat
|
|
|
|
- cryptography.utils
|
|
|
|
- cryptography.x509
|