commit:     3bca93f23f1b1b5dfdab956f42c689a8daecea97
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 14:51:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 14:57:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bca93f2

dev-python/cryptography: Modernize cargo.eclass use

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cryptography/cryptography-41.0.1.ebuild | 108 ++++++++++-----------
 1 file changed, 54 insertions(+), 54 deletions(-)

diff --git a/dev-python/cryptography/cryptography-41.0.1.ebuild 
b/dev-python/cryptography/cryptography-41.0.1.ebuild
index 15fbabfb3c84..410b883f05d9 100644
--- a/dev-python/cryptography/cryptography-41.0.1.ebuild
+++ b/dev-python/cryptography/cryptography-41.0.1.ebuild
@@ -10,59 +10,59 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 CRATES="
-       Inflector-0.11.4
-       aliasable-0.1.3
-       asn1-0.15.2
-       asn1_derive-0.15.2
-       autocfg-1.1.0
-       base64-0.13.1
-       bitflags-1.3.2
-       cc-1.0.79
-       cfg-if-1.0.0
-       foreign-types-0.3.2
-       foreign-types-shared-0.1.1
-       indoc-1.0.9
-       libc-0.2.144
-       lock_api-0.4.9
-       memoffset-0.8.0
-       once_cell-1.17.2
-       openssl-0.10.54
-       openssl-macros-0.1.1
-       openssl-sys-0.9.88
-       ouroboros-0.15.6
-       ouroboros_macro-0.15.6
-       parking_lot-0.12.1
-       parking_lot_core-0.9.7
-       pem-1.1.1
-       pkg-config-0.3.27
-       proc-macro-error-1.0.4
-       proc-macro-error-attr-1.0.4
-       proc-macro2-1.0.59
-       pyo3-0.18.3
-       pyo3-build-config-0.18.3
-       pyo3-ffi-0.18.3
-       pyo3-macros-0.18.3
-       pyo3-macros-backend-0.18.3
-       quote-1.0.28
-       redox_syscall-0.2.16
-       scopeguard-1.1.0
-       smallvec-1.10.0
-       syn-1.0.109
-       syn-2.0.18
-       target-lexicon-0.12.7
-       unicode-ident-1.0.9
-       unindent-0.1.11
-       vcpkg-0.2.15
-       version_check-0.9.4
-       windows-sys-0.45.0
-       windows-targets-0.42.2
-       windows_aarch64_gnullvm-0.42.2
-       windows_aarch64_msvc-0.42.2
-       windows_i686_gnu-0.42.2
-       windows_i686_msvc-0.42.2
-       windows_x86_64_gnu-0.42.2
-       windows_x86_64_gnullvm-0.42.2
-       windows_x86_64_msvc-0.42.2
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
+       [email protected]
 "
 
 inherit cargo distutils-r1 multiprocessing pypi
@@ -74,7 +74,7 @@ HOMEPAGE="
        https://pypi.org/project/cryptography/
 "
 SRC_URI+="
-       $(cargo_crate_uris ${CRATES})
+       ${CARGO_CRATE_URIS}
        test? (
                $(pypi_sdist_url cryptography_vectors "$(ver_cut 1-3)")
        )

Reply via email to