diff options
3 files changed, 124 insertions, 144 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography/0001-Cargo.toml-specify-pem-version.patch b/meta/recipes-devtools/python/python3-cryptography/0001-Cargo.toml-specify-pem-version.patch deleted file mode 100644 index 7266fd7bef..0000000000 --- a/meta/recipes-devtools/python/python3-cryptography/0001-Cargo.toml-specify-pem-version.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From d41203b9b79f5edc2d33b0d62921822294dfaa6b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Tim Orling <tim.orling@konsulko.com> | ||
| 3 | Date: Fri, 14 Jan 2022 22:02:25 -0800 | ||
| 4 | Subject: [PATCH] Cargo.toml: specify pem version | ||
| 5 | |||
| 6 | pem = "1.0" is not resolving, specify the current | ||
| 7 | pem = { version: "1.0.2"} | ||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 11 | Signed-off-by: Tim Orling <tim.orling@konsulko.com> | ||
| 12 | |||
| 13 | --- | ||
| 14 | src/rust/Cargo.toml | 2 +- | ||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml | ||
| 18 | index d17245d..f8f6416 100644 | ||
| 19 | --- a/src/rust/Cargo.toml | ||
| 20 | +++ b/src/rust/Cargo.toml | ||
| 21 | @@ -9,7 +9,7 @@ publish = false | ||
| 22 | lazy_static = "1" | ||
| 23 | pyo3 = { version = "0.15.2" } | ||
| 24 | asn1 = { version = "0.8.7", default-features = false, features = ["derive"] } | ||
| 25 | -pem = "1.0" | ||
| 26 | +pem = { version = "1.0.2" } | ||
| 27 | chrono = { version = "0.4", default-features = false, features = ["alloc", "clock"] } | ||
| 28 | ouroboros = "0.15" | ||
| 29 | |||
diff --git a/meta/recipes-devtools/python/python3-cryptography_37.0.4.bb b/meta/recipes-devtools/python/python3-cryptography_37.0.4.bb deleted file mode 100644 index c91a8c7771..0000000000 --- a/meta/recipes-devtools/python/python3-cryptography_37.0.4.bb +++ /dev/null | |||
| @@ -1,115 +0,0 @@ | |||
| 1 | SUMMARY = "Provides cryptographic recipes and primitives to python developers" | ||
| 2 | HOMEPAGE = "https://cryptography.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "( Apache-2.0 | BSD-3-Clause ) & PSF-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba \ | ||
| 6 | file://LICENSE.APACHE;md5=4e168cce331e5c827d4c2b68a6200e1b \ | ||
| 7 | file://LICENSE.BSD;md5=5ae30ba4123bc4f2fa49aa0b0dce887b \ | ||
| 8 | file://LICENSE.PSF;md5=43c37d21e1dbad10cddcd150ba2c0595 \ | ||
| 9 | " | ||
| 10 | LDSHARED += "-pthread" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "63f9c17c0e2474ccbebc9302ce2f07b55b3b3fcb211ded18a42d5764f5c10a82" | ||
| 13 | |||
| 14 | SRC_URI += "file://run-ptest \ | ||
| 15 | file://check-memfree.py \ | ||
| 16 | file://0001-Cargo.toml-specify-pem-version.patch \ | ||
| 17 | file://0002-Cargo.toml-edition-2018-2021.patch \ | ||
| 18 | file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ | ||
| 19 | crate://crates.io/Inflector/0.11.4 \ | ||
| 20 | crate://crates.io/aliasable/0.1.3 \ | ||
| 21 | crate://crates.io/asn1/0.8.7 \ | ||
| 22 | crate://crates.io/asn1_derive/0.8.7 \ | ||
| 23 | crate://crates.io/autocfg/1.1.0 \ | ||
| 24 | crate://crates.io/base64/0.13.0 \ | ||
| 25 | crate://crates.io/bitflags/1.3.2 \ | ||
| 26 | crate://crates.io/cfg-if/1.0.0 \ | ||
| 27 | crate://crates.io/chrono/0.4.19 \ | ||
| 28 | crate://crates.io/indoc-impl/0.3.6 \ | ||
| 29 | crate://crates.io/indoc/0.3.6 \ | ||
| 30 | crate://crates.io/instant/0.1.12 \ | ||
| 31 | crate://crates.io/lazy_static/1.4.0 \ | ||
| 32 | crate://crates.io/libc/0.2.124 \ | ||
| 33 | crate://crates.io/lock_api/0.4.7 \ | ||
| 34 | crate://crates.io/num-integer/0.1.44 \ | ||
| 35 | crate://crates.io/num-traits/0.2.14 \ | ||
| 36 | crate://crates.io/once_cell/1.10.0 \ | ||
| 37 | crate://crates.io/ouroboros/0.15.0 \ | ||
| 38 | crate://crates.io/ouroboros_macro/0.15.0 \ | ||
| 39 | crate://crates.io/parking_lot/0.11.2 \ | ||
| 40 | crate://crates.io/parking_lot_core/0.8.5 \ | ||
| 41 | crate://crates.io/paste-impl/0.1.18 \ | ||
| 42 | crate://crates.io/paste/0.1.18 \ | ||
| 43 | crate://crates.io/pem/1.0.2 \ | ||
| 44 | crate://crates.io/proc-macro-error-attr/1.0.4 \ | ||
| 45 | crate://crates.io/proc-macro-error/1.0.4 \ | ||
| 46 | crate://crates.io/proc-macro-hack/0.5.19 \ | ||
| 47 | crate://crates.io/proc-macro2/1.0.37 \ | ||
| 48 | crate://crates.io/pyo3-build-config/0.15.2 \ | ||
| 49 | crate://crates.io/pyo3-macros-backend/0.15.2 \ | ||
| 50 | crate://crates.io/pyo3-macros/0.15.2 \ | ||
| 51 | crate://crates.io/pyo3/0.15.2 \ | ||
| 52 | crate://crates.io/quote/1.0.18 \ | ||
| 53 | crate://crates.io/redox_syscall/0.2.13 \ | ||
| 54 | crate://crates.io/scopeguard/1.1.0 \ | ||
| 55 | crate://crates.io/smallvec/1.8.0 \ | ||
| 56 | crate://crates.io/stable_deref_trait/1.2.0 \ | ||
| 57 | crate://crates.io/syn/1.0.91 \ | ||
| 58 | crate://crates.io/unicode-xid/0.2.2 \ | ||
| 59 | crate://crates.io/unindent/0.1.8 \ | ||
| 60 | crate://crates.io/version_check/0.9.4 \ | ||
| 61 | crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \ | ||
| 62 | crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ | ||
| 63 | crate://crates.io/winapi/0.3.9 \ | ||
| 64 | " | ||
| 65 | |||
| 66 | inherit pypi python_setuptools3_rust | ||
| 67 | |||
| 68 | DEPENDS += " \ | ||
| 69 | ${PYTHON_PN}-cffi-native \ | ||
| 70 | " | ||
| 71 | |||
| 72 | RDEPENDS:${PN} += " \ | ||
| 73 | ${PYTHON_PN}-cffi \ | ||
| 74 | " | ||
| 75 | |||
| 76 | RDEPENDS:${PN}:append:class-target = " \ | ||
| 77 | ${PYTHON_PN}-numbers \ | ||
| 78 | ${PYTHON_PN}-threading \ | ||
| 79 | " | ||
| 80 | |||
| 81 | RDEPENDS:${PN}-ptest += " \ | ||
| 82 | ${PYTHON_PN}-bcrypt \ | ||
| 83 | ${PYTHON_PN}-cryptography-vectors (= ${PV}) \ | ||
| 84 | ${PYTHON_PN}-hypothesis \ | ||
| 85 | ${PYTHON_PN}-iso8601 \ | ||
| 86 | ${PYTHON_PN}-pretend \ | ||
| 87 | ${PYTHON_PN}-psutil \ | ||
| 88 | ${PYTHON_PN}-pytest \ | ||
| 89 | ${PYTHON_PN}-pytest-subtests \ | ||
| 90 | ${PYTHON_PN}-pytz \ | ||
| 91 | ${PYTHON_PN}-tomli \ | ||
| 92 | " | ||
| 93 | |||
| 94 | inherit ptest | ||
| 95 | |||
| 96 | do_install_ptest() { | ||
| 97 | install -D ${WORKDIR}/check-memfree.py ${D}${PTEST_PATH}/ | ||
| 98 | install -d ${D}${PTEST_PATH}/tests | ||
| 99 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 100 | # remove test_x509.py as it needs benchmark and we don't | ||
| 101 | # want to introduce the benchmark dependency | ||
| 102 | rm -rf ${D}${PTEST_PATH}/tests/bench/test_x509.py | ||
| 103 | install -d ${D}${PTEST_PATH}/tests/hazmat | ||
| 104 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ | ||
| 105 | cp -r ${S}/pyproject.toml ${D}${PTEST_PATH}/ | ||
| 106 | } | ||
| 107 | |||
| 108 | FILES:${PN}-ptest += " \ | ||
| 109 | ${PTEST_PATH}/check-memfree.py \ | ||
| 110 | " | ||
| 111 | FILES:${PN}-dbg += " \ | ||
| 112 | ${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/hazmat/bindings/.debug \ | ||
| 113 | " | ||
| 114 | |||
| 115 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-devtools/python/python3-cryptography_38.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_38.0.1.bb new file mode 100644 index 0000000000..905293a43e --- /dev/null +++ b/meta/recipes-devtools/python/python3-cryptography_38.0.1.bb | |||
| @@ -0,0 +1,124 @@ | |||
| 1 | SUMMARY = "Provides cryptographic recipes and primitives to python developers" | ||
| 2 | HOMEPAGE = "https://cryptography.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "( Apache-2.0 | BSD-3-Clause ) & PSF-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba \ | ||
| 6 | file://LICENSE.APACHE;md5=4e168cce331e5c827d4c2b68a6200e1b \ | ||
| 7 | file://LICENSE.BSD;md5=5ae30ba4123bc4f2fa49aa0b0dce887b \ | ||
| 8 | file://LICENSE.PSF;md5=43c37d21e1dbad10cddcd150ba2c0595 \ | ||
| 9 | " | ||
| 10 | LDSHARED += "-pthread" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7" | ||
| 13 | |||
| 14 | SRC_URI += "\ | ||
| 15 | file://0002-Cargo.toml-edition-2018-2021.patch \ | ||
| 16 | file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ | ||
| 17 | file://check-memfree.py \ | ||
| 18 | file://run-ptest \ | ||
| 19 | crate://crates.io/Inflector/0.11.4 \ | ||
| 20 | crate://crates.io/aliasable/0.1.3 \ | ||
| 21 | crate://crates.io/android_system_properties/0.1.5 \ | ||
| 22 | crate://crates.io/asn1/0.12.2 \ | ||
| 23 | crate://crates.io/asn1_derive/0.12.2 \ | ||
| 24 | crate://crates.io/autocfg/1.1.0 \ | ||
| 25 | crate://crates.io/base64/0.13.0 \ | ||
| 26 | crate://crates.io/bitflags/1.3.2 \ | ||
| 27 | crate://crates.io/bumpalo/3.10.0 \ | ||
| 28 | crate://crates.io/cfg-if/1.0.0 \ | ||
| 29 | crate://crates.io/chrono/0.4.22 \ | ||
| 30 | crate://crates.io/core-foundation-sys/0.8.3 \ | ||
| 31 | crate://crates.io/iana-time-zone/0.1.47 \ | ||
| 32 | crate://crates.io/indoc-impl/0.3.6 \ | ||
| 33 | crate://crates.io/indoc/0.3.6 \ | ||
| 34 | crate://crates.io/instant/0.1.12 \ | ||
| 35 | crate://crates.io/js-sys/0.3.59 \ | ||
| 36 | crate://crates.io/libc/0.2.132 \ | ||
| 37 | crate://crates.io/lock_api/0.4.8 \ | ||
| 38 | crate://crates.io/log/0.4.17 \ | ||
| 39 | crate://crates.io/num-integer/0.1.45 \ | ||
| 40 | crate://crates.io/num-traits/0.2.15 \ | ||
| 41 | crate://crates.io/once_cell/1.14.0 \ | ||
| 42 | crate://crates.io/ouroboros/0.15.4 \ | ||
| 43 | crate://crates.io/ouroboros_macro/0.15.4 \ | ||
| 44 | crate://crates.io/parking_lot/0.11.2 \ | ||
| 45 | crate://crates.io/parking_lot_core/0.8.5 \ | ||
| 46 | crate://crates.io/paste-impl/0.1.18 \ | ||
| 47 | crate://crates.io/paste/0.1.18 \ | ||
| 48 | crate://crates.io/pem/1.1.0 \ | ||
| 49 | crate://crates.io/proc-macro-error-attr/1.0.4 \ | ||
| 50 | crate://crates.io/proc-macro-error/1.0.4 \ | ||
| 51 | crate://crates.io/proc-macro-hack/0.5.19 \ | ||
| 52 | crate://crates.io/proc-macro2/1.0.43 \ | ||
| 53 | crate://crates.io/pyo3-build-config/0.15.2 \ | ||
| 54 | crate://crates.io/pyo3-macros-backend/0.15.2 \ | ||
| 55 | crate://crates.io/pyo3-macros/0.15.2 \ | ||
| 56 | crate://crates.io/pyo3/0.15.2 \ | ||
| 57 | crate://crates.io/quote/1.0.21 \ | ||
| 58 | crate://crates.io/redox_syscall/0.2.16 \ | ||
| 59 | crate://crates.io/scopeguard/1.1.0 \ | ||
| 60 | crate://crates.io/smallvec/1.9.0 \ | ||
| 61 | crate://crates.io/syn/1.0.99 \ | ||
| 62 | crate://crates.io/unicode-ident/1.0.3 \ | ||
| 63 | crate://crates.io/unindent/0.1.10 \ | ||
| 64 | crate://crates.io/version_check/0.9.4 \ | ||
| 65 | crate://crates.io/wasm-bindgen/0.2.82 \ | ||
| 66 | crate://crates.io/wasm-bindgen-backend/0.2.82 \ | ||
| 67 | crate://crates.io/wasm-bindgen-macro-support/0.2.82 \ | ||
| 68 | crate://crates.io/wasm-bindgen-macro/0.2.82 \ | ||
| 69 | crate://crates.io/wasm-bindgen-shared/0.2.82 \ | ||
| 70 | crate://crates.io/winapi/0.3.9 \ | ||
| 71 | crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \ | ||
| 72 | crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ | ||
| 73 | " | ||
| 74 | |||
| 75 | inherit pypi python_setuptools3_rust | ||
| 76 | |||
| 77 | DEPENDS += " \ | ||
| 78 | ${PYTHON_PN}-cffi-native \ | ||
| 79 | " | ||
| 80 | |||
| 81 | RDEPENDS:${PN} += " \ | ||
| 82 | ${PYTHON_PN}-cffi \ | ||
| 83 | " | ||
| 84 | |||
| 85 | RDEPENDS:${PN}:append:class-target = " \ | ||
| 86 | ${PYTHON_PN}-numbers \ | ||
| 87 | ${PYTHON_PN}-threading \ | ||
| 88 | " | ||
| 89 | |||
| 90 | RDEPENDS:${PN}-ptest += " \ | ||
| 91 | ${PYTHON_PN}-bcrypt \ | ||
| 92 | ${PYTHON_PN}-cryptography-vectors (= ${PV}) \ | ||
| 93 | ${PYTHON_PN}-hypothesis \ | ||
| 94 | ${PYTHON_PN}-iso8601 \ | ||
| 95 | ${PYTHON_PN}-pretend \ | ||
| 96 | ${PYTHON_PN}-psutil \ | ||
| 97 | ${PYTHON_PN}-pytest \ | ||
| 98 | ${PYTHON_PN}-pytest-subtests \ | ||
| 99 | ${PYTHON_PN}-pytz \ | ||
| 100 | ${PYTHON_PN}-tomli \ | ||
| 101 | " | ||
| 102 | |||
| 103 | inherit ptest | ||
| 104 | |||
| 105 | do_install_ptest() { | ||
| 106 | install -D ${WORKDIR}/check-memfree.py ${D}${PTEST_PATH}/ | ||
| 107 | install -d ${D}${PTEST_PATH}/tests | ||
| 108 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 109 | # remove test_x509.py as it needs benchmark and we don't | ||
| 110 | # want to introduce the benchmark dependency | ||
| 111 | rm -rf ${D}${PTEST_PATH}/tests/bench/test_x509.py | ||
| 112 | install -d ${D}${PTEST_PATH}/tests/hazmat | ||
| 113 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ | ||
| 114 | cp -r ${S}/pyproject.toml ${D}${PTEST_PATH}/ | ||
| 115 | } | ||
| 116 | |||
| 117 | FILES:${PN}-ptest += " \ | ||
| 118 | ${PTEST_PATH}/check-memfree.py \ | ||
| 119 | " | ||
| 120 | FILES:${PN}-dbg += " \ | ||
| 121 | ${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/hazmat/bindings/.debug \ | ||
| 122 | " | ||
| 123 | |||
| 124 | BBCLASSEXTEND = "native nativesdk" | ||
